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.8.0
3+ ENV CONSUL_VERSION 0.8.1
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.8 .0
2+ docker tag consul:latest consul:0.8 .1
Original file line number Diff line number Diff line change 1- docker tag consul:0.8 .0 stefanscherer/ consul- windows:0.8 .0
2- docker tag consul:0.8 .0 stefanscherer/ consul- windows:latest
3- docker push stefanscherer/ consul- windows:0.8 .0
1+ docker tag consul:0.8 .1 stefanscherer/ consul- windows:0.8 .1
2+ docker tag consul:0.8 .1 stefanscherer/ consul- windows:latest
3+ docker push stefanscherer/ consul- windows:0.8 .1
44docker push stefanscherer/ consul- windows:latest
Original file line number Diff line number Diff line change 1- docker run consul:0.8 .0 -- version
1+ docker run consul:0.8 .1 -- version
You can’t perform that action at this time.
0 commit comments