Skip to content

Update Dockerfile syntax version to 1.16 #7898

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Jun 20, 2025

Conversation

pdabelf5
Copy link
Collaborator

@pdabelf5 pdabelf5 commented Jun 16, 2025

Proposed changes

Update Dockerfile syntax version to 1.16
https://docs.docker.com/build/buildkit/dockerfile-release-notes/

Checklist

Before creating a PR, run through this checklist and mark each as complete.

  • I have read the CONTRIBUTING doc
  • I have added tests that prove my fix is effective or that my feature works
  • I have checked that all unit tests pass after adding my changes
  • I have updated necessary documentation
  • I have rebased my branch onto main
  • I will ensure my PR is targeting the main branch and pulling from my branch from my own fork

@pdabelf5 pdabelf5 requested a review from a team as a code owner June 16, 2025 16:23
@github-actions github-actions bot added docker Pull requests that update Docker code tests Pull requests that update tests labels Jun 16, 2025
@pdabelf5 pdabelf5 added dependencies Pull requests that update a dependency file chore Pull requests for routine tasks and removed dependencies Pull requests that update a dependency file labels Jun 17, 2025
vepatel
vepatel previously approved these changes Jun 17, 2025
AlexFenlon
AlexFenlon previously approved these changes Jun 17, 2025
@pdabelf5 pdabelf5 dismissed stale reviews from AlexFenlon and vepatel via 2e58da9 June 18, 2025 07:35
@github-actions github-actions bot removed the chore Pull requests for routine tasks label Jun 18, 2025
Copy link
Contributor

@javorszky javorszky left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep, checked that there are no more dockerfiles with

find . -type f -iname "*dockerfile*"

@pdabelf5 pdabelf5 enabled auto-merge (squash) June 20, 2025 11:29
Copy link

codecov bot commented Jun 20, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 52.95%. Comparing base (ba9864f) to head (fa90ccd).
Report is 8 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #7898      +/-   ##
==========================================
+ Coverage   52.82%   52.95%   +0.13%     
==========================================
  Files          90       90              
  Lines       21671    21729      +58     
==========================================
+ Hits        11447    11506      +59     
+ Misses       9747     9746       -1     
  Partials      477      477              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@pdabelf5 pdabelf5 merged commit dc7b42d into main Jun 20, 2025
82 checks passed
@pdabelf5 pdabelf5 deleted the dockerfile-syntax-version-bump-1.16 branch June 20, 2025 13:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docker Pull requests that update Docker code tests Pull requests that update tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants