Dockerfile hygiene: Python 3.14, CVE paths, compose context#43
Merged
Conversation
- Bump python:3.12-slim → 3.14-slim on 5 lab Dockerfiles (mock-saml, mock-databricks, mock-sccm, copilot-app, vulnerable-lab-app) - Fix CVE COPY paths: cve-XXXX-XXXX-repo/ → cves/<browser>/<year>/CVE-<id>/ (cve-2024-9680-debug/test, cve-2025-4919-test, cve-2026-2441-test, chrome-x64-test) - Bump firefox-browser base ubuntu:22.04 → 24.04; update libasound2t64/libxt6t64 - Fix mock-sccm compose context: context:. → context:infra/lab/mock-sccm so COPY mock_sccm.py resolves correctly All 31 Dockerfiles build cleanly (verified locally). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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
mock-saml,mock-databricks,mock-sccm,copilot-app,vulnerable-lab-app); all otherpython:*-slimimages were already on 3.14cve-XXXX-XXXX-repo/(old flat layout); updated tocves/<browser>/<year>/CVE-<id>/matching current tree (cve-2024-9680-debug/test,cve-2025-4919-test,cve-2026-2441-test,chrome-x64-test)firefox-browserbase bumpedubuntu:22.04 -> 24.04-- the 22.04 image fails GPG verification under QEMU amd64 emulation; updatedlibasound2 -> libasound2t64andlibxt6 -> libxt6t64for the 24.04 renamesmock-sccmcompose context fixed --docker-compose.lab.ymlhadcontext: .but the Dockerfile uses a bareCOPY mock_sccm.py .; changed tocontext: infra/lab/mock-sccm / dockerfile: Dockerfileto matchmock-saml/mock-databrickspatternTest plan
python:3.14-slim, includingmock-samlxmlsec C-ext compile)python:3.14-slimDockerfiles build cleanlyfirefox-browserpasses after ubuntu:24.04 bumpmock-sccmbuilds frominfra/lab/mock-sccmcontextGenerated with Claude Code