We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e034a2f + 7b6943d commit 654aac2Copy full SHA for 654aac2
operator-registry.Dockerfile
@@ -1,4 +1,4 @@
1
-FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.23-openshift-4.19 AS builder
+FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.24-openshift-4.20 AS builder
2
3
ENV GOPATH /go
4
ENV PATH $GOPATH/bin:/usr/local/go/bin:$PATH
@@ -11,7 +11,7 @@ RUN make build/registry cross
11
# copy and build vendored grpc_health_probe
12
RUN CGO_ENABLED=0 go build -mod=vendor -tags netgo -ldflags "-w" ./vendor/github.com/grpc-ecosystem/grpc-health-probe/...
13
14
-FROM registry.ci.openshift.org/ocp/4.19:base-rhel9
+FROM registry.ci.openshift.org/ocp/4.20:base-rhel9
15
16
COPY --from=builder /src/bin/* /bin/registry/
17
COPY --from=builder /src/grpc-health-probe /bin/grpc_health_probe
0 commit comments