Skip to content

Commit

Permalink
chore(deps): pin dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
  • Loading branch information
red-hat-konflux[bot] authored Dec 19, 2024
1 parent 65a13a8 commit 48f4e5d
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion debug-container-fedramp/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# NOTE: postgres utils here are set to v14 by design
#FROM registry.access.redhat.com/ubi8/ubi:8.8
FROM registry.access.redhat.com/ubi8/ubi:8.10
FROM registry.access.redhat.com/ubi8/ubi:8.10@sha256:37cdac4ec130a64050d6df4e1f2ef3f53868bea55d11f623d141f139ee342bd8

RUN dnf -y --refresh --security upgrade && \
dnf -y install dnf-utils \
Expand Down
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:39
FROM quay.io/fedora/fedora:39@sha256:97deaad057a6c346c5158f7ae100b2f97de128581d6e5d8f35246fc5be66048d

RUN dnf -y update && \
dnf -y install \
Expand Down
2 changes: 1 addition & 1 deletion dynatrace-config-job/Dockerfile
Original file line number Diff line number Diff line change
@@ -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-1731593028@sha256:d85040b6e3ed3628a89683f51a38c709185efc3fb552db2ad1b9180f2a6c38be

# https://konflux.pages.redhat.com/docs/users/how-tos/configuring/custom-tags.html
# Set your image version here
Expand Down
2 changes: 1 addition & 1 deletion jiralert/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi8/go-toolset:1.20.12 as builder
FROM registry.access.redhat.com/ubi8/go-toolset:1.20.12@sha256:43cf2468d9ebecbdf69503ca9cfb4a7c58ee86c94b64fb024c8aebd1bedc816e as builder
ENV GOPATH=/go/
ENV GO111MODULE=on
USER root
Expand Down
2 changes: 1 addition & 1 deletion lablabs-cloudflare-exporter/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi8/go-toolset:1.18.9 as builder
FROM registry.access.redhat.com/ubi8/go-toolset:1.18.9@sha256:4b55f47e67e019eda42d7f959918cfa53b6d0580b73234b46675bc598e9e2e4e as builder
ENV GOPATH=/go/
ENV GO111MODULE=on
USER root
Expand Down
2 changes: 1 addition & 1 deletion logrotate/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.4
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.4@sha256:c0e70387664f30cd9cf2795b547e4a9a51002c44a4a86aa9335ab030134bf392

# Install logrotate
RUN microdnf update && \
Expand Down
2 changes: 1 addition & 1 deletion metrics-api-server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi9/python-311
FROM registry.access.redhat.com/ubi9/python-311@sha256:27d9f910951891b64953fc66fe161ad7a28552fda6e6cb6996db8449f317925e

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion packer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi8/ubi-minimal:latest
FROM registry.access.redhat.com/ubi8/ubi-minimal:latest@sha256:cf095e5668919ba1b4ace3888107684ad9d587b1830d3eb56973e6a54f456e67

RUN curl --location --output /etc/yum.repos.d/hashicorp.repo https://rpm.releases.hashicorp.com/RHEL/hashicorp.repo
RUN microdnf install packer jq openssh-clients unzip rsync python3 rust cargo gcc python3-devel openssl-devel
Expand Down
2 changes: 1 addition & 1 deletion qontract-reconcile-builder/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/app-sre/qontract-reconcile-base:0.14.0 as base
FROM quay.io/app-sre/qontract-reconcile-base:0.14.0@sha256:bd6f0de349fab0cce58ba9e5b0f01296688f26038b1ac3730b04eb8c270e255c as base

WORKDIR /work

Expand Down
2 changes: 1 addition & 1 deletion qontract-reconcile-oc/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi9/ubi:9.3
FROM registry.access.redhat.com/ubi9/ubi:9.3@sha256:66233eebd72bb5baa25190d4f55e1dc3fff3a9b77186c1f91a0abdb274452072

WORKDIR /work

Expand Down

0 comments on commit 48f4e5d

Please sign in to comment.