We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9deb803 commit bb0a55aCopy full SHA for bb0a55a
scripts/Docker/Dockerfile
@@ -23,8 +23,10 @@ ARG source=local
23
24
# parameterize the sha256 sum to pin version of python:3-alpine
25
# Must use the same version in both build stages.
26
-ARG SHA256=452682e4648deafe431ad2f2391d726d7c52f0ff291be8bd4074b10379bb89ff
27
-
+# Note this is the index digest for the image, not the manifest digest.
+# The index digest is shared across archetectures (amd64, arm64 etc.)
28
+# while the manifest digest is unique per platform/arch.
29
+ARG SHA256=b4d299311845147e7e47c970566906caf8378a1f04e5d3de65b5f2e834f8e3bf
30
31
# Set to any non-empty value to enable shell debugging for troubleshooting
32
ARG VERBOSE=
0 commit comments