We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 710c942 commit c7b3232Copy full SHA for c7b3232
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM registry.svc.ci.openshift.org/ocp/builder:rhel-8-golang-1.15-openshift-4.7 AS builder
+FROM registry.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
0 commit comments