We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1244df commit 0ff1f6fCopy full SHA for 0ff1f6f
Dockerfile
@@ -1,9 +1,9 @@
1
-FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.16-openshift-4.8 AS builder
+FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.16-openshift-4.9 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.8:base
+FROM registry.ci.openshift.org/ocp/4.9:base
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