Skip to content

Commit f4b7ddb

Browse files
Merge pull request jimmidyson#37 from openshift-bot/art-consistency-openshift-4.10-configmap-reload
Updating configmap-reload images to be consistent with ART
2 parents b44138f + 73467f5 commit f4b7ddb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: Dockerfile.ocp

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# 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
2+
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.16-openshift-4.10 AS builder
33
WORKDIR /go/src/github.com/jimmidyson/configmap-reload
44
COPY . .
55
ENV GOFLAGS="-mod=vendor"
66
RUN make out/configmap-reload
77

8-
FROM registry.ci.openshift.org/ocp/4.9:base
8+
FROM registry.ci.openshift.org/ocp/4.10:base
99
LABEL io.k8s.display-name="OpenShift ConfigMap Reload" \
1010
io.k8s.description="This is a component reloads another process if a configured configmap volume is remounted." \
1111
io.openshift.tags="kubernetes" \

0 commit comments

Comments
 (0)