fix(docker): sync python 3.14-slim digest for PR 1389 - #1396
Closed
seonghobae wants to merge 3 commits into
Closed
Conversation
Bumps the docker-base-images group with 1 update: python. Updates `python` from `a7fb1e6` to `ce40764` --- updated-dependencies: - dependency-name: python dependency-version: 3.14-slim dependency-type: direct:production dependency-group: docker-base-images ... Signed-off-by: dependabot[bot] <support@github.com>
…nector Dependabot updated only the root Dockerfile FROM pin. Release-governance tests require the connector image and OCI base digest/name defaults to describe the same first-stage digest. Co-authored-by: seonghobae <seonghobae@me.com>
Contributor
|
PR governance metadata gate is not ready for
|
Contributor
Author
|
중복 repair lane 정리: 현재 Dependabot #1389 head |
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.
Description
Follow-up for Dependabot #1389. Dependabot bumped only the root
DockerfileFROMdigest forpython:3.14-slimtosha256:ce40764625a4ff50df3548277632e7f96c4e77fe75fa848aae9885476e7df5a4. That leftARG OCI_IMAGE_BASE_DIGEST/OCI_IMAGE_BASE_NAMEandconnector/Dockerfileon the previous digest, so Python 3.14test_release_governancefailed on pin drift.This commit (
2df62d87) is also pushed todependabot/docker/docker-base-images-6dafb4a59bso #1389 can go green without a squash or empty requeue.Syncs the same digest across:
DockerfileFROMbase.digest/base.namedefault ARGsconnector/DockerfileFROMDoes not bump
VERSION. Does not touch #1376 or #1392.Type of change
Checklist:
Verification
cd backend PYTHONWARNINGS=error DISABLE_BACKGROUND_WORKERS=1 python -m pytest \ tests/test_release_governance.py::test_container_images_cover_all_oci_predefined_image_annotations \ tests/test_release_governance.py::test_container_base_image_pins_are_synchronized \ tests/test_release_governance.py::test_python_314_backend_image_uses_binary_wheel_dependencies -qLocal Python 3.14.7 evidence: 3 passed.
PR 1389 OCI pin tests