diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2017-06-20 10:07:51 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2017-06-20 10:08:18 -0700 |
commit | f5cd892f130bd6a8d0cdf44d705b966c3cee3499 (patch) | |
tree | aa9ae529f49c2f9299b294063dbf891b03f4a83b /bootstrap/jenkins | |
parent | 63c4c7b6b0f07f4b20cd85892eb6e0f33861fc29 (diff) |
Remove pre-pulling of 3rd party docker images
Change-Id: Ia7b7c8d2272d71c5d95dcd66ada8afe44f2577d3
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'bootstrap/jenkins')
-rwxr-xr-x | bootstrap/jenkins/vagrant/jjb-init.sh | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/bootstrap/jenkins/vagrant/jjb-init.sh b/bootstrap/jenkins/vagrant/jjb-init.sh index 01cfcfada..8842ed0ad 100755 --- a/bootstrap/jenkins/vagrant/jjb-init.sh +++ b/bootstrap/jenkins/vagrant/jjb-init.sh @@ -22,13 +22,3 @@ EOF git add -A git commit -m 'Set up initial jobs' - -# pull 3rd party docker images -docker pull ubuntu:14.04 -docker pull ubuntu:16.04 -docker pull openjdk:8-jre -docker pull tomcat:8.0-jre8 -docker pull jetty:9.3-jre8 -docker pull frolvlad/alpine-oraclejdk8:slim -docker pull java:openjdk-8-jre -docker pull node:4.6.0 |