-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Conversation
Signed-off-by: Paul Abel <[email protected]>
There was a problem hiding this 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*"
Codecov ReportAll modified and coverable lines are covered by tests ✅
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. 🚀 New features to boost your workflow:
|
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.