Mercurial > p > roundup > code
comparison scripts/Docker/Dockerfile @ 8437:b57cdcfe46d6
chore: update sha256 index for latest pyhton:3-alpine image.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Thu, 28 Aug 2025 11:30:11 -0400 |
| parents | 8a051300e92b |
| children | 8e72dc7b7f2f |
comparison
equal
deleted
inserted
replaced
| 8436:d89d0147dd17 | 8437:b57cdcfe46d6 |
|---|---|
| 24 # parameterize the sha256 sum to pin version of python:3-alpine | 24 # parameterize the sha256 sum to pin version of python:3-alpine |
| 25 # Must use the same version in both build stages. | 25 # Must use the same version in both build stages. |
| 26 # Note this is the index digest for the image, not the manifest digest. | 26 # Note this is the index digest for the image, not the manifest digest. |
| 27 # The index digest is shared across archetectures (amd64, arm64 etc.) | 27 # The index digest is shared across archetectures (amd64, arm64 etc.) |
| 28 # while the manifest digest is unique per platform/arch. | 28 # while the manifest digest is unique per platform/arch. |
| 29 ARG SHA256=9b4929a72599b6c6389ece4ecbf415fd1355129f22bb92bb137eea098f05e975 | 29 ARG SHA256=9ba6d8cbebf0fb6546ae71f2a1c14f6ffd2fdab83af7fa5669734ef30ad48844 |
| 30 | 30 |
| 31 # Set to any non-empty value to enable shell debugging for troubleshooting | 31 # Set to any non-empty value to enable shell debugging for troubleshooting |
| 32 ARG VERBOSE= | 32 ARG VERBOSE= |
| 33 | 33 |
| 34 # application directory | 34 # application directory |
