chore: base image digest bump 2026-05-20#71
Merged
Conversation
Pin 3 Dockerfile base images to freshly patched digests to clear ECR OS-package CVEs (glibc, dpkg, libcap2, nghttp2, openssh, sudo, ...). Pinned digests: - python:3.7.4-slim-stretch@sha256:34a714de (1 Dockerfile) - python:3.7-slim@sha256:b53f496c (1 Dockerfile) - python:3.8-slim@sha256:1d52838a (1 Dockerfile) OS-upgrade steps added: - Dockerfile — added `apt-get update && apt-get upgrade` after FROM - dockers/dagger_ui/Dockerfile — added `apt-get update && apt-get upgrade` after FROM (existing block was commented out) Note: python:3.7.4-slim-stretch is Debian 9 (EOL); its CI build may fail at apt time because the deb.debian.org repositories no longer carry stretch. The digest pin is recorded regardless for the ECR scan baseline.
siklosid
approved these changes
May 20, 2026
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
Automated pinning of Dockerfile base images to their latest patched digests to clear ECR container CVEs in glibc, dpkg, libcap2, nghttp2, openssh, sudo, and related OS packages.
OS-upgrade steps added:
ECR scan verification (pre-merge)
The Makefile has `build-airflow` / `build-dagger_ui` for local Airflow testing only — no `docker-push` target wires these to a chodatastg ECR repo, so Vanta doesn't see them. The pin still applies as a baseline.
Tests
Ran `make test` locally (pytest with `ENV=local` and `AIRFLOW_HOME` set to the fixtures dir, as per the Makefile target) — 93 passed, 2 skipped, exit 0.
Test plan