Dockerfile: dev-container: update buildx v0.20.1#5815
Merged
vvoland merged 1 commit intodocker:masterfrom Feb 10, 2025
Merged
Conversation
Also align versions in the Dockerfile.dev Dockerfile full diff: docker/buildx@v0.20.0...v0.20.1 Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #5815 +/- ##
==========================================
+ Coverage 59.26% 59.29% +0.02%
==========================================
Files 353 353
Lines 29540 29540
==========================================
+ Hits 17508 17516 +8
+ Misses 11052 11043 -9
- Partials 980 981 +1 |
3 tasks
thaJeztah
commented
Feb 10, 2025
Comment on lines
+12
to
+15
| # BUILDX_VERSION sets the version of buildx to use for the e2e tests. | ||
| # It must be a tag in the docker.io/docker/buildx-bin image repository | ||
| # on Docker Hub. | ||
| ARG BUILDX_VERSION=0.20.1 |
Member
Author
There was a problem hiding this comment.
Adding comments, both to reduce merge conflicts when updating other versions, but also using standard formatting, so that they also show in --call outline output;
docker build --call outline .
...
TARGET: binary
BUILD ARG VALUE DESCRIPTION
BASE_VARIANT alpine
ALPINE_VERSION 3.21
GO_VERSION 1.23.6
XX_VERSION 1.6.1
GOVERSIONINFO_VERSION v1.4.1
GO_LINKMODE static defines if static or dynamic binary should be produced
GO_BUILDTAGS defines additional build tags
GO_STRIP strips debugging symbols if set
CGO_ENABLED manually sets if cgo is used
VERSION sets the version for the produced binary
PACKAGER_NAME sets the company that produced the windows binary
vvoland
approved these changes
Feb 10, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Also align versions in the Dockerfile.dev Dockerfile
full diff: docker/buildx@v0.20.0...v0.20.1
- Description for the changelog
- A picture of a cute animal (not mandatory but encouraged)