Skip to content

Commit 1dff4e6

Browse files
chore(deps): pin dependencies
1 parent 9cac458 commit 1dff4e6

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

build-s2i-python-kopf/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.access.redhat.com/ubi9/python-311:latest
1+
FROM registry.access.redhat.com/ubi9/python-311:latest@sha256:8a067206cbdbf73a39261f11c028a6fa55369d44b6c08f3d5f4d5194bfad69a5
22

33
MAINTAINER Johnathan Kupferer <[email protected]>
44

build-s2i-python-kopf/examples/kopf-simple/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM quay.io/redhat-cop/python-kopf-s2i:latest
1+
FROM quay.io/redhat-cop/python-kopf-s2i:latest@sha256:c0a91e25a5089a4dda20919c6ce764e0e65d9767a2afccb796de0a4975041d73
22

33
USER root
44

build-s2i-python-kopf/examples/openshift-template-deployer/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM quay.io/redhat-cop/python-kopf-s2i:latest
1+
FROM quay.io/redhat-cop/python-kopf-s2i:latest@sha256:c0a91e25a5089a4dda20919c6ce764e0e65d9767a2afccb796de0a4975041d73
22

33
USER root
44

jenkins-agents/jenkins-agent-zap/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM quay.io/centos/centos:centos7
1+
FROM quay.io/centos/centos:centos7@sha256:e4ca2ed0202e76be184e75fb26d14bf974193579039d5573fb2348664deef76e
22

33
ARG ZAPROXY_VERSION="2.9.0"
44
ARG WEBSWING_VERSION="22.2"

utilities/ubi8-asciidoctor/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.access.redhat.com/ubi8:latest
1+
FROM registry.access.redhat.com/ubi8:latest@sha256:449da7f8f2ef6285a8445a1e31af57a97b9dae5dcf009b1629c59742c89c68c3
22

33
LABEL MAINTAINERS="Red Hat Services"
44

utilities/ubi8-bats/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# 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
33

44
SHELL ["/bin/bash", "-c"]
55

@@ -32,7 +32,7 @@ RUN curl -L "https://github.com/mikefarah/yq/releases/download/${YQ_VERSION}/yq_
3232
yq --version
3333

3434
# 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
3636

3737
SHELL ["/bin/bash", "-c"]
3838

utilities/ubi8-git/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.access.redhat.com/ubi8/ubi:8.9
1+
FROM registry.access.redhat.com/ubi8/ubi:8.9@sha256:449da7f8f2ef6285a8445a1e31af57a97b9dae5dcf009b1629c59742c89c68c3
22

33
LABEL maintainer="Red Hat Services"
44

utilities/ubi8-google-api-python-client/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.access.redhat.com/ubi8/ubi:8.9
1+
FROM registry.access.redhat.com/ubi8/ubi:8.9@sha256:449da7f8f2ef6285a8445a1e31af57a97b9dae5dcf009b1629c59742c89c68c3
22

33
LABEL maintainer="Red Hat Services"
44

0 commit comments

Comments
 (0)