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
2
2
WORKDIR /go/src/github.com/openshift/cluster-version-operator
3
3
COPY . .
4
4
RUN hack/build-go.sh; \
5
5
mkdir -p /tmp/build; \
6
6
cp _output/linux/$(go env GOARCH)/cluster-version-operator /tmp/build/cluster-version-operator
7
7
8
- FROM registry.svc.ci.openshift.org/ocp/4.6 :base
8
+ FROM registry.svc.ci.openshift.org/ocp/4.7 :base
9
9
COPY --from=builder /tmp/build/cluster-version-operator /usr/bin/
10
10
COPY install /manifests
11
11
COPY 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