Skip to content

Commit cfac0ca

Browse files
Update registry.access.redhat.com/ubi9/ubi-minimal Docker tag to v9.3-1612
1 parent e7146d1 commit cfac0ca

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

chart-repo-pr-action/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.3-1552@sha256:582e18f13291d7c686ec4e6e92d20b24c62ae0fc72767c46f30a69b1a6198055
1+
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.3-1612@sha256:bc552efb4966aaa44b02532be3168ac1ff18e2af299d0fe89502a1d9fabafbc5
22

33
## According to the GH Actions doc, the user must run as root
44
## https://docs.github.com/en/actions/creating-actions/dockerfile-support-for-github-actions#user

github-dispatches/Dockerfile_build

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Builder image
2-
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.3-1552@sha256:582e18f13291d7c686ec4e6e92d20b24c62ae0fc72767c46f30a69b1a6198055 AS builder
2+
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.3-1612@sha256:bc552efb4966aaa44b02532be3168ac1ff18e2af299d0fe89502a1d9fabafbc5 AS builder
33

44
# renovate: datasource=github-releases depName=stedolan/jq
55
ARG JQ_VERSION=1.6
@@ -9,7 +9,7 @@ RUN curl -L -o /tmp/jq-linux64 https://github.com/stedolan/jq/releases/download/
99
/tmp/jq-linux64 --version
1010

1111
# Runnable image
12-
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.3-1552@sha256:582e18f13291d7c686ec4e6e92d20b24c62ae0fc72767c46f30a69b1a6198055
12+
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.3-1612@sha256:bc552efb4966aaa44b02532be3168ac1ff18e2af299d0fe89502a1d9fabafbc5
1313

1414
LABEL version="4.0.0"
1515
LABEL repository="http://github.com/redhat-cop/github-actions"

s2i/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.3-1552@sha256:582e18f13291d7c686ec4e6e92d20b24c62ae0fc72767c46f30a69b1a6198055
1+
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.3-1612@sha256:bc552efb4966aaa44b02532be3168ac1ff18e2af299d0fe89502a1d9fabafbc5
22

33
LABEL version="1.0.0"
44
LABEL repository="http://github.com/redhat-cop/github-actions"

0 commit comments

Comments
 (0)