Update Dockerfiles to use new image digests for Debian and Red Hat

This commit is contained in:
Théophile Diot 2025-01-10 11:42:31 +01:00
parent eb7b9aac75
commit 3fd3046144
No known key found for this signature in database
GPG key ID: FA995104A0BA376A
4 changed files with 6 additions and 6 deletions

View file

@ -1,4 +1,4 @@
FROM debian:bookworm-slim@sha256:ad86386827b083b3d71139050b47ffb32bbd9559ea9b1345a739b14fec2d9ecf AS builder
FROM debian:bookworm-slim@sha256:d365f4920711a9074c4bcd178e8f457ee59250426441ab2a5f8106ed8fe948eb AS builder
ENV OS=debian
ENV NGINX_VERSION=1.26.2
@ -57,7 +57,7 @@ COPY src/scheduler scheduler
COPY src/VERSION VERSION
COPY src/ui ui
FROM debian:bookworm-slim@sha256:ad86386827b083b3d71139050b47ffb32bbd9559ea9b1345a739b14fec2d9ecf
FROM debian:bookworm-slim@sha256:d365f4920711a9074c4bcd178e8f457ee59250426441ab2a5f8106ed8fe948eb
# Set default umask to prevent huge recursive chmod increasing the final image size
RUN umask 027

View file

@ -1,4 +1,4 @@
FROM redhat/ubi9:9.5@sha256:38791b293262ac2169eca2717e68e626a047d2b89fbd1da544db24ed0204efeb AS builder
FROM redhat/ubi9:9.5@sha256:53d6c19d664f4f418ce5c823d3a33dbb562a2550ea249cf07ef10aa063ace38f AS builder
ENV OS=rhel
ENV NGINX_VERSION=1.26.2
@ -65,7 +65,7 @@ COPY src/scheduler scheduler
COPY src/VERSION VERSION
COPY src/ui ui
FROM redhat/ubi9:9.5@sha256:38791b293262ac2169eca2717e68e626a047d2b89fbd1da544db24ed0204efeb
FROM redhat/ubi9:9.5@sha256:53d6c19d664f4f418ce5c823d3a33dbb562a2550ea249cf07ef10aa063ace38f
# Set default umask to prevent huge recursive chmod increasing the final image size
RUN umask 027

View file

@ -1,4 +1,4 @@
FROM redhat/ubi8-init:8.10@sha256:d3f44922a9861b8a67ec59f452c3c32c8cfc32ba1d240a5046cd2096fc703679
FROM redhat/ubi8-init:8.10@sha256:ed9318ba91e46547573479d2dda889f79cf670f19b20f30d8106ef06e0610364
ENV NGINX_VERSION=1.26.2

View file

@ -1,4 +1,4 @@
FROM redhat/ubi9-init:9.5@sha256:5e1b9563b1fd57429828eb4b0d3624c9c753ec63fc2b85972294be9233e39bae
FROM redhat/ubi9-init:9.5@sha256:09e9abe5d8b013ac48b66954721479313a7cd4744b3dd5bc8b28c94c9fa92cf9
ENV NGINX_VERSION=1.26.2