File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 3
3
FROM registry.ci.openshift.org/ocp/4.17:cli-artifacts as tools
4
4
5
5
# Dockerfile to bootstrap build and test in openshift-ci
6
- FROM registry.ci.openshift.org/openshift/release:rhel-9-release-golang-1.24-nofips-openshift-4.19 as builder
6
+ FROM registry.redhat.io/rhel10/go-toolset@sha256:050c556adbf8a684de705abadfdfaf105936e5b4e7abe4f46d6b095a684bfa37 as builder
7
+
8
+ USER 0:0
9
+ RUN yum update -y go
10
+ USER 1001:0
7
11
8
12
ARG TARGETARCH
9
13
Original file line number Diff line number Diff line change 1
1
# DO NOT EDIT! Generated Dockerfile for cmd/func-util.
2
- ARG GO_BUILDER=registry.ci.openshift.org/openshift/release:rhel-9-release-golang-1.24-nofips-openshift-4.19
3
- ARG GO_RUNTIME=registry.access. redhat.com/ubi8/ubi -minimal
2
+ ARG GO_BUILDER=registry.redhat.io/rhel10/go-toolset@sha256:050c556adbf8a684de705abadfdfaf105936e5b4e7abe4f46d6b095a684bfa37
3
+ ARG GO_RUNTIME=registry.redhat.io/ubi10 -minimal@sha256:da1aedf263c25c4d5a58bc9d44a6b9f973a217ed67cb7ad2e08ec2711e901eec
4
4
5
5
FROM $GO_BUILDER as builder
6
6
7
+ USER 0:0
8
+ RUN yum update -y go
9
+ USER 1001:0
10
+
7
11
WORKDIR /workspace
8
12
COPY . .
9
13
You can’t perform that action at this time.
0 commit comments