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 bcf385b + a4044f4 commit 00aa243Copy full SHA for 00aa243
Dockerfile.rhel7
@@ -1,11 +1,11 @@
1
-FROM registry.svc.ci.openshift.org/ocp/builder:golang-1.14 AS builder
+FROM registry.svc.ci.openshift.org/ocp/builder:rhel-8-golang-openshift-4.6 AS builder
2
WORKDIR /go/src/github.com/openshift/cluster-version-operator
3
COPY . .
4
RUN hack/build-go.sh; \
5
mkdir -p /tmp/build; \
6
cp _output/linux/$(go env GOARCH)/cluster-version-operator /tmp/build/cluster-version-operator
7
8
-FROM registry.svc.ci.openshift.org/ocp/4.0:base
+FROM registry.svc.ci.openshift.org/ocp/4.6:base
9
COPY --from=builder /tmp/build/cluster-version-operator /usr/bin/
10
COPY install /manifests
11
COPY vendor/github.com/openshift/api/config/v1/0000_00_cluster-version-operator_01_clusterversion.crd.yaml /manifests/
0 commit comments