We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a807a0d commit a0587c3Copy full SHA for a0587c3
base.Dockerfile
@@ -1,6 +1,7 @@
1
# Dockerfile to bootstrap build and test in openshift-ci
2
3
-FROM openshift/origin-release:golang-1.15
+# TODO: do we need to use quay due to dockerhub rate limiting?
4
+FROM openshift/origin-release:golang-1.16
5
6
# Install test dependencies
7
RUN yum install -y skopeo && \
upstream.Dockerfile
@@ -1,4 +1,4 @@
-FROM golang:1.15-alpine as builder
+FROM golang:1.16-alpine as builder
LABEL stage=builder
WORKDIR /build
0 commit comments