Skip to content

Commit 276314e

Browse files
Merge pull request #312 from openshift-bot/art-consistency-openshift-4.7-ose-insights-operator
Updating ose-insights-operator builder & base images to be consistent with ART
2 parents bbe7160 + 6fc739c commit 276314e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
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/insights-operator
33
COPY . .
44
RUN make build
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/insights-operator/bin/insights-operator /usr/bin/
88
COPY config/pod.yaml /etc/insights-operator/server.yaml
99
COPY manifests /manifests

0 commit comments

Comments
 (0)