Skip to content

Commit b0ed11d

Browse files
author
AOS Automation Release Team
committed
Updating ose-machine-api-provider-aws-container image to be consistent with ART for 4.19
Reconciling with https://github.com/openshift/ocp-build-data/tree/a39508c86497b4e5e463d7b2c78e51e577be9e7d/images/ose-machine-api-provider-aws.yml
1 parent 86e25ab commit b0ed11d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.22-openshift-4.18
4+
tag: rhel-9-release-golang-1.23-openshift-4.19

Diff for: Dockerfile.rhel

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.22-openshift-4.18 AS builder
1+
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.23-openshift-4.19 AS builder
22
WORKDIR /go/src/github.com/openshift/machine-api-provider-aws
33
COPY . .
44
# VERSION env gets set in the openshift/release image and refers to the golang version, which interfers with our own
55
RUN unset VERSION \
66
&& GOPROXY=off NO_DOCKER=1 make build
77

8-
FROM registry.ci.openshift.org/ocp/4.18:base-rhel9
8+
FROM registry.ci.openshift.org/ocp/4.19:base-rhel9
99
COPY --from=builder /go/src/github.com/openshift/machine-api-provider-aws/bin/machine-controller-manager /
1010
COPY --from=builder /go/src/github.com/openshift/machine-api-provider-aws/bin/termination-handler /
1111

0 commit comments

Comments
 (0)