1
0
mirror of https://github.com/rancher/os.git synced 2025-06-22 04:57:04 +00:00

Updated packet script to use v0.7.0-rc3

This commit is contained in:
deniseschannon 2016-10-09 23:58:28 -07:00
parent 9654e4eaad
commit e8ffaedb08

View File

@ -2,7 +2,7 @@
set -e set -e
TINKERBELL_URL=$(cat /proc/cmdline | sed -e 's/^.*tinkerbell=//' -e 's/ .*$//')/phone-home TINKERBELL_URL=$(cat /proc/cmdline | sed -e 's/^.*tinkerbell=//' -e 's/ .*$//')/phone-home
INSTALLER_IMAGE=rancher/os:v0.7.0-rc2 INSTALLER_IMAGE=rancher/os:v0.7.0-rc3
tinkerbell_post() tinkerbell_post()
{ {