Skip to content

Commit

Permalink
bump up docker version
Browse files Browse the repository at this point in the history
  • Loading branch information
stonezdj committed Nov 25, 2019
1 parent 0a35779 commit 04d6c91
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/docker/spec
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ name: docker
dependencies: [common]

files:
- docker/docker-18.09.2.tgz #https://download.docker.com/linux/static/stable/x86_64/docker-18.09.2.tgz
- docker/docker-18.09.2.tgz #https://download.docker.com/linux/static/stable/x86_64/docker.tgz
4 changes: 2 additions & 2 deletions scripts/add_blobs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ files_dir=/tmp/harbor_files
mkdir -p $files_dir
cd $files_dir
if [ "$1" != "--skip-download" ]; then
wget https://download.docker.com/linux/static/stable/x86_64/docker-18.09.2.tgz
wget https://download.docker.com/linux/static/stable/x86_64/docker-19.03.4.tgz
wget -O docker-compose-Linux-x86_64 https://github.com/docker/compose/releases/download/1.22.0/docker-compose-Linux-x86_64
wget -O harbor-offline-installer-latest.tgz https://storage.googleapis.com/harbor-builds/harbor-offline-installer-v1.9.0-build.1717.tgz
wget https://www.python.org/ftp/python/2.7.15/Python-2.7.15.tgz
Expand All @@ -20,7 +20,7 @@ fi
cd -
cd ..
bosh add-blob $files_dir/smoke-test smoke-test/smoke-test
bosh add-blob $files_dir/docker-18.09.2.tgz docker/docker-18.09.2.tgz
bosh add-blob $files_dir/docker-19.03.4.tgz docker/docker.tgz
bosh add-blob $files_dir/docker-compose-Linux-x86_64 docker/docker-compose-Linux-x86_64
bosh add-blob $files_dir/harbor-offline-installer-latest.tgz harbor/harbor-offline-installer-latest.tgz
bosh add-blob $files_dir/Python-2.7.15.tgz python/Python-2.7.15.tgz
Expand Down

0 comments on commit 04d6c91

Please sign in to comment.