Mercurial > p > roundup > code
comparison scripts/Docker/Dockerfile @ 8324:90c6a4972d5d
chore(docker): update python alpine image - fix for security alerts?
Also add doc on which digest to use and remove extra blank line.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 04 Jun 2025 19:27:35 -0400 |
| parents | e7002216d95c |
| children | 3bf6ad421347 |
comparison
equal
deleted
inserted
replaced
| 8323:32a57cde072f | 8324:90c6a4972d5d |
|---|---|
| 21 | 21 |
| 22 # Internal settings that are for advanced users to override. | 22 # Internal settings that are for advanced users to override. |
| 23 | 23 |
| 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 ARG SHA256=452682e4648deafe431ad2f2391d726d7c52f0ff291be8bd4074b10379bb89ff | 26 # Note this is the index digest for the image, not the manifest digest. |
| 27 | 27 # The index digest is shared across archetectures (amd64, arm64 etc.) |
| 28 # while the manifest digest is unique per platform/arch. | |
| 29 ARG SHA256=b4d299311845147e7e47c970566906caf8378a1f04e5d3de65b5f2e834f8e3bf | |
| 28 | 30 |
| 29 # 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 |
| 30 ARG VERBOSE= | 32 ARG VERBOSE= |
| 31 | 33 |
| 32 # application directory | 34 # application directory |
