File tree 8 files changed +9
-9
lines changed
openshift-template-deployer
jenkins-agents/jenkins-agent-zap
ubi8-google-api-python-client
8 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
- FROM registry.access.redhat.com/ubi9/python-311:latest
1
+ FROM registry.access.redhat.com/ubi9/python-311:latest@sha256:8a067206cbdbf73a39261f11c028a6fa55369d44b6c08f3d5f4d5194bfad69a5
2
2
3
3
MAINTAINER Johnathan Kupferer <
[email protected] >
4
4
Original file line number Diff line number Diff line change 1
- FROM quay.io/redhat-cop/python-kopf-s2i:latest
1
+ FROM quay.io/redhat-cop/python-kopf-s2i:latest@sha256:c0a91e25a5089a4dda20919c6ce764e0e65d9767a2afccb796de0a4975041d73
2
2
3
3
USER root
4
4
Original file line number Diff line number Diff line change 1
- FROM quay.io/redhat-cop/python-kopf-s2i:latest
1
+ FROM quay.io/redhat-cop/python-kopf-s2i:latest@sha256:c0a91e25a5089a4dda20919c6ce764e0e65d9767a2afccb796de0a4975041d73
2
2
3
3
USER root
4
4
Original file line number Diff line number Diff line change 1
- FROM quay.io/centos/centos:centos7
1
+ FROM quay.io/centos/centos:centos7@sha256:e4ca2ed0202e76be184e75fb26d14bf974193579039d5573fb2348664deef76e
2
2
3
3
ARG ZAPROXY_VERSION="2.9.0"
4
4
ARG WEBSWING_VERSION="22.2"
Original file line number Diff line number Diff line change 1
- FROM registry.access.redhat.com/ubi8:latest
1
+ FROM registry.access.redhat.com/ubi8:latest@sha256:449da7f8f2ef6285a8445a1e31af57a97b9dae5dcf009b1629c59742c89c68c3
2
2
3
3
LABEL MAINTAINERS="Red Hat Services"
4
4
Original file line number Diff line number Diff line change 1
1
# Builder
2
- FROM registry.access.redhat.com/ubi8/ubi:8.9 AS builder
2
+ FROM registry.access.redhat.com/ubi8/ubi:8.9@sha256:449da7f8f2ef6285a8445a1e31af57a97b9dae5dcf009b1629c59742c89c68c3 AS builder
3
3
4
4
SHELL ["/bin/bash" , "-c" ]
5
5
@@ -32,7 +32,7 @@ RUN curl -L "https://github.com/mikefarah/yq/releases/download/${YQ_VERSION}/yq_
32
32
yq --version
33
33
34
34
# Runnable
35
- FROM registry.access.redhat.com/ubi8/ubi-minimal:8.9
35
+ FROM registry.access.redhat.com/ubi8/ubi-minimal:8.9@sha256:87bcbfedfd70e67aab3875fff103bade460aeff510033ebb36b7efa009ab6639
36
36
37
37
SHELL ["/bin/bash" , "-c" ]
38
38
Original file line number Diff line number Diff line change 1
- FROM registry.access.redhat.com/ubi8/ubi:8.9
1
+ FROM registry.access.redhat.com/ubi8/ubi:8.9@sha256:449da7f8f2ef6285a8445a1e31af57a97b9dae5dcf009b1629c59742c89c68c3
2
2
3
3
LABEL maintainer="Red Hat Services"
4
4
Original file line number Diff line number Diff line change 1
- FROM registry.access.redhat.com/ubi8/ubi:8.9
1
+ FROM registry.access.redhat.com/ubi8/ubi:8.9@sha256:449da7f8f2ef6285a8445a1e31af57a97b9dae5dcf009b1629c59742c89c68c3
2
2
3
3
LABEL maintainer="Red Hat Services"
4
4
You can’t perform that action at this time.
0 commit comments