Skip to content

Commit 6a0491a

Browse files
authored
Merge pull request #77 from chmeliik/fix-base-image
Fix the runner-image base image
2 parents 09d5906 + a1e3796 commit 6a0491a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Base image for use as a step runner for RHTAP pipelines
33
#
44

5-
FROM docker.io/redhat/ubi9-minimal:9.4
5+
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.4@sha256:c0e70387664f30cd9cf2795b547e4a9a51002c44a4a86aa9335ab030134bf392
66

77
# Todo:
88
# - Pin all the versions (maybe)

0 commit comments

Comments
 (0)