Skip to content

Commit

Permalink
Updated release image to 0.6.0 and the rhcos image to 4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
eranco74 committed Feb 24, 2021
1 parent 035b7f6 commit aba1add
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ifndef PULL_SECRET
endif

INSTALLATION_DISK ?= /dev/vda
RELEASE_IMAGE ?= registry.svc.ci.openshift.org/sno-dev/openshift-bip:0.5.0
RELEASE_IMAGE ?= registry.svc.ci.openshift.org/sno-dev/openshift-bip:0.6.0

########################

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ See https://github.com/openshift/enhancements/pull/565
- Generate an ignition file using the installer with `./generate.sh`. Invocation example:
```bash
INSTALLATION_DISK=/dev/sda \
RELEASE_IMAGE=registry.svc.ci.openshift.org/sno-dev/openshift-bip:0.5.0 \
RELEASE_IMAGE=registry.svc.ci.openshift.org/sno-dev/openshift-bip:0.6.0 \
INSTALLER_BIN=./bin/openshift-install \
INSTALLER_WORKDIR=./sno-workdir \
./generate.sh
Expand All @@ -39,6 +39,6 @@ You can now use `sno-workdir/embedded.iso` to install a single node cluster. The

# Other notes

* Default release image is registry.svc.ci.openshift.org/sno-dev/openshift-bip:0.5.0, you can override it using RELEASE_IMAGE env var.
* Default release image is registry.svc.ci.openshift.org/sno-dev/openshift-bip:0.6.0, you can override it using RELEASE_IMAGE env var.
* make will execute the generate.sh script with INSTALLATION_DISK=/dev/vda
* if you’re running the installation on a BM environment, it should be updated.
4 changes: 2 additions & 2 deletions download_live_iso.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export RHCOS_VERSION=${RHCOS_VERSION:-46.82.202009222340-0}
export BASE_OS_IMAGE=${BASE_OS_IMAGE:-https://releases-art-rhcos.svc.ci.openshift.org/art/storage/releases/rhcos-4.6/${RHCOS_VERSION}/x86_64/rhcos-${RHCOS_VERSION}-live.x86_64.iso}
export RHCOS_VERSION=${RHCOS_VERSION:-47.83.202102090044-0}
export BASE_OS_IMAGE=${BASE_OS_IMAGE:-https://releases-art-rhcos.svc.ci.openshift.org/art/storage/releases/rhcos-4.7/${RHCOS_VERSION}/x86_64/rhcos-${RHCOS_VERSION}-live.x86_64.iso}

if [ $# -eq 0 ]; then
echo "USAGE: $0 download_path"
Expand Down

0 comments on commit aba1add

Please sign in to comment.