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 572caa1 + 65438b1 commit 5448475Copy full SHA for 5448475
images/ci/Dockerfile
@@ -1,9 +1,9 @@
1
-FROM registry.svc.ci.openshift.org/ocp/builder:rhel-8-golang-1.15-openshift-4.7 AS builder
+FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.15-openshift-4.7 AS builder
2
WORKDIR /go/src/github.com/openshift/cluster-kube-storage-version-migrator-operator
3
COPY . .
4
RUN make build --warn-undefined-variables
5
6
-FROM registry.svc.ci.openshift.org/ocp/4.7:base
+FROM registry.ci.openshift.org/ocp/4.7:base
7
COPY --from=builder /go/src/github.com/openshift/cluster-kube-storage-version-migrator-operator/cluster-kube-storage-version-migrator-operator /usr/bin/
8
COPY manifests /manifests
9
COPY vendor/github.com/openshift/api/operator/v1/*_kube-storage-version-migrator-operator_*.yaml* /manifests
0 commit comments