We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 858f5cf commit 06c16b3Copy full SHA for 06c16b3
create-microshift-image.sh
@@ -22,7 +22,7 @@ case "$ARCH" in
22
esac
23
24
# Variables
25
-VERSION_TAG="4.18.0-okd-scos.0"
+VERSION_TAG="4.18.0-okd-scos.1"
26
IMAGE_NAME="quay.io/praveenkumar/microshift-okd"
27
IMAGE_ARCH_TAG="${IMAGE_NAME}:${VERSION_TAG}-${ARCH}"
28
CONTAINERFILE="okd/src/microshift-okd-multi-build.Containerfile"
okd-arm64/build-images.sh
@@ -10,7 +10,7 @@ SKOPEO=${SKOPEO:-skopeo}
10
PODMAN=${PODMAN:-podman}
11
BRANCH=${BRANCH:-release-4.18}
12
# Get the version from https://amd64.origin.releases.ci.openshift.org/
13
-OKD_VERSION=${OKD_VERSION:-4.18.0-okd-scos.0}
+OKD_VERSION=${OKD_VERSION:-4.18.0-okd-scos.1}
14
15
check_dependency() {
16
if ! which ${OC}; then
0 commit comments