fix(docker): bump alpine:3.23.5 base to patched expat digest - #271
Merged
Conversation
Patel230
force-pushed
the
fix/base-image-trivy
branch
from
September 3, 2026 00:28
26adf50 to
5b9bbb0
Compare
The Docker/Trivy CRITICAL/HIGH gate has been failing since 08-30 on all three hawk images (CVE-2026-56408, -66046, -76641 in expat < 2.8.3-2). The failing RUN apk/apt layers are cached via cache-from: type=gha, so re-running with the same base digest restores the vulnerable layer. - Dockerfile + Dockerfile.daemon: alpine:3.23.5@fd791d74 -> alpine:3.24@28bd5fe8 (libexpat 2.8.4-r0) - internal/sandbox/sandbox.Dockerfile: node:22-bookworm-slim@d649c27d -> @4d676821 (libexpat 2.8.3-2+) Each new digest invalidates the GHA cache so the package layer rebuilds with patched expat. Verified locally: the CI trivy command exits 0 on the rebuilt amd64+arm64 hawk images and the sandbox image.
Patel230
force-pushed
the
fix/base-image-trivy
branch
from
September 3, 2026 00:36
5b9bbb0 to
cff70ac
Compare
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 the Docker/Trivy CRITICAL/HIGH gate failing since 08-30 (CVE-2026-56408, CVE-2026-66046, CVE-2026-76641 in expat < 2.8.3-2).
Bumps both Dockerfile and Dockerfile.daemon runtime base from
alpine:3.23.5@fd791d74toalpine:3.23.5@1beb0dc0(expat 2.8.4-r0, patched). Verified locally: the actual CI trivy command exits 0 on the rebuilt image; the only remaining HIGH (CVE-2026-14456 OpenSSL) is already in .trivyignore.