mirror of
https://github.com/rancher/os.git
synced 2025-06-30 08:41:48 +00:00
10 lines
350 B
Bash
Executable File
10 lines
350 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cd $(dirname $0)/..
|
|
|
|
source scripts/build-common
|
|
|
|
download beb869cd87396e536924e8668c39da56631a9d9d http://storage.googleapis.com/darren-dev/os-base-dev.tar.xz
|
|
mv ${ARTIFACTS}/os-base{-dev,}.tar.xz
|
|
download 1acbe869b32869bca5788373e8624a2957cbb380 https://github.com/ibuildthecloud/docker/releases/download/v1.5.0-rancher-2/docker-1.5.0
|