Skip to content

Commit 8fd170e

Browse files
committed
Updating ose-insights-operator builder & base images to be consistent with ART
Reconciling with https://github.com/openshift/ocp-build-data/tree/ac81dd4ff0bd57c4e75058d25b40615b92948259/images/ose-insights-operator.yml
1 parent ada9d27 commit 8fd170e

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.6 AS builder
1+
FROM registry.svc.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.6:base
6+
FROM registry.svc.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)