Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

consul: 1.9.4, 1.8.9 and 1.7.13 #9751

Merged
merged 2 commits into from
Mar 6, 2021
Merged

Conversation

mikemorris
Copy link
Contributor

@mikemorris mikemorris commented Mar 5, 2021

Will push a new commit shortly to rerun CI for 1.8.9 and 1.7.13 (publishing delay on our side).

@github-actions
Copy link

github-actions bot commented Mar 5, 2021

Diff for 2ea4a50:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 1734179..b5e1b06 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -1,19 +1,19 @@
 Maintainers: Consul Team <consul@hashicorp.com> (@hashicorp/consul)
 
-Tags: 1.7.12, 1.7
+Tags: 1.7.13, 1.7
 Architectures: amd64, arm32v6, arm64v8, i386
 GitRepo: https://github.com/hashicorp/docker-consul.git
-GitCommit: 32e78b95ddc3ace7d706fcd88601b3f9db2e9aba
+GitCommit: 17d1f6275832dfe0e2e0b1538ce863d57631c00e
 Directory: 0.X
 
-Tags: 1.8.8, 1.8
+Tags: 1.8.9, 1.8
 Architectures: amd64, arm32v6, arm64v8, i386
 GitRepo: https://github.com/hashicorp/docker-consul.git
-GitCommit: d77e626900b77e4bc915f2f5cf59e8b86495a770
+GitCommit: 101dfc394af1b47973d04d575ecefd4a6097f85f
 Directory: 0.X
 
-Tags: 1.9.3, 1.9, latest
+Tags: 1.9.4, 1.9, latest
 Architectures: amd64, arm32v6, arm64v8, i386
 GitRepo: https://github.com/hashicorp/docker-consul.git
-GitCommit: 88083596dc12ae51ca058d00d4efdc606c2fa811
+GitCommit: eac0f7bd73879c55aa8abac4cd4beab38c6b8060
 Directory: 0.X
diff --git a/_bashbrew-list b/_bashbrew-list
index efb916c..9645b17 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,7 +1,7 @@
 consul:1.7
-consul:1.7.12
+consul:1.7.13
 consul:1.8
-consul:1.8.8
+consul:1.8.9
 consul:1.9
-consul:1.9.3
+consul:1.9.4
 consul:latest
diff --git a/consul_1.7/Dockerfile b/consul_1.7/Dockerfile
index 00c8eeb..b288399 100644
--- a/consul_1.7/Dockerfile
+++ b/consul_1.7/Dockerfile
@@ -2,7 +2,7 @@ FROM alpine:3.12
 LABEL org.opencontainers.image.authors="Consul Team <consul@hashicorp.com>"
 
 # This is the release of Consul to pull in.
-ARG CONSUL_VERSION=1.7.12
+ARG CONSUL_VERSION=1.7.13
 LABEL org.opencontainers.image.version=$CONSUL_VERSION
 
 # This is the location of the releases.
diff --git a/consul_1.8/Dockerfile b/consul_1.8/Dockerfile
index 7e7d546..de62a48 100644
--- a/consul_1.8/Dockerfile
+++ b/consul_1.8/Dockerfile
@@ -2,7 +2,7 @@ FROM alpine:3.12
 LABEL org.opencontainers.image.authors="Consul Team <consul@hashicorp.com>"
 
 # This is the release of Consul to pull in.
-ARG CONSUL_VERSION=1.8.8
+ARG CONSUL_VERSION=1.8.9
 LABEL org.opencontainers.image.version=$CONSUL_VERSION
 
 # This is the location of the releases.
diff --git a/consul_latest/Dockerfile b/consul_latest/Dockerfile
index 87b7475..8cb18a1 100644
--- a/consul_latest/Dockerfile
+++ b/consul_latest/Dockerfile
@@ -2,7 +2,7 @@ FROM alpine:3.12
 LABEL org.opencontainers.image.authors="Consul Team <consul@hashicorp.com>"
 
 # This is the release of Consul to pull in.
-ARG CONSUL_VERSION=1.9.3
+ARG CONSUL_VERSION=1.9.4
 LABEL org.opencontainers.image.version=$CONSUL_VERSION
 
 # This is the location of the releases.

Copy link
Member

@yosifkit yosifkit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Holding off on merging until build server issues are fixed: #9749

@yosifkit yosifkit merged commit 0756941 into docker-library:master Mar 6, 2021
@mikemorris mikemorris deleted the patch-5 branch March 6, 2021 15:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants