mirror of
https://github.com/rancher/os.git
synced 2025-09-01 14:48:55 +00:00
build scripts: update to rancher/dind:v0.5.0
because docker-1.7 is now required to successfully pull images from DockerHub NOTE: .drone.yml still uses rancher/dind:v0.1.0
This commit is contained in:
@@ -20,7 +20,7 @@ done
|
|||||||
|
|
||||||
if [ "$IN_DOCKER" != "true" ]; then
|
if [ "$IN_DOCKER" != "true" ]; then
|
||||||
cat > .dockerfile << "EOF"
|
cat > .dockerfile << "EOF"
|
||||||
FROM rancher/dind:v0.1.0
|
FROM rancher/dind:v0.5.0
|
||||||
COPY ./scripts/bootstrap /scripts/bootstrap
|
COPY ./scripts/bootstrap /scripts/bootstrap
|
||||||
RUN /scripts/bootstrap
|
RUN /scripts/bootstrap
|
||||||
WORKDIR /source
|
WORKDIR /source
|
||||||
|
@@ -4,7 +4,7 @@ set -ex
|
|||||||
cd $(dirname $0)/..
|
cd $(dirname $0)/..
|
||||||
|
|
||||||
export DOCKER_IMAGE=${DOCKER_IMAGE:=rancher-os-build}
|
export DOCKER_IMAGE=${DOCKER_IMAGE:=rancher-os-build}
|
||||||
export DOCKER_BASE=rancher/dind:v0.1.0
|
export DOCKER_BASE=rancher/dind:v0.5.0
|
||||||
|
|
||||||
source scripts/build-common
|
source scripts/build-common
|
||||||
mkdir -p ${BUILD}
|
mkdir -p ${BUILD}
|
||||||
|
Reference in New Issue
Block a user