docker: add combined static package - #493
Open
crazy-max wants to merge 1 commit into
Open
Conversation
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
crazy-max
force-pushed
the
docker-combined-static
branch
from
August 14, 2026 13:50
b7e0f1e to
f281b10
Compare
crazy-max
marked this pull request as ready for review
August 14, 2026 14:12
Member
Author
|
https://github.com/docker/packaging/actions/runs/31806641319/job/94789797279#step:6:11 |
Contributor
|
Does this mean we finally have hope for the possibility of checksums on these static artifacts? 😅 |
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.
fixes #315
This adds a
dockerstatic package that produces the combined Engine, CLI, and runtime archive needed to replace the legacy static artifacts. It keeps the package on the existing matrix model, builds Linux archives withdocker,dockerd,containerd,ctr,containerd-shim-runc-v2,runc,docker-init, anddocker-proxy, and builds Windows archives withdocker.exe,dockerd.exe,containerd.exe,ctr.exe, andcontainerd-shim-runhcs-v1.exe.After this lands, the next step is to move the release flow over to these
docker/packagingartifacts and then deprecatedocker-ce-packagingonce it no longer owns the Engine and CLI static package path.