Skip to content

Commit b7241ae

Browse files
openshift-botAOS Automation Release Team
and
AOS Automation Release Team
authored
Updating ose-agent-installer-api-server-container image to be consistent with ART for 4.19 (#7056)
Reconciling with https://github.com/openshift/ocp-build-data/tree/2ea3e6158c93ca104b9d59fd58a71536fa01fb2d/images/ose-agent-installer-api-server.yml Co-authored-by: AOS Automation Release Team <[email protected]>
1 parent 36009b8 commit b7241ae

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.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

Dockerfile.assisted-service.ocp

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build binaries
2-
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.22-openshift-4.18 AS builder
2+
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.23-openshift-4.19 AS builder
33
WORKDIR /src
44
COPY . .
55

@@ -11,7 +11,7 @@ RUN cd ./cmd/agentbasedinstaller/client && CGO_ENABLED=1 GOFLAGS="" GO111MODULE=
1111

1212

1313
# Create final image
14-
FROM registry.ci.openshift.org/ocp/4.18:base-rhel9
14+
FROM registry.ci.openshift.org/ocp/4.19:base-rhel9
1515

1616
LABEL io.openshift.release.operator=true
1717

0 commit comments

Comments
 (0)