Skip to content

Commit 0ff1f6f

Browse files
openshift-botAOS Automation Release Team
and
AOS Automation Release Team
authoredJun 17, 2021
Updating ose-insights-operator images to be consistent with ART (#457)
Reconciling with https://github.com/openshift/ocp-build-data/tree/691e628254f318ce56efda5edc7448ec743c37b8/images/ose-insights-operator.yml Co-authored-by: AOS Automation Release Team <[email protected]>
1 parent e1244df commit 0ff1f6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

Diff for: ‎Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.16-openshift-4.8 AS builder
1+
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.16-openshift-4.9 AS builder
22
WORKDIR /go/src/github.com/openshift/insights-operator
33
COPY . .
44
RUN make build
55

6-
FROM registry.ci.openshift.org/ocp/4.8:base
6+
FROM registry.ci.openshift.org/ocp/4.9: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)
Please sign in to comment.