diff --git a/stackable-base/Dockerfile b/stackable-base/Dockerfile index 7de424ea3..c3e67f26a 100644 --- a/stackable-base/Dockerfile +++ b/stackable-base/Dockerfile @@ -41,7 +41,7 @@ EOF # The website is broken, so you can use this to find it: # curl https://catalog.redhat.com/en/software/containers/ubi9/ubi-minimal/615bd9b4075b022acc111bf5 \ # | grep -oE 'registry.redhat.io/ubi9/ubi-minimal@sha256:[a-z0-9]{64}' -FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:c7d44146f826037f6873d99da479299b889473492d3c1ab8af86f08af04ec8a0 AS builder +FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:fe9e574f04371b333ed4e21d30d984f6b7fcd1046e579f5ddab4816c0c8e231d AS builder # intentionally unused ARG PRODUCT_VERSION diff --git a/stackable-devel/Dockerfile b/stackable-devel/Dockerfile index cdec8f426..44e31ff3c 100644 --- a/stackable-devel/Dockerfile +++ b/stackable-devel/Dockerfile @@ -14,7 +14,7 @@ # The website is broken, so you can use this to find it: # curl https://catalog.redhat.com/en/software/containers/ubi9/ubi-minimal/615bd9b4075b022acc111bf5 \ # | grep -oE 'registry.redhat.io/ubi9/ubi-minimal@sha256:[a-z0-9]{64}' -FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:c7d44146f826037f6873d99da479299b889473492d3c1ab8af86f08af04ec8a0 AS builder +FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:fe9e574f04371b333ed4e21d30d984f6b7fcd1046e579f5ddab4816c0c8e231d AS builder # intentionally unused ARG PRODUCT_VERSION diff --git a/testing-tools/Dockerfile b/testing-tools/Dockerfile index cdd8738f2..b40974aae 100644 --- a/testing-tools/Dockerfile +++ b/testing-tools/Dockerfile @@ -4,7 +4,7 @@ # Find the latest version at https://catalog.redhat.com/en/software/containers/ubi10/ubi-minimal/66f1504a379b9c2cf23e145c#get-this-image # IMPORTANT: Make sure to use the "Manifest List Digest" that references the images for multiple architectures # rather than just the "Image Digest" that references the image for the selected architecture. -FROM registry.access.redhat.com/ubi10/ubi-minimal@sha256:67aafc6c9c44374e1baf340110d4c835457d59a0444c068ba9ac6431a6d9e7ac +FROM registry.access.redhat.com/ubi10/ubi-minimal@sha256:a41db89ac688576827fbd3e8e3ef145fd7f4db28d7f533c154f96224fcd20595 ARG PRODUCT_VERSION ARG PYTHON_VERSION diff --git a/ubi10-rust-builder/Dockerfile b/ubi10-rust-builder/Dockerfile index a6461fd10..fc278c17f 100644 --- a/ubi10-rust-builder/Dockerfile +++ b/ubi10-rust-builder/Dockerfile @@ -7,7 +7,7 @@ # The website is broken, so you can use this to find it: # curl https://catalog.redhat.com/en/software/containers/ubi10/ubi-minimal/66f1504a379b9c2cf23e145c \ # | grep -oE 'registry.redhat.io/ubi10/ubi-minimal@sha256:[a-z0-9]{64}' -FROM registry.access.redhat.com/ubi10/ubi-minimal@sha256:a74a7a92d3069bfac09c6882087771fc7db59fa9d8e16f14f4e012fe7288554c AS builder +FROM registry.access.redhat.com/ubi10/ubi-minimal@sha256:a41db89ac688576827fbd3e8e3ef145fd7f4db28d7f533c154f96224fcd20595 AS builder LABEL maintainer="Stackable GmbH" diff --git a/ubi9-rust-builder/Dockerfile b/ubi9-rust-builder/Dockerfile index 967a590ed..5932bb032 100644 --- a/ubi9-rust-builder/Dockerfile +++ b/ubi9-rust-builder/Dockerfile @@ -6,7 +6,7 @@ # The website is broken, so you can use this to find it: # curl https://catalog.redhat.com/en/software/containers/ubi9/ubi-minimal/615bd9b4075b022acc111bf5 \ # | grep -oE 'registry.redhat.io/ubi9/ubi-minimal@sha256:[a-z0-9]{64}' -FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:c7d44146f826037f6873d99da479299b889473492d3c1ab8af86f08af04ec8a0 AS builder +FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:fe9e574f04371b333ed4e21d30d984f6b7fcd1046e579f5ddab4816c0c8e231d AS builder LABEL maintainer="Stackable GmbH"