Skip to content

Commit 5448475

Browse files
authored
Merge pull request #38 from openshift-bot/art-consistency-openshift-4.7-ose-cluster-kube-storage-version-migrator-operator
Updating ose-cluster-kube-storage-version-migrator-operator builder & base images to be consistent with ART
2 parents 572caa1 + 65438b1 commit 5448475

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

images/ci/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
FROM registry.svc.ci.openshift.org/ocp/builder:rhel-8-golang-1.15-openshift-4.7 AS builder
1+
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.15-openshift-4.7 AS builder
22
WORKDIR /go/src/github.com/openshift/cluster-kube-storage-version-migrator-operator
33
COPY . .
44
RUN make build --warn-undefined-variables
55

6-
FROM registry.svc.ci.openshift.org/ocp/4.7:base
6+
FROM registry.ci.openshift.org/ocp/4.7:base
77
COPY --from=builder /go/src/github.com/openshift/cluster-kube-storage-version-migrator-operator/cluster-kube-storage-version-migrator-operator /usr/bin/
88
COPY manifests /manifests
99
COPY vendor/github.com/openshift/api/operator/v1/*_kube-storage-version-migrator-operator_*.yaml* /manifests

0 commit comments

Comments
 (0)