File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11build_root_image :
22 name : release
33 namespace : openshift
4- tag : rhel-9-release-golang-1.24 -openshift-4.21
4+ tag : rhel-9-release-golang-1.25 -openshift-4.22
Original file line number Diff line number Diff line change 11# Build the manager binary
2- FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.24 -openshift-4.21 AS builder
2+ FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.25 -openshift-4.22 AS builder
33ARG TARGETOS
44ARG TARGETARCH
55
@@ -18,7 +18,7 @@ RUN GOMAXPROCS=2 CGO_ENABLED=1 GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH} make
1818
1919# Use distroless as minimal base image to package the manager binary
2020# Refer to https://github.com/GoogleContainerTools/distroless for more details
21- FROM registry.ci.openshift.org/ocp/4.21 :base-rhel9
21+ FROM registry.ci.openshift.org/ocp/4.22 :base-rhel9
2222ARG TARGETARCH
2323WORKDIR /
2424COPY --from=builder /workspace/bin/daemon.${TARGETARCH} daemon
You can’t perform that action at this time.
0 commit comments