chore(builder): refresh gateway + kms pinned packages#687
Closed
h4x3rotab wants to merge 1 commit into
Closed
Conversation
Debian's snapshot.debian.org has shipped point releases since the last pinning pass. The builder images now install: libssl-dev / libssl3t64 3.5.5-1~deb13u1 → 3.5.6-1~deb13u1 musl-dev / musl-tools / musl 1.2.5-3 → 1.2.5-3.1~deb13u1 Both Docker Build Check verifications fail until the pinning files match what apt actually fetches. Regenerated by running each service's build-image.sh: ./gateway/dstack-app/builder/build-image.sh gateway-builder-check:latest ./kms/dstack-app/builder/build-image.sh kms-builder-check:latest No semantic change to dstack code — pure upstream Debian refresh. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Contributor
Author
|
Superseded by #688 — closing. |
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.
Summary
Debian's snapshot.debian.org has shipped point releases since the last pinning pass, causing
Docker Build Checkto fail on master and every PR. This refresh brings the builder pinning files back in sync with current upstream.Changes
Only
builder-pinned-packages.txtfor gateway and kms — the runtimepinned-packages.txtfiles are unchanged.Diff:
libssl-dev/libssl3t64:3.5.5-1~deb13u1→3.5.6-1~deb13u1musl-dev/musl-tools/musl:1.2.5-3→1.2.5-3.1~deb13u1Pure upstream Debian refresh — no semantic change to dstack code.
How regenerated
Both scripts call
extract_packagesafter the docker build and write the result to the correspondingshared/builder-pinned-packages.txt.check_clean_treeconfirms idempotency at the end of each run.Test plan
./gateway/dstack-app/builder/build-image.shcompletes withextract_packageswriting the new file andcheck_clean_treereporting no further drift./kms/dstack-app/builder/build-image.shlikewiseDocker Build Check(gateway+kmsjobs) goes green on this branch🤖 Generated with Claude Code