Skip to content

Commit

Permalink
Merge pull request #2663 from jrvaldes/bump-ocp-ci-4.19
Browse files Browse the repository at this point in the history
Use golang builder image and bundle dockerfile  in line with OCP 4.19
  • Loading branch information
openshift-merge-bot[bot] authored Feb 1, 2025
2 parents a77059d + 881aae8 commit 7111a3f
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .ci-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion build/Dockerfile.base
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions build/Dockerfile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -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/

Expand Down Expand Up @@ -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/
Expand Down
2 changes: 1 addition & 1 deletion build/Dockerfile.wmco
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion bundle.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7111a3f

Please sign in to comment.