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

Merged
merged 1 commit into from
Jul 12, 2024
Merged

Update haproxy #17164

merged 1 commit into from
Jul 12, 2024

Conversation

tianon
Copy link
Member

@tianon tianon commented Jul 11, 2024

Changes:

Changes:

- docker-library/haproxy@bc729b3: Update 3.0 to 3.0.3
@tianon tianon requested a review from a team as a code owner July 11, 2024 21:36
Copy link

Diff for 0fed335:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index ac06d83..ca7910c 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -46,14 +46,14 @@ Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, riscv64, s390x
 GitCommit: e85e5b3e506be4b05de5062f27cbbd3fde03f923
 Directory: 2.9/alpine
 
-Tags: 3.0.2, 3.0, lts, latest, 3.0.2-bookworm, 3.0-bookworm, lts-bookworm, bookworm
+Tags: 3.0.3, 3.0, lts, latest, 3.0.3-bookworm, 3.0-bookworm, lts-bookworm, bookworm
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, mips64le, ppc64le, s390x
-GitCommit: 12bf60c7685bdfa526057a0ccf89967291106b4c
+GitCommit: bc729b362307822861331c816b73f863332d4b11
 Directory: 3.0
 
-Tags: 3.0.2-alpine, 3.0-alpine, lts-alpine, alpine, 3.0.2-alpine3.20, 3.0-alpine3.20, lts-alpine3.20, alpine3.20
+Tags: 3.0.3-alpine, 3.0-alpine, lts-alpine, alpine, 3.0.3-alpine3.20, 3.0-alpine3.20, lts-alpine3.20, alpine3.20
 Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, riscv64, s390x
-GitCommit: 12bf60c7685bdfa526057a0ccf89967291106b4c
+GitCommit: bc729b362307822861331c816b73f863332d4b11
 Directory: 3.0/alpine
 
 Tags: 3.1-dev3, 3.1-dev, 3.1-dev3-bookworm, 3.1-dev-bookworm
diff --git a/_bashbrew-list b/_bashbrew-list
index 8436a0f..2f20a9b 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -38,10 +38,10 @@ haproxy:3.0
 haproxy:3.0-alpine
 haproxy:3.0-alpine3.20
 haproxy:3.0-bookworm
-haproxy:3.0.2
-haproxy:3.0.2-alpine
-haproxy:3.0.2-alpine3.20
-haproxy:3.0.2-bookworm
+haproxy:3.0.3
+haproxy:3.0.3-alpine
+haproxy:3.0.3-alpine3.20
+haproxy:3.0.3-bookworm
 haproxy:3.1-dev
 haproxy:3.1-dev3
 haproxy:3.1-dev3-alpine
diff --git a/haproxy_alpine3.20/Dockerfile b/haproxy_alpine3.20/Dockerfile
index 12c3574..58230bb 100644
--- a/haproxy_alpine3.20/Dockerfile
+++ b/haproxy_alpine3.20/Dockerfile
@@ -28,9 +28,9 @@ RUN set -eux; \
 	mkdir /var/lib/haproxy; \
 	chown haproxy:haproxy /var/lib/haproxy
 
-ENV HAPROXY_VERSION 3.0.2
-ENV HAPROXY_URL https://www.haproxy.org/download/3.0/src/haproxy-3.0.2.tar.gz
-ENV HAPROXY_SHA256 9672ee43b109f19356c35d72687b222dcf82b879360c6e82677397376cf5dc36
+ENV HAPROXY_VERSION 3.0.3
+ENV HAPROXY_URL https://www.haproxy.org/download/3.0/src/haproxy-3.0.3.tar.gz
+ENV HAPROXY_SHA256 39a73c187a0b00d2602cb3ffca52d1b59d90f09032734fe8c03eb2e29a7d19df
 
 # 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 f1a302b..bd11041 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.0.2
-ENV HAPROXY_URL https://www.haproxy.org/download/3.0/src/haproxy-3.0.2.tar.gz
-ENV HAPROXY_SHA256 9672ee43b109f19356c35d72687b222dcf82b879360c6e82677397376cf5dc36
+ENV HAPROXY_VERSION 3.0.3
+ENV HAPROXY_URL https://www.haproxy.org/download/3.0/src/haproxy-3.0.3.tar.gz
+ENV HAPROXY_SHA256 39a73c187a0b00d2602cb3ffca52d1b59d90f09032734fe8c03eb2e29a7d19df
 
 # 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 a877ed9 into docker-library:master Jul 12, 2024
18 checks passed
@yosifkit yosifkit deleted the haproxy branch July 12, 2024 00:04
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