Skip to content

Commit 2f235df

Browse files
committedDec 22, 2023
Use unauthenticated RH registry for prow Dockerfile
Signed-off-by: Michail Resvanis <mresvani@redhat.com>
1 parent 28b0c02 commit 2f235df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Dockerfile.prow

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.redhat.io/ubi9/ubi:latest as builder
1+
FROM registry.access.redhat.com/ubi9/ubi:latest as builder
22

33
RUN INSTALL_PKGS=" \
44
gcc-c++ \

0 commit comments

Comments
 (0)
Please sign in to comment.