File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# escape=`
22FROM microsoft/nanoserver
3- ENV CONSUL_VERSION 0.7.4
3+ ENV CONSUL_VERSION 0.7.5
44
55RUN powershell -Command $ErrorActionPreference = 'Stop' ; $ProgressPreference = 'SilentlyContinue' ; `
66 Invoke-WebRequest $('https://releases.hashicorp.com/consul/{0}/consul_{0}_windows_amd64.zip' -f $env:CONSUL_VERSION) -OutFile 'consul.zip' -UseBasicParsing ; `
Original file line number Diff line number Diff line change 11docker build -t consul .
2- docker tag consul:latest consul:0.7.4
2+ docker tag consul:latest consul:0.7.5
Original file line number Diff line number Diff line change 1- docker tag consul:0.7.4 stefanscherer/consul-windows:0.7.4 || exit /b
2- docker tag consul:0.7.4 stefanscherer/consul-windows:latest || exit /b
3- docker push stefanscherer/consul-windows:0.7.4
1+ docker tag consul:0.7.5 stefanscherer/consul-windows:0.7.5 || exit /b
2+ docker tag consul:0.7.5 stefanscherer/consul-windows:latest || exit /b
3+ docker push stefanscherer/consul-windows:0.7.5
44docker push stefanscherer/consul-windows:latest
Original file line number Diff line number Diff line change 1- docker run consul:0.7.4 --version
1+ docker run consul:0.7.5 --version
You can’t perform that action at this time.
0 commit comments