Changing golang url as openshift has moved all jobs from api.ci (#4551)

This commit is contained in:
Priti Kumari
2021-03-25 11:52:24 +05:30
committed by GitHub
parent 12cd795ea4
commit 035fc9a746

View File

@@ -1,6 +1,6 @@
# Dockerfile to bootstrap build and test in openshift-ci
FROM registry.svc.ci.openshift.org/openshift/release:golang-1.13
FROM registry.ci.openshift.org/openshift/release:golang-1.13
RUN yum -y install make wget gcc git httpd-tools