Skip to content

Commit 836b231

Browse files
Merge pull request #125 from StefanScherer/update-consul-0.8.1
Update consul 0.8.1
2 parents 142debf + ad734dd commit 836b231

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

consul/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# escape=`
22
FROM microsoft/nanoserver
3-
ENV CONSUL_VERSION 0.8.0
3+
ENV CONSUL_VERSION 0.8.1
44

55
RUN 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 ; `

consul/build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
docker build -t consul .
2-
docker tag consul:latest consul:0.8.0
2+
docker tag consul:latest consul:0.8.1

consul/push.ps1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
44
docker push stefanscherer/consul-windows:latest

consul/test.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
docker run consul:0.8.0 --version
1+
docker run consul:0.8.1 --version

0 commit comments

Comments
 (0)