Tests - Build Windows IIS images - use docker build kit#4876
Draft
Kielek wants to merge 2 commits intoopen-telemetry:mainfrom
Draft
Tests - Build Windows IIS images - use docker build kit#4876Kielek wants to merge 2 commits intoopen-telemetry:mainfrom
Kielek wants to merge 2 commits intoopen-telemetry:mainfrom
Conversation
5ee50d4 to
f2d2069
Compare
f2d2069 to
d5c4940
Compare
Member
Author
|
@nrcventura, unfortunately, I do not have good news. We should stay with deprecated version, as modern one is still in experimental stage. I have checked, if you see any better options, please let me know. Otherwise we can close: BuildKit and Windows Containers InvestigationProblem SummaryThe CI build for Windows container tests ( Root CauseBuildKit does not properly support Windows containers. While BuildKit has experimental Windows support since v0.13, it requires complex manual setup and is not production-ready. Attempts MadeAttempt 1: Enable BuildKit
Attempt 2: Install buildx via docker/setup-buildx-action
Attempt 3: Use buildx with docker driver
References
|
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.
Why
from test-build-windows-container-tests (windows-2022, windows-only, windows-2022)
What
Tests - Build Windows IIS images - use docker build kit
Tests
CI
Checklist
[ ]CHANGELOG.mdis updated.[ ] Documentation is updated.[ ] New features are covered by tests.