From 443685ef07b6199f9db40917c69997b062109b85 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 12:10:39 +0000 Subject: [PATCH] chore(deps): update registry.access.redhat.com/ubi9/ubi-minimal docker tag to v9.5-1731604394 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- dynatrace-ci/Dockerfile | 2 +- dynatrace-config-job/Dockerfile | 2 +- logrotate/Dockerfile | 2 +- qontract-reconcile-base/Dockerfile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dynatrace-ci/Dockerfile b/dynatrace-ci/Dockerfile index 6d0bcc7..26cad62 100644 --- a/dynatrace-ci/Dockerfile +++ b/dynatrace-ci/Dockerfile @@ -6,7 +6,7 @@ FROM ${TERRAFORM_REPO}:${TERRAFORM_VERSION} as terraform COPY providers.tf . RUN terraform providers mirror -platform=linux_amd64 /plugins -FROM registry.access.redhat.com/ubi9/ubi-minimal:9.2 +FROM registry.access.redhat.com/ubi9/ubi-minimal:9.5-1731604394@sha256:46f77b7dfba47b041de4c9d8516c24081fc92cc7743fca4a353e7f1c2a4beb19 WORKDIR /terraform diff --git a/dynatrace-config-job/Dockerfile b/dynatrace-config-job/Dockerfile index 2f10ddb..63ef4b5 100644 --- a/dynatrace-config-job/Dockerfile +++ b/dynatrace-config-job/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi9/ubi-minimal:9.5-1731593028 +FROM registry.access.redhat.com/ubi9/ubi-minimal:9.5-1731604394@sha256:46f77b7dfba47b041de4c9d8516c24081fc92cc7743fca4a353e7f1c2a4beb19 # https://konflux.pages.redhat.com/docs/users/how-tos/configuring/custom-tags.html # Set your image version here diff --git a/logrotate/Dockerfile b/logrotate/Dockerfile index a976ded..648db10 100644 --- a/logrotate/Dockerfile +++ b/logrotate/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi9/ubi-minimal:9.4 +FROM registry.access.redhat.com/ubi9/ubi-minimal:9.5-1731604394@sha256:46f77b7dfba47b041de4c9d8516c24081fc92cc7743fca4a353e7f1c2a4beb19 # Install logrotate RUN microdnf update && \ diff --git a/qontract-reconcile-base/Dockerfile b/qontract-reconcile-base/Dockerfile index b7b6fdf..55fc1cd 100644 --- a/qontract-reconcile-base/Dockerfile +++ b/qontract-reconcile-base/Dockerfile @@ -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:d85040b6e3ed3628a89683f51a38c709185efc3fb552db2ad1b9180f2a6c38be +FROM registry.access.redhat.com/ubi9/ubi-minimal:9.5-1731604394@sha256:46f77b7dfba47b041de4c9d8516c24081fc92cc7743fca4a353e7f1c2a4beb19 ENV TF_PLUGIN_LOCAL_DIR=/usr/local/share/terraform/ ENV TF_PLUGIN_CACHE_DIR=/.terraform.d/plugin-cache/