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

library/consul - updating images for consul 1.13.9, 1.14.8, and 1.15.4 #14941

Merged
merged 1 commit into from
Jun 27, 2023

Conversation

jmurret
Copy link
Contributor

@jmurret jmurret commented Jun 27, 2023

No description provided.

@github-actions
Copy link

Diff for 3517142:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 2ffdfb6..36b1d3d 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -1,19 +1,19 @@
 Maintainers: Consul Team <consul@hashicorp.com> (@hashicorp/consul)
 
-Tags: 1.13.8, 1.13
+Tags: 1.13.9, 1.13
 Architectures: amd64, arm32v6, arm64v8, i386
 GitRepo: https://github.com/hashicorp/docker-consul.git
-GitCommit: 4e3f7398868f9767d515e91a63b67294f5c97aa9
+GitCommit: ae00ef4e7ff1cf68afd391838993bc53234cf5e6
 Directory: 0.X
 
-Tags: 1.14.7, 1.14
+Tags: 1.14.8, 1.14
 Architectures: amd64, arm32v6, arm64v8, i386
 GitRepo: https://github.com/hashicorp/docker-consul.git
-GitCommit: 36b73fb81154b668e9c1987fc7011322f33b926e
+GitCommit: 7c095b8e988517c239526c0137caeb837c490807
 Directory: 0.X
 
-Tags: 1.15.3, 1.15, latest
+Tags: 1.15.4, 1.15, latest
 Architectures: amd64, arm32v6, arm64v8, i386
 GitRepo: https://github.com/hashicorp/docker-consul.git
-GitCommit: 6728f1e11112016a3539eec50b8d20b27a31aa40
+GitCommit: aedd0844f06e9eac9c4e130206219b1ff044a8c4
 Directory: 0.X
diff --git a/_bashbrew-list b/_bashbrew-list
index 98f222c..f366b60 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,7 +1,7 @@
 consul:1.13
-consul:1.13.8
+consul:1.13.9
 consul:1.14
-consul:1.14.7
+consul:1.14.8
 consul:1.15
-consul:1.15.3
+consul:1.15.4
 consul:latest
diff --git a/consul_1.13/Dockerfile b/consul_1.13/Dockerfile
index 92b52fe..8948e5b 100644
--- a/consul_1.13/Dockerfile
+++ b/consul_1.13/Dockerfile
@@ -11,7 +11,7 @@
 FROM alpine:3.15
 
 # This is the release of Consul to pull in.
-ARG CONSUL_VERSION=1.13.8
+ARG CONSUL_VERSION=1.13.9
 
 LABEL org.opencontainers.image.authors="Consul Team <consul@hashicorp.com>" \
       org.opencontainers.image.url="https://www.consul.io/" \
diff --git a/consul_1.14/Dockerfile b/consul_1.14/Dockerfile
index e399831..daa8093 100644
--- a/consul_1.14/Dockerfile
+++ b/consul_1.14/Dockerfile
@@ -11,7 +11,7 @@
 FROM alpine:3.15
 
 # This is the release of Consul to pull in.
-ARG CONSUL_VERSION=1.14.7
+ARG CONSUL_VERSION=1.14.8
 
 LABEL org.opencontainers.image.authors="Consul Team <consul@hashicorp.com>" \
       org.opencontainers.image.url="https://www.consul.io/" \
diff --git a/consul_latest/Dockerfile b/consul_latest/Dockerfile
index 819db28..9f922b3 100644
--- a/consul_latest/Dockerfile
+++ b/consul_latest/Dockerfile
@@ -11,7 +11,7 @@
 FROM alpine:3.15
 
 # This is the release of Consul to pull in.
-ARG CONSUL_VERSION=1.15.3
+ARG CONSUL_VERSION=1.15.4
 
 LABEL org.opencontainers.image.authors="Consul Team <consul@hashicorp.com>" \
       org.opencontainers.image.url="https://www.consul.io/" \

Relevant Maintainers:

  • consul: @hashicorp/consul

@tianon tianon merged commit 78bad2f into docker-library:master Jun 27, 2023
@nathancoleman nathancoleman deleted the consul-1.13.9-1.14.8-1.15.4 branch June 27, 2023 21:52
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