diff --git a/qontract-reconcile-base/Dockerfile b/qontract-reconcile-base/Dockerfile index 78ed802..b7b6fdf 100644 --- a/qontract-reconcile-base/Dockerfile +++ b/qontract-reconcile-base/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi9/ubi:9.5@sha256:5ae30df1cf22d3f805b031eaf88218f6e084049cb30a8d22361f2a4f13eaa511 AS downloader +FROM registry.access.redhat.com/ubi9/ubi:9.5@sha256:2bae9062eddbbc18e76555972e7026ffe02cef560a0076e6d7f72bed2c05723f AS downloader RUN dnf -y install unzip glibc-langpack-en @@ -88,7 +88,7 @@ RUN curl -sfL https://github.com/prometheus/alertmanager/releases/download/v${AL | tar -zxf - -C /usr/local/bin --strip-components=1 alertmanager-${ALERTMANAGER_VERSION}.linux-amd64/amtool -FROM registry.access.redhat.com/ubi9/ubi-minimal:9.5@sha256:6907fbacb294ab6ba988f8bcc6bd5127f589966e5808fcb454de3e104983ae5b +FROM registry.access.redhat.com/ubi9/ubi-minimal:9.5@sha256:d85040b6e3ed3628a89683f51a38c709185efc3fb552db2ad1b9180f2a6c38be ENV TF_PLUGIN_LOCAL_DIR=/usr/local/share/terraform/ ENV TF_PLUGIN_CACHE_DIR=/.terraform.d/plugin-cache/