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 #18588

Merged
merged 1 commit into from
Mar 7, 2025
Merged

Update haproxy #18588

merged 1 commit into from
Mar 7, 2025

Conversation

tianon
Copy link
Member

@tianon tianon commented Mar 7, 2025

Changes:

Changes:

- docker-library/haproxy@b47b21a: Update 3.2 to 3.2-dev7
@tianon tianon requested a review from a team as a code owner March 7, 2025 18:30
Copy link

github-actions bot commented Mar 7, 2025

Diff for 32493ae:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 7fae6c4..edc04eb 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -66,12 +66,12 @@ Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, riscv64, s390x
 GitCommit: e1dd4e1ca3d371d604a530397ad090cb0b0d8bda
 Directory: 3.1/alpine
 
-Tags: 3.2-dev6, 3.2-dev, 3.2-dev6-bookworm, 3.2-dev-bookworm
+Tags: 3.2-dev7, 3.2-dev, 3.2-dev7-bookworm, 3.2-dev-bookworm
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, mips64le, ppc64le, s390x
-GitCommit: 52fe35d0664a4d6ea63e1be22508dfca73a481c4
+GitCommit: b47b21a6996b0a8ca4421bbfeb7ec789a8858f26
 Directory: 3.2
 
-Tags: 3.2-dev6-alpine, 3.2-dev-alpine, 3.2-dev6-alpine3.21, 3.2-dev-alpine3.21
+Tags: 3.2-dev7-alpine, 3.2-dev-alpine, 3.2-dev7-alpine3.21, 3.2-dev-alpine3.21
 Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, riscv64, s390x
-GitCommit: 52fe35d0664a4d6ea63e1be22508dfca73a481c4
+GitCommit: b47b21a6996b0a8ca4421bbfeb7ec789a8858f26
 Directory: 3.2/alpine
diff --git a/_bashbrew-list b/_bashbrew-list
index 669832f..3a07ee8 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -51,10 +51,10 @@ haproxy:3.1.5-alpine
 haproxy:3.1.5-alpine3.21
 haproxy:3.1.5-bookworm
 haproxy:3.2-dev
-haproxy:3.2-dev6
-haproxy:3.2-dev6-alpine
-haproxy:3.2-dev6-alpine3.21
-haproxy:3.2-dev6-bookworm
+haproxy:3.2-dev7
+haproxy:3.2-dev7-alpine
+haproxy:3.2-dev7-alpine3.21
+haproxy:3.2-dev7-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 5c814fc..c813529 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-dev6
-ENV HAPROXY_URL https://www.haproxy.org/download/3.2/src/devel/haproxy-3.2-dev6.tar.gz
-ENV HAPROXY_SHA256 7b758ff26ae1da5e3e66dd0ca4e567480773a296be9a3edf63c4b39d2af52d48
+ENV HAPROXY_VERSION 3.2-dev7
+ENV HAPROXY_URL https://www.haproxy.org/download/3.2/src/devel/haproxy-3.2-dev7.tar.gz
+ENV HAPROXY_SHA256 85e99bd49980fc5aee286883661f6565d119c1dfa62d9e7edfca690528c5e35d
 
 # 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 d4b0a95..f33a281 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-dev6
-ENV HAPROXY_URL https://www.haproxy.org/download/3.2/src/devel/haproxy-3.2-dev6.tar.gz
-ENV HAPROXY_SHA256 7b758ff26ae1da5e3e66dd0ca4e567480773a296be9a3edf63c4b39d2af52d48
+ENV HAPROXY_VERSION 3.2-dev7
+ENV HAPROXY_URL https://www.haproxy.org/download/3.2/src/devel/haproxy-3.2-dev7.tar.gz
+ENV HAPROXY_SHA256 85e99bd49980fc5aee286883661f6565d119c1dfa62d9e7edfca690528c5e35d
 
 # 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 ca50f0e into docker-library:master Mar 7, 2025
20 checks passed
@yosifkit yosifkit deleted the haproxy branch March 7, 2025 19:38
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