We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4946b0a commit 2887a3fCopy full SHA for 2887a3f
Dockerfile
@@ -1,9 +1,9 @@
1
-FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.20-openshift-4.15 AS builder
+FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.21-openshift-4.16 AS builder
2
WORKDIR /go/src/github.com/openshift/insights-operator
3
COPY . .
4
RUN make build
5
6
-FROM registry.ci.openshift.org/ocp/4.15:base-rhel9
+FROM registry.ci.openshift.org/ocp/4.16:base-rhel9
7
COPY --from=builder /go/src/github.com/openshift/insights-operator/bin/insights-operator /usr/bin/
8
COPY config/pod.yaml /etc/insights-operator/server.yaml
9
COPY manifests /manifests
0 commit comments