File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
build_root_image :
2
2
name : release
3
3
namespace : openshift
4
- tag : rhel-9-release-golang-1.23 -openshift-4.19
4
+ tag : rhel-9-release-golang-1.24 -openshift-4.20
Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
15
15
# Build the manager binary
16
- FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.23 -openshift-4.19 AS builder
16
+ FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.24 -openshift-4.20 AS builder
17
17
WORKDIR /workspace
18
18
19
19
# Run this with docker build --build_arg goproxy=$(go env GOPROXY) to override the goproxy
@@ -38,7 +38,7 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=${ARCH} \
38
38
-o manager
39
39
40
40
# Production image
41
- FROM registry.ci.openshift.org/ocp/4.19 :base-rhel9
41
+ FROM registry.ci.openshift.org/ocp/4.20 :base-rhel9
42
42
WORKDIR /
43
43
COPY --from=builder /workspace/manager .
44
44
COPY --from=builder /workspace/infracluster-controller .
You can’t perform that action at this time.
0 commit comments