File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ pipeline:
111
111
status : success
112
112
113
113
vic-integration-test-on-pr :
114
- image : ' wdc-harbor-ci.eng.vmware.com/default-project /vic-integration-test:1.48 '
114
+ image : ' gcr.io/eminent-nation-87317 /vic-integration-test:docker17.06 '
115
115
pull : true
116
116
privileged : true
117
117
environment :
Original file line number Diff line number Diff line change @@ -72,8 +72,11 @@ RUN curl -sSL https://get.docker.com/ | sh && \
72
72
curl -fsSLO https://get.docker.com/builds/Linux/x86_64/docker-1.13.0.tgz && \
73
73
tar --strip-components=1 -xvzf docker-1.13.0.tgz -C /usr/bin && \
74
74
mv /usr/bin/docker /usr/bin/docker1.13 && \
75
- ln -s /usr/bin/docker1.13 /usr/bin/docker && \
76
- curl -L https://github.com/docker/compose/releases/download/1.11.2/docker-compose-`uname -s`-`uname -m` > /usr/local/bin/docker-compose && \
75
+ curl -fsSLO https://download.docker.com/linux/static/stable/x86_64/docker-17.06.0-ce.tgz && \
76
+ tar --strip-components=1 -xvzf docker-17.06.0-ce.tgz -C /usr/bin && \
77
+ mv /usr/bin/docker /usr/bin/docker17.06 && \
78
+ ln -s /usr/bin/docker17.06 /usr/bin/docker && \
79
+ curl -L https://github.com/docker/compose/releases/download/1.23.2/docker-compose-`uname -s`-`uname -m` > /usr/local/bin/docker-compose && \
77
80
chmod +x /usr/local/bin/docker-compose
78
81
79
82
COPY vmware-ovftool /usr/lib/vmware-ovftool
You can’t perform that action at this time.
0 commit comments