We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ada9d27 commit 8fd170eCopy full SHA for 8fd170e
Dockerfile
@@ -1,9 +1,9 @@
1
-FROM registry.svc.ci.openshift.org/ocp/builder:rhel-8-golang-1.15-openshift-4.6 AS builder
+FROM registry.svc.ci.openshift.org/ocp/builder:rhel-8-golang-1.15-openshift-4.7 AS builder
2
WORKDIR /go/src/github.com/openshift/insights-operator
3
COPY . .
4
RUN make build
5
6
-FROM registry.svc.ci.openshift.org/ocp/4.6:base
+FROM registry.svc.ci.openshift.org/ocp/4.7: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