Skip to content

Commit b3a8fa3

Browse files
authored
Merge pull request #217 from securesign/konflux/mintmaker/main/docker-deps
chore(deps): update docker images
2 parents ba21b5e + e889507 commit b3a8fa3

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the admission-webhook-controller binary
2-
FROM registry.redhat.io/ubi9/go-toolset:latest@sha256:59ec4752cf86f0d0dd240b9e29c64d6ee560c28fc986171e126db1db216a246a AS admission-webhook-controller
2+
FROM registry.redhat.io/ubi9/go-toolset:latest@sha256:f9c8537423d96da6c0e704a7d40a1bd5401c4287a05c7f7f196550a5a375a6b6 AS admission-webhook-controller
33
WORKDIR /opt/app-root/src/
44
ENV GOEXPERIMENT=strictfipsruntime
55
ENV CGO_ENABLED=1
@@ -11,7 +11,7 @@ COPY cmd cmd
1111
RUN go build -mod=mod -o admission-webhook-controller ./cmd
1212

1313
# Unpack Helm chart
14-
FROM registry.redhat.io/ubi9/ubi-minimal:latest@sha256:8d0a8fb39ec907e8ca62cdd24b62a63ca49a30fe465798a360741fde58437a23 AS unpack-templates
14+
FROM registry.redhat.io/ubi9/ubi-minimal:latest@sha256:b9b10f42d7eba7ad4a6d5ef26b7d34fdc892b2ffe59b8d0372ec884008569eb6 AS unpack-templates
1515
WORKDIR /opt/app-root/src/
1616
ENV HOME=/opt/app-root/src/
1717

@@ -22,7 +22,7 @@ RUN tar -xvf ${HOME}/helm-charts/policy-controller-operator/charts/policy-contro
2222
rm ${HOME}/helm-charts/policy-controller-operator/charts/policy-controller-*.tgz
2323

2424
# Build the manager binary
25-
FROM registry.redhat.io/openshift4/ose-helm-rhel9-operator:latest@sha256:6cfaf7c32cb2598145dd84770d42191fbd1be2465cef08ae393aba26b4a023d9
25+
FROM registry.redhat.io/openshift4/ose-helm-rhel9-operator:latest@sha256:cc0de9dccd2b69b9369dc53c894aeb8f6bc186fb856c1cb43978f669b8ce4255
2626

2727
LABEL description="The image for the policy-controller-operator."
2828
LABEL io.k8s.description="The image for the policy-controller-operator."

bundle.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ARG BUNDLE_OVERLAY="olm"
55
ARG BUNDLE_GEN_FLAGS="-q --overwrite=false --version $VERSION --channels=$CHANNELS --default-channel=$DEFAULT_CHANNEL"
66
ARG IMG
77

8-
FROM registry.redhat.io/openshift4/ose-cli-rhel9@sha256:8c27c47c57550301ed7be1855d09f7a17687e74d0dafb461bee68e27bd010d96 AS oc-builder
8+
FROM registry.redhat.io/openshift4/ose-cli-rhel9@sha256:1b960c8a1a29c21dc858eccc9ca01e198e2e187079a2bd26984f462035cc2f25 AS oc-builder
99
FROM registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:8ff0cb8587bbca8809490ff59a67496599b6c0cc8e4ca88451481a265f17e581 AS builder
1010

1111
ARG BUNDLE_GEN_FLAGS

0 commit comments

Comments
 (0)