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

Merged
merged 1 commit into from
Oct 7, 2024
Merged

Update haproxy #17672

merged 1 commit into from
Oct 7, 2024

Conversation

yosifkit
Copy link
Member

@yosifkit yosifkit commented Oct 3, 2024

Changes:

Changes:

- docker-library/haproxy@e93b358: Update 3.1 to 3.1-dev9
- docker-library/haproxy@30dfd20: Update `generate-stackbrew-library.sh` to support `BASHBREW_LIBRARY` for easier cascading updates
@yosifkit yosifkit requested a review from a team as a code owner October 3, 2024 19:51
Copy link

github-actions bot commented Oct 3, 2024

Diff for 91b51ea:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index de1400e..7ea9dbb 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -56,12 +56,12 @@ Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, riscv64, s390x
 GitCommit: 43e0f19fb557ead37a57f8d5fe8664eb25bffdc8
 Directory: 3.0/alpine
 
-Tags: 3.1-dev8, 3.1-dev, 3.1-dev8-bookworm, 3.1-dev-bookworm
+Tags: 3.1-dev9, 3.1-dev, 3.1-dev9-bookworm, 3.1-dev-bookworm
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, mips64le, ppc64le, s390x
-GitCommit: 33bccb3231f8b94b0781a35bfe38542d8e2792c9
+GitCommit: e93b3588a6cc0f2eb19412e54de7e741b50f734b
 Directory: 3.1
 
-Tags: 3.1-dev8-alpine, 3.1-dev-alpine, 3.1-dev8-alpine3.20, 3.1-dev-alpine3.20
+Tags: 3.1-dev9-alpine, 3.1-dev-alpine, 3.1-dev9-alpine3.20, 3.1-dev-alpine3.20
 Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, riscv64, s390x
-GitCommit: 33bccb3231f8b94b0781a35bfe38542d8e2792c9
+GitCommit: e93b3588a6cc0f2eb19412e54de7e741b50f734b
 Directory: 3.1/alpine
diff --git a/_bashbrew-list b/_bashbrew-list
index 77e760c..2585e60 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -43,10 +43,10 @@ haproxy:3.0.5-alpine
 haproxy:3.0.5-alpine3.20
 haproxy:3.0.5-bookworm
 haproxy:3.1-dev
-haproxy:3.1-dev8
-haproxy:3.1-dev8-alpine
-haproxy:3.1-dev8-alpine3.20
-haproxy:3.1-dev8-bookworm
+haproxy:3.1-dev9
+haproxy:3.1-dev9-alpine
+haproxy:3.1-dev9-alpine3.20
+haproxy:3.1-dev9-bookworm
 haproxy:3.1-dev-alpine
 haproxy:3.1-dev-alpine3.20
 haproxy:3.1-dev-bookworm
diff --git a/haproxy_3.1-dev-alpine3.20/Dockerfile b/haproxy_3.1-dev-alpine3.20/Dockerfile
index 0176712..96f9169 100644
--- a/haproxy_3.1-dev-alpine3.20/Dockerfile
+++ b/haproxy_3.1-dev-alpine3.20/Dockerfile
@@ -28,9 +28,9 @@ RUN set -eux; \
 	mkdir /var/lib/haproxy; \
 	chown haproxy:haproxy /var/lib/haproxy
 
-ENV HAPROXY_VERSION 3.1-dev8
-ENV HAPROXY_URL https://www.haproxy.org/download/3.1/src/devel/haproxy-3.1-dev8.tar.gz
-ENV HAPROXY_SHA256 4a78185c282734145d66b8c24983d5a83d5caec5762763418d650a7e0eff3f96
+ENV HAPROXY_VERSION 3.1-dev9
+ENV HAPROXY_URL https://www.haproxy.org/download/3.1/src/devel/haproxy-3.1-dev9.tar.gz
+ENV HAPROXY_SHA256 d233c94f0ac7df195503aed836eb63f444b7ea8d02e2a66280b0f80a6f22676c
 
 # 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.1-dev-bookworm/Dockerfile b/haproxy_3.1-dev-bookworm/Dockerfile
index 64a2fb1..5b98533 100644
--- a/haproxy_3.1-dev-bookworm/Dockerfile
+++ b/haproxy_3.1-dev-bookworm/Dockerfile
@@ -29,9 +29,9 @@ RUN set -eux; \
 	mkdir /var/lib/haproxy; \
 	chown haproxy:haproxy /var/lib/haproxy
 
-ENV HAPROXY_VERSION 3.1-dev8
-ENV HAPROXY_URL https://www.haproxy.org/download/3.1/src/devel/haproxy-3.1-dev8.tar.gz
-ENV HAPROXY_SHA256 4a78185c282734145d66b8c24983d5a83d5caec5762763418d650a7e0eff3f96
+ENV HAPROXY_VERSION 3.1-dev9
+ENV HAPROXY_URL https://www.haproxy.org/download/3.1/src/devel/haproxy-3.1-dev9.tar.gz
+ENV HAPROXY_SHA256 d233c94f0ac7df195503aed836eb63f444b7ea8d02e2a66280b0f80a6f22676c
 
 # see https://sources.debian.net/src/haproxy/jessie/debian/rules/ for some helpful navigation of the possible "make" arguments
 RUN set -eux; \

Relevant Maintainers:

@tianon tianon merged commit cd8816d into docker-library:master Oct 7, 2024
18 checks passed
@tianon tianon deleted the haproxy branch October 7, 2024 16:53
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