feat: add support for dockerd Builder-Version header - #1794
Draft
rroesch1 wants to merge 1 commit into
Draft
Conversation
rroesch1
force-pushed
the
use-recommended-build-backend
branch
from
June 19, 2024 14:04
9893294 to
70d4d15
Compare
* in docker 23 dockerd introduced the 'Builder-Version' header to expose the recommended version of the builder backend * it is up to the client to follow this recommendation * dockerd uses the deprecated 'classic builder' if clients do not set the 'version' build option explicitly * d-m-p should always set the 'version' option as recommended by the dockerd Refs: fabric8io#1711
rroesch1
force-pushed
the
use-recommended-build-backend
branch
from
June 19, 2024 14:22
70d4d15 to
00af9b7
Compare
|
rroesch1
marked this pull request as ready for review
June 19, 2024 15:38
rroesch1
marked this pull request as draft
June 20, 2024 09:07
Member
|
@rroesch1 : Some integration tests seem to be failing. Could you please take a look at these failures? |
Author
Well, i got that but it took me while to realize what's going wrong here:
|
1 task
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.


Refs: #1711