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
# 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
-
# https://hub.docker.com/_/python/tags
6
-
# In Docker Hub, open up the tag and look for Index Digest. Otherwise 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:411fa4dcfdce7e7a3057c45662beba9dcd4fa36b2e50a2bfcd6c9333e59bf0db
4
+
# Find the latest version at https://catalog.redhat.com/en/software/containers/ubi10/ubi-minimal/66f1504a379b9c2cf23e145c#get-this-image
5
+
# IMPORTANT: Make sure to use the "Manifest List Digest" that references the images for multiple architectures
6
+
# rather than just the "Image Digest" that references the image for the selected architecture.
7
+
FROM registry.access.redhat.com/ubi10/ubi-minimal@sha256:28ec2f4662bdc4b0d4893ef0d8aebf36a5165dfb1d1dc9f46319bd8a03ed3365
0 commit comments