Skip to content

Commit

Permalink
Merge pull request #177 from openshift-bot/art-consistency-openshift-…
Browse files Browse the repository at this point in the history
…4.16-ose-ovirt-machine-controllers

OCPBUGS-24925: Updating ose-ovirt-machine-controllers-container image to be consistent with ART for 4.16
  • Loading branch information
openshift-merge-bot[bot] committed May 7, 2024
2 parents 7679c12 + 8893783 commit abb91c8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ci-operator.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
build_root_image:
name: release
namespace: openshift
tag: rhel-9-release-golang-1.20-openshift-4.16
tag: rhel-9-release-golang-1.21-openshift-4.16
2 changes: 1 addition & 1 deletion Dockerfile.rhel
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.20-openshift-4.16 AS builder
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.21-openshift-4.16 AS builder

ARG version
ARG release
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/openshift/cluster-api-provider-ovirt

go 1.18
go 1.21

require (
github.com/go-logr/logr v1.2.3
Expand Down

0 comments on commit abb91c8

Please sign in to comment.