Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update all digest updates #167

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion debug-container/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Locking this to a specific Fedora version for now. New releases of Postgresql, and Fedora versions going out of
# support will drive this upgrade every 6-12 months.
FROM quay.io/fedora/fedora:43@sha256:e3b99e812166310881165397946a54118c9462fc26b2999aeeee6cb07b296f71
FROM quay.io/fedora/fedora:43@sha256:ec3c28a9a46c9ea7a812b5ac2b25198b8550a1ca09c2f4411079bd8dc30662e9

RUN dnf -y update && \
dnf -y install \
Expand Down
2 changes: 1 addition & 1 deletion msk-debug-container/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi9/openjdk-21@sha256:1245421ae51c94ffe6e44e7d0439b51cf2653929ecee59d881d92c09b543b52a
FROM registry.access.redhat.com/ubi9/openjdk-21@sha256:419b50bca7e82909050bdf6de9fedb0465eb0a66f274fb3ba9c7cb16be4b9839
ARG KAFKA_VERSION
ARG KAFKA_VERSION_PATCH

Expand Down
4 changes: 2 additions & 2 deletions qontract-reconcile-base/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi9/ubi:9.5@sha256:a010f5a7096ea45d77c2df0779c28b1829112816d6fb248bb2d2ed0e04f94498 AS downloader
FROM registry.access.redhat.com/ubi9/ubi:9.5@sha256:e3b585af6e350e1e0297491bbf190adfbcd5ff9343373f00c06158c2e2c21f61 AS downloader

RUN dnf -y install unzip glibc-langpack-en

Expand Down Expand Up @@ -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:8b314e254e9ab9a7a08b675fcfd3ed66a2943eeda7b26395210d451569976b9b
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.5@sha256:4c8830d349732ed8066544e1cbcf878ad64f39aa4364f13cf4a69954b0ccbda5

ENV TF_PLUGIN_LOCAL_DIR=/usr/local/share/terraform/
ENV TF_PLUGIN_CACHE_DIR=/.terraform.d/plugin-cache/
Expand Down