File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1- FROM registry.svc.ci.openshift.org/ocp/builder:rhel-8-golang-1.15-openshift-4.6 AS builder
1+ FROM registry.svc.ci.openshift.org/ocp/builder:rhel-8-golang-1.15-openshift-4.7 AS builder
22WORKDIR /go/src/github.com/openshift/cluster-version-operator
33COPY . .
44RUN hack/build-go.sh; \
55 mkdir -p /tmp/build; \
66 cp _output/linux/$(go env GOARCH)/cluster-version-operator /tmp/build/cluster-version-operator
77
8- FROM registry.svc.ci.openshift.org/ocp/4.6 :base
8+ FROM registry.svc.ci.openshift.org/ocp/4.7 :base
99COPY --from=builder /tmp/build/cluster-version-operator /usr/bin/
1010COPY install /manifests
1111COPY vendor/github.com/openshift/api/config/v1/0000_00_cluster-version-operator_01_clusterversion.crd.yaml /manifests/
You can’t perform that action at this time.
0 commit comments