Skip to content

Commit 04d4488

Browse files
Merge pull request #4695 from eslutsky/bump-okd-4.18
USHIFT-4381: bump okd release image to 4.18
2 parents 290aa39 + 590bd87 commit 04d4488

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

okd/src/microshift-okd-build-rpms.Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM quay.io/centos-bootc/centos-bootc:stream9 as builder
22

33

44
ARG OKD_REPO=quay.io/okd/scos-release
5-
ARG OKD_VERSION_TAG=4.17.0-0.okd-scos-2024-08-21-100712
5+
ARG OKD_VERSION_TAG=4.18.0-okd-scos.4
66
ENV USER=microshift
77
ENV HOME=/microshift
88
ENV GOPATH=/microshift

okd/src/microshift-okd-multi-build.Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM quay.io/centos-bootc/centos-bootc:stream9 as builder
22

33

44
ARG OKD_REPO=quay.io/okd/scos-release
5-
ARG OKD_VERSION_TAG=4.17.0-0.okd-scos-2024-08-21-100712
5+
ARG OKD_VERSION_TAG=4.18.0-okd-scos.4
66
ARG REPO_DIR=/src/_output/rpmbuild/RPMS/
77
ENV USER=microshift
88
ENV HOME=/microshift

0 commit comments

Comments
 (0)