diff --git a/.ci-operator.yaml b/.ci-operator.yaml index 0cedb8e0f4..ca5a57dd5b 100644 --- a/.ci-operator.yaml +++ b/.ci-operator.yaml @@ -2,4 +2,4 @@ build_root_image: namespace: openshift name: release - tag: rhel-9-release-golang-1.22-openshift-4.18 + tag: rhel-9-release-golang-1.22-openshift-4.19 diff --git a/build/Dockerfile b/build/Dockerfile index 81ba961994..6f055484ce 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.22-openshift-4.18 as build +FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.22-openshift-4.19 as build LABEL stage=build diff --git a/build/Dockerfile.base b/build/Dockerfile.base index b3dff83284..d2e9e0b6bc 100644 --- a/build/Dockerfile.base +++ b/build/Dockerfile.base @@ -1,4 +1,4 @@ -FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.22-openshift-4.18 as build +FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.22-openshift-4.19 as build LABEL stage=build # Silence go compliance shim output diff --git a/build/Dockerfile.ci b/build/Dockerfile.ci index 21b3562d61..08543a89a9 100644 --- a/build/Dockerfile.ci +++ b/build/Dockerfile.ci @@ -3,7 +3,7 @@ # building the operator from the PR source without using the operator-sdk. # build stage for building binaries -FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.22-openshift-4.18 as build +FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.22-openshift-4.19 as build LABEL stage=build WORKDIR /build/ @@ -136,7 +136,7 @@ RUN make build-daemon #│ └── windows-exporter-webconfig.yaml #└── windows-instance-config-daemon.exe -FROM registry.ci.openshift.org/openshift/release:rhel-9-release-golang-1.22-openshift-4.18 +FROM registry.ci.openshift.org/openshift/release:rhel-9-release-golang-1.22-openshift-4.19 LABEL stage=operator WORKDIR /payload/ diff --git a/build/Dockerfile.wmco b/build/Dockerfile.wmco index 27471bfd95..f9284fc3af 100644 --- a/build/Dockerfile.wmco +++ b/build/Dockerfile.wmco @@ -1,4 +1,4 @@ -FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.22-openshift-4.18 as build +FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.22-openshift-4.19 as build LABEL stage=build # Silence go compliance shim output diff --git a/bundle.Dockerfile b/bundle.Dockerfile index ab5458e90d..8758eeb5a3 100644 --- a/bundle.Dockerfile +++ b/bundle.Dockerfile @@ -15,7 +15,7 @@ LABEL com.redhat.delivery.operator.bundle=true # This second label tells the pipeline which versions of OpenShift the operator supports. # This is used to control which index images should include this operator. -LABEL com.redhat.openshift.versions="=v4.18" +LABEL com.redhat.openshift.versions="=v4.19" # This third label tells the pipeline that this operator should *also* be supported on OCP 4.4 and # earlier. It is used to control whether or not the pipeline should attempt to automatically