Skip to content

Commit 13c46e5

Browse files
authored
Merge pull request #255 from redhat-cop/renovate/registry.access.redhat.com-ubi9-ubi-minimal-9.x
Update registry.access.redhat.com/ubi9/ubi-minimal Docker tag to v9.4-1134
2 parents f352c9b + b5b72c3 commit 13c46e5

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.4-949.1714662671@sha256:2636170dc55a0931d013014a72ae26c0c2521d4b61a28354b3e2e5369fa335a3
1+
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.4-1134@sha256:a7d837b00520a32502ada85ae339e33510cdfdbc8d2ddf460cc838e12ec5fa5a
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.4-949.1714662671@sha256:2636170dc55a0931d013014a72ae26c0c2521d4b61a28354b3e2e5369fa335a3 AS builder
2+
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.4-1134@sha256:a7d837b00520a32502ada85ae339e33510cdfdbc8d2ddf460cc838e12ec5fa5a 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.4-949.1714662671@sha256:2636170dc55a0931d013014a72ae26c0c2521d4b61a28354b3e2e5369fa335a3
12+
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.4-1134@sha256:a7d837b00520a32502ada85ae339e33510cdfdbc8d2ddf460cc838e12ec5fa5a
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.4-949.1714662671@sha256:2636170dc55a0931d013014a72ae26c0c2521d4b61a28354b3e2e5369fa335a3
1+
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.4-1134@sha256:a7d837b00520a32502ada85ae339e33510cdfdbc8d2ddf460cc838e12ec5fa5a
22

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

0 commit comments

Comments
 (0)