We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b44138f + 73467f5 commit f4b7ddbCopy full SHA for f4b7ddb
Dockerfile.ocp
@@ -1,11 +1,11 @@
1
# Dockerfile used by OSBS and by prow CI.
2
-FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.16-openshift-4.9 AS builder
+FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.16-openshift-4.10 AS builder
3
WORKDIR /go/src/github.com/jimmidyson/configmap-reload
4
COPY . .
5
ENV GOFLAGS="-mod=vendor"
6
RUN make out/configmap-reload
7
8
-FROM registry.ci.openshift.org/ocp/4.9:base
+FROM registry.ci.openshift.org/ocp/4.10:base
9
LABEL io.k8s.display-name="OpenShift ConfigMap Reload" \
10
io.k8s.description="This is a component reloads another process if a configured configmap volume is remounted." \
11
io.openshift.tags="kubernetes" \
0 commit comments