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): pin dependencies #153

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-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:ecbeb81a4737dfca66ad18eaafb4892d8602b1ae938e0ac3251bb4335aa1a547

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:fc669a67a0ef9016c3376b2851050580b3519affd5ec645d629fd52d2a8b8e4a

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:c38cc770631788157f8ea989df65ff30359c9f8af3246fef244b32caed9d5862

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