Skip to content

Commit 7a3540d

Browse files
author
AOS Automation Release Team
committed
Updating configmap-reload-container image to be consistent with ART for 4.17
Reconciling with https://github.com/openshift/ocp-build-data/tree/0a1310d4df1f00e3e218da6e356585997c7c0178/images/configmap-reload.yml
1 parent dc91ddc commit 7a3540d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.ci-operator.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
build_root_image:
22
name: release
33
namespace: openshift
4-
tag: rhel-9-release-golang-1.21-openshift-4.16
4+
tag: rhel-9-release-golang-1.21-openshift-4.17

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-9-golang-1.21-openshift-4.16 AS builder
2+
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.21-openshift-4.17 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.16:base-rhel9
8+
FROM registry.ci.openshift.org/ocp/4.17:base-rhel9
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" \

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/jimmidyson/configmap-reload
22

3-
go 1.17
3+
go 1.21
44

55
require (
66
github.com/fsnotify/fsnotify v1.5.1

0 commit comments

Comments
 (0)