Update golang image location to official repo
[icn.git] / cmd / bpa-restapi-agent / build / Dockerfile
index 33a6c5f..321208c 100644 (file)
@@ -1,11 +1,11 @@
-FROM registry.svc.ci.openshift.org/openshift/release:golang-1.12 AS builder
+FROM golang:1-12 AS builder
 RUN mkdir /bpa-restapi-agent
 ADD . /bpa-restapi-agent
 WORKDIR /bpa-restapi-agent
 
 RUN make build
 
-FROM registry.svc.ci.openshift.org/openshift/release:golang-1.12
+FROM golang:1-12
 
 COPY --from=builder /bpa-restapi-agent/build/_output/bin/bpa-restapi-agent /bpa-restapi-agent