Skip to content

Commit 8e699c0

Browse files
committed
chore(testing-tools): Bump the base image manifest list digest
1 parent 82e020f commit 8e699c0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

testing-tools/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33

44
# Manifest list digest because of multi architecture builds ( https://www.redhat.com/architect/pull-container-image#:~:text=A%20manifest%20list%20exists%20to,system%20on%20a%20specific%20architecture )
55
# https://hub.docker.com/_/python/tags
6-
FROM python:3.12-slim-bullseye@sha256:57ab68549579e5e7bdf485fd33792577b5f4c14336fdc9a9a5a9fb6af0af1776
6+
# Unfortunately docker hub doesn't show the manifest list digest, so you should do:
7+
# docker pull python:3.12-slim-bullseye and see the digest that appears in the output.
8+
FROM python:3.12-slim-bullseye@sha256:229b2897e6b5c630d83a721e42dd1c96e3ec996323bb822b076eb865e2c6c0b2
79

810
ARG PRODUCT
911
ARG RELEASE

0 commit comments

Comments
 (0)