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

Update haproxy #18216

Merged
merged 1 commit into from
Jan 11, 2025
Merged

Update haproxy #18216

merged 1 commit into from
Jan 11, 2025

Conversation

tianon
Copy link
Member

@tianon tianon commented Jan 10, 2025

Changes:

Changes:

- docker-library/haproxy@7a65a56: Update 3.2 to 3.2-dev3
- docker-library/haproxy@116ca50: Update 3.1 to 3.1.2
@tianon tianon requested a review from a team as a code owner January 10, 2025 20:26
Copy link

Diff for 6c06074:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 8cda63b..c180ae1 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -56,22 +56,22 @@ Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, riscv64, s390x
 GitCommit: 34494c3b5479daab25cc47dd4790d93dfaebe9ac
 Directory: 3.0/alpine
 
-Tags: 3.1.1, 3.1, latest, 3.1.1-bookworm, 3.1-bookworm, bookworm
+Tags: 3.1.2, 3.1, latest, 3.1.2-bookworm, 3.1-bookworm, bookworm
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, mips64le, ppc64le, s390x
-GitCommit: dc5f5ce22146dc39f7597ab9f857f0408622c8d8
+GitCommit: 116ca50708ff505ac73b7c8dcc6d7689151946bb
 Directory: 3.1
 
-Tags: 3.1.1-alpine, 3.1-alpine, alpine, 3.1.1-alpine3.21, 3.1-alpine3.21, alpine3.21
+Tags: 3.1.2-alpine, 3.1-alpine, alpine, 3.1.2-alpine3.21, 3.1-alpine3.21, alpine3.21
 Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, riscv64, s390x
-GitCommit: 34494c3b5479daab25cc47dd4790d93dfaebe9ac
+GitCommit: 116ca50708ff505ac73b7c8dcc6d7689151946bb
 Directory: 3.1/alpine
 
-Tags: 3.2-dev2, 3.2-dev, 3.2-dev2-bookworm, 3.2-dev-bookworm
+Tags: 3.2-dev3, 3.2-dev, 3.2-dev3-bookworm, 3.2-dev-bookworm
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, mips64le, ppc64le, s390x
-GitCommit: 10d18fdff5067448f4b88fbdac42594a005b60a9
+GitCommit: 7a65a5613e64528b0e9e11ca090419ed61f03966
 Directory: 3.2
 
-Tags: 3.2-dev2-alpine, 3.2-dev-alpine, 3.2-dev2-alpine3.21, 3.2-dev-alpine3.21
+Tags: 3.2-dev3-alpine, 3.2-dev-alpine, 3.2-dev3-alpine3.21, 3.2-dev-alpine3.21
 Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, riscv64, s390x
-GitCommit: 10d18fdff5067448f4b88fbdac42594a005b60a9
+GitCommit: 7a65a5613e64528b0e9e11ca090419ed61f03966
 Directory: 3.2/alpine
diff --git a/_bashbrew-list b/_bashbrew-list
index 75b5838..f4131bb 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -46,15 +46,15 @@ haproxy:3.1
 haproxy:3.1-alpine
 haproxy:3.1-alpine3.21
 haproxy:3.1-bookworm
-haproxy:3.1.1
-haproxy:3.1.1-alpine
-haproxy:3.1.1-alpine3.21
-haproxy:3.1.1-bookworm
+haproxy:3.1.2
+haproxy:3.1.2-alpine
+haproxy:3.1.2-alpine3.21
+haproxy:3.1.2-bookworm
 haproxy:3.2-dev
-haproxy:3.2-dev2
-haproxy:3.2-dev2-alpine
-haproxy:3.2-dev2-alpine3.21
-haproxy:3.2-dev2-bookworm
+haproxy:3.2-dev3
+haproxy:3.2-dev3-alpine
+haproxy:3.2-dev3-alpine3.21
+haproxy:3.2-dev3-bookworm
 haproxy:3.2-dev-alpine
 haproxy:3.2-dev-alpine3.21
 haproxy:3.2-dev-bookworm
diff --git a/haproxy_3.2-dev-alpine3.21/Dockerfile b/haproxy_3.2-dev-alpine3.21/Dockerfile
index 3f23d80..3c15910 100644
--- a/haproxy_3.2-dev-alpine3.21/Dockerfile
+++ b/haproxy_3.2-dev-alpine3.21/Dockerfile
@@ -28,9 +28,9 @@ RUN set -eux; \
 	mkdir /var/lib/haproxy; \
 	chown haproxy:haproxy /var/lib/haproxy
 
-ENV HAPROXY_VERSION 3.2-dev2
-ENV HAPROXY_URL https://www.haproxy.org/download/3.2/src/devel/haproxy-3.2-dev2.tar.gz
-ENV HAPROXY_SHA256 fb51e6ca3ab6aed1396d1e27fe2c13822a562933b65790d0b6667423e9a3bf77
+ENV HAPROXY_VERSION 3.2-dev3
+ENV HAPROXY_URL https://www.haproxy.org/download/3.2/src/devel/haproxy-3.2-dev3.tar.gz
+ENV HAPROXY_SHA256 c9484f0b887b20399f2062bd994f3b61127bcbd9fab3bba5bed682591235596a
 
 # see https://sources.debian.net/src/haproxy/jessie/debian/rules/ for some helpful navigation of the possible "make" arguments
 RUN set -eux; \
diff --git a/haproxy_3.2-dev-bookworm/Dockerfile b/haproxy_3.2-dev-bookworm/Dockerfile
index 651cb6d..2c219ad 100644
--- a/haproxy_3.2-dev-bookworm/Dockerfile
+++ b/haproxy_3.2-dev-bookworm/Dockerfile
@@ -29,9 +29,9 @@ RUN set -eux; \
 	mkdir /var/lib/haproxy; \
 	chown haproxy:haproxy /var/lib/haproxy
 
-ENV HAPROXY_VERSION 3.2-dev2
-ENV HAPROXY_URL https://www.haproxy.org/download/3.2/src/devel/haproxy-3.2-dev2.tar.gz
-ENV HAPROXY_SHA256 fb51e6ca3ab6aed1396d1e27fe2c13822a562933b65790d0b6667423e9a3bf77
+ENV HAPROXY_VERSION 3.2-dev3
+ENV HAPROXY_URL https://www.haproxy.org/download/3.2/src/devel/haproxy-3.2-dev3.tar.gz
+ENV HAPROXY_SHA256 c9484f0b887b20399f2062bd994f3b61127bcbd9fab3bba5bed682591235596a
 
 # see https://sources.debian.net/src/haproxy/jessie/debian/rules/ for some helpful navigation of the possible "make" arguments
 RUN set -eux; \
diff --git a/haproxy_alpine3.21/Dockerfile b/haproxy_alpine3.21/Dockerfile
index d96c758..63e6762 100644
--- a/haproxy_alpine3.21/Dockerfile
+++ b/haproxy_alpine3.21/Dockerfile
@@ -28,9 +28,9 @@ RUN set -eux; \
 	mkdir /var/lib/haproxy; \
 	chown haproxy:haproxy /var/lib/haproxy
 
-ENV HAPROXY_VERSION 3.1.1
-ENV HAPROXY_URL https://www.haproxy.org/download/3.1/src/haproxy-3.1.1.tar.gz
-ENV HAPROXY_SHA256 8c1b5d439ba4b278e602445c57e20067adef214dc9c44c2a1cf172fad5f7d273
+ENV HAPROXY_VERSION 3.1.2
+ENV HAPROXY_URL https://www.haproxy.org/download/3.1/src/haproxy-3.1.2.tar.gz
+ENV HAPROXY_SHA256 af35dc8bf3193870b72276a63920974bef1405fc41038d545b86b641aa59f400
 
 # see https://sources.debian.net/src/haproxy/jessie/debian/rules/ for some helpful navigation of the possible "make" arguments
 RUN set -eux; \
diff --git a/haproxy_bookworm/Dockerfile b/haproxy_bookworm/Dockerfile
index 52e2e24..0c1e391 100644
--- a/haproxy_bookworm/Dockerfile
+++ b/haproxy_bookworm/Dockerfile
@@ -29,9 +29,9 @@ RUN set -eux; \
 	mkdir /var/lib/haproxy; \
 	chown haproxy:haproxy /var/lib/haproxy
 
-ENV HAPROXY_VERSION 3.1.1
-ENV HAPROXY_URL https://www.haproxy.org/download/3.1/src/haproxy-3.1.1.tar.gz
-ENV HAPROXY_SHA256 8c1b5d439ba4b278e602445c57e20067adef214dc9c44c2a1cf172fad5f7d273
+ENV HAPROXY_VERSION 3.1.2
+ENV HAPROXY_URL https://www.haproxy.org/download/3.1/src/haproxy-3.1.2.tar.gz
+ENV HAPROXY_SHA256 af35dc8bf3193870b72276a63920974bef1405fc41038d545b86b641aa59f400
 
 # see https://sources.debian.net/src/haproxy/jessie/debian/rules/ for some helpful navigation of the possible "make" arguments
 RUN set -eux; \

Relevant Maintainers:

@yosifkit yosifkit merged commit c540581 into docker-library:master Jan 11, 2025
20 checks passed
@yosifkit yosifkit deleted the haproxy branch January 11, 2025 01:05
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.

3 participants