mirror of
https://github.com/rancher/os.git
synced 2025-07-31 22:47:16 +00:00
9 lines
323 B
Bash
Executable File
9 lines
323 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cd $(dirname $0)/..
|
|
|
|
source scripts/build-common
|
|
|
|
download 73a825ad2664e9da99b9a0ca5e794afccc0b058c https://github.com/rancherio/os-base/releases/download/v0.0.4/os-base.tar.xz
|
|
download 1cd7649c52a61843327b2a162bd2b16f20c6b3ec https://github.com/rancherio/docker/releases/download/1.5.0-rancher-3/docker-1.5.0
|