Skip to content

Commit 06c16b3

Browse files
committed
Build image for 4.18.0-okd-scos.1
1 parent 858f5cf commit 06c16b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

create-microshift-image.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ case "$ARCH" in
2222
esac
2323

2424
# Variables
25-
VERSION_TAG="4.18.0-okd-scos.0"
25+
VERSION_TAG="4.18.0-okd-scos.1"
2626
IMAGE_NAME="quay.io/praveenkumar/microshift-okd"
2727
IMAGE_ARCH_TAG="${IMAGE_NAME}:${VERSION_TAG}-${ARCH}"
2828
CONTAINERFILE="okd/src/microshift-okd-multi-build.Containerfile"

okd-arm64/build-images.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ SKOPEO=${SKOPEO:-skopeo}
1010
PODMAN=${PODMAN:-podman}
1111
BRANCH=${BRANCH:-release-4.18}
1212
# Get the version from https://amd64.origin.releases.ci.openshift.org/
13-
OKD_VERSION=${OKD_VERSION:-4.18.0-okd-scos.0}
13+
OKD_VERSION=${OKD_VERSION:-4.18.0-okd-scos.1}
1414

1515
check_dependency() {
1616
if ! which ${OC}; then

0 commit comments

Comments
 (0)