Skip to content

Commit abe6244

Browse files
Merge pull request jimmidyson#61 from openshift-bot/art-consistency-openshift-4.17-configmap-reload
OCPBUGS-34355: Updating configmap-reload-container image to be consistent with ART for 4.17
2 parents dc91ddc + 7a3540d commit abe6244

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Diff for: .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

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-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" \

Diff for: 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)