[v0.12 backport] build(deps): bump docker/bake-action from v3 to v5#6663
Open
smerkviladze wants to merge 7 commits intomoby:v0.12from
Open
[v0.12 backport] build(deps): bump docker/bake-action from v3 to v5#6663smerkviladze wants to merge 7 commits intomoby:v0.12from
smerkviladze wants to merge 7 commits intomoby:v0.12from
Conversation
6d5a5cb to
b10aeed
Compare
docker/bake-action < v5 is not compatible with buildx >= 0.20.0. Update both .test.yml and validate.yml to use bake-action@v5. Signed-off-by: Sopho Merkviladze <smerkviladze@mirantis.com>
crazy-max
reviewed
Apr 9, 2026
73e2def to
b8cc27e
Compare
…file Signed-off-by: Sopho Merkviladze <smerkviladze@mirantis.com>
b8cc27e to
460de1a
Compare
The v2.4.0 release had a minor regression and didn't detect the HTML comments correctly; ``` diff --git a/README.md b/README.md index 3f271be..8ec4a7c 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,7 @@ Join `#buildkit` channel on [Docker Community Slack](https://dockr.ly/comm-slack <!-- START doctoc generated TOC please keep comment here to allow auto update --> <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --> +<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --> - [Used by](#used-by) - [Quick start](#quick-start) ``` Signed-off-by: Sebastiaan van Stijn <github@gone.nl> (cherry picked from commit 4eea931) Signed-off-by: Sopho Merkviladze <smerkviladze@mirantis.com>
460de1a to
87c5f0e
Compare
thaJeztah
reviewed
Apr 17, 2026
Signed-off-by: Kohei Tokunaga <ktokunaga.mail@gmail.com> (cherry picked from commit 0a07ae1) Signed-off-by: Sopho Merkviladze <smerkviladze@mirantis.com>
Signed-off-by: Kohei Tokunaga <ktokunaga.mail@gmail.com> (cherry picked from commit c8506d8) Signed-off-by: Sopho Merkviladze <smerkviladze@mirantis.com>
Signed-off-by: Sopho Merkviladze <smerkviladze@mirantis.com>
Member
|
Something failing in the golangci-lint install script; wondering if we need to either pin the script to a version on its own, or if something's missing (the "unable to find |
…int.Dockerfile Signed-off-by: Sopho Merkviladze <smerkviladze@mirantis.com>
Author
ARGs before FROM only exist to parameterize FROM. To use them inside the stage, we must re-declare them after FROM. This has already been fixed in the latest commit. It should be fine now. |
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.
Bumps:
v3tov5to fix the docker/bake-action < v5 is not compatible with buildx >= 0.20.0 error.1.21: https://tip.golang.org/doc/go1.21golangci-linttov1.54.2: https://github.com/golangci/golangci-lint/releases/tag/v1.54.2