You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: testing-tools/Dockerfile
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
4
4
# 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 )
5
5
# https://hub.docker.com/_/python/tags
6
-
#Unfortunately docker hub doesn't show the manifest list digest, so you should do:
6
+
#In Docker Hub, open up the tag and look for Index Digest. Otherwise do:
7
7
# docker pull python:3.12-slim-bullseye and see the digest that appears in the output.
8
8
FROM python:3.12-slim-bullseye@sha256:229b2897e6b5c630d83a721e42dd1c96e3ec996323bb822b076eb865e2c6c0b2
0 commit comments