chore(ci): pin python base images to sha (#11367)

Similar to how we pin base `debian` images, also pin `python` base
images, so we better cache them and have reproducible builds.
This commit is contained in:
Fedor Dikarev
2025-03-27 18:42:28 +01:00
committed by GitHub
parent 1d5d168626
commit 939354abea
9 changed files with 22 additions and 12 deletions

View File

@@ -1,4 +1,5 @@
FROM openjdk:22
# use base image openjdk:22
FROM openjdk:22@sha256:b7d44427f4622d3f6b9a60583e5218ecfa8b4e44f3e01dfd0d9b7d7abba31c9a
WORKDIR /source
COPY . .