Skip to content

Commit 2887a3f

Browse files
openshift-botAOS Automation Release Team
authored andcommitted
Updating ose-insights-operator-container image to be consistent with ART (openshift#885)
Reconciling with https://github.com/openshift/ocp-build-data/tree/c78b2b27f47b41d5d59449c863f3dea6eaa988b7/images/ose-insights-operator.yml Co-authored-by: AOS Automation Release Team <[email protected]>
1 parent 4946b0a commit 2887a3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.20-openshift-4.15 AS builder
1+
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.21-openshift-4.16 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.15:base-rhel9
6+
FROM registry.ci.openshift.org/ocp/4.16:base-rhel9
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)