-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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 #8819
Merged
Merged
Update haproxy #8819
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Changes: - docker-library/haproxy@c447fe1: Update to 2.1.9 - docker-library/haproxy@34f7b69: Update to 2.2.4 - docker-library/haproxy@e12ed14: Update to 2.0.18
Diff for 597483f:diff --git a/_bashbrew-cat b/_bashbrew-cat
index 895b6dd..44a743e 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -21,34 +21,34 @@ Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, s390x
GitCommit: 947eebe116d8256622545d804982620ceb18f88b
Directory: 1.8/alpine
-Tags: 2.0.17, 2.0
+Tags: 2.0.18, 2.0
Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, mips64le, ppc64le, s390x
-GitCommit: c8d4c15cee0f5b6ad6b226a61cec408c44f19d6d
+GitCommit: e12ed145d747d8d2cee989d746112bbeb515ac75
Directory: 2.0
-Tags: 2.0.17-alpine, 2.0-alpine
+Tags: 2.0.18-alpine, 2.0-alpine
Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: c8d4c15cee0f5b6ad6b226a61cec408c44f19d6d
+GitCommit: e12ed145d747d8d2cee989d746112bbeb515ac75
Directory: 2.0/alpine
-Tags: 2.1.8, 2.1
+Tags: 2.1.9, 2.1
Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, mips64le, ppc64le, s390x
-GitCommit: a9741204b7df9242954c77fed5fcaf61c81dfce5
+GitCommit: c447fe1188126dd86d04bebbf7f026d18ed18930
Directory: 2.1
-Tags: 2.1.8-alpine, 2.1-alpine
+Tags: 2.1.9-alpine, 2.1-alpine
Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: a9741204b7df9242954c77fed5fcaf61c81dfce5
+GitCommit: c447fe1188126dd86d04bebbf7f026d18ed18930
Directory: 2.1/alpine
-Tags: 2.2.3, 2.2, latest, lts
+Tags: 2.2.4, 2.2, latest, lts
Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, mips64le, ppc64le, s390x
-GitCommit: 34fd8405ac1ee97647ec387fd6cd5da77b9b5449
+GitCommit: 34f7b69c09fa0f16a0834641aa6556523c67b1ed
Directory: 2.2
-Tags: 2.2.3-alpine, 2.2-alpine, alpine, lts-alpine
+Tags: 2.2.4-alpine, 2.2-alpine, alpine, lts-alpine
Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 34fd8405ac1ee97647ec387fd6cd5da77b9b5449
+GitCommit: 34f7b69c09fa0f16a0834641aa6556523c67b1ed
Directory: 2.2/alpine
Tags: 2.3-dev5, 2.3-dev
diff --git a/_bashbrew-list b/_bashbrew-list
index 8842f11..434e129 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -8,16 +8,16 @@ haproxy:1.8.26
haproxy:1.8.26-alpine
haproxy:2.0
haproxy:2.0-alpine
-haproxy:2.0.17
-haproxy:2.0.17-alpine
+haproxy:2.0.18
+haproxy:2.0.18-alpine
haproxy:2.1
haproxy:2.1-alpine
-haproxy:2.1.8
-haproxy:2.1.8-alpine
+haproxy:2.1.9
+haproxy:2.1.9-alpine
haproxy:2.2
haproxy:2.2-alpine
-haproxy:2.2.3
-haproxy:2.2.3-alpine
+haproxy:2.2.4
+haproxy:2.2.4-alpine
haproxy:2.3-dev
haproxy:2.3-dev5
haproxy:2.3-dev5-alpine
diff --git a/haproxy_2.0-alpine/Dockerfile b/haproxy_2.0-alpine/Dockerfile
index 07c5cab..4fbb806 100644
--- a/haproxy_2.0-alpine/Dockerfile
+++ b/haproxy_2.0-alpine/Dockerfile
@@ -1,9 +1,9 @@
# vim:set ft=dockerfile:
FROM alpine:3.12
-ENV HAPROXY_VERSION 2.0.17
-ENV HAPROXY_URL https://www.haproxy.org/download/2.0/src/haproxy-2.0.17.tar.gz
-ENV HAPROXY_SHA256 e7e2d14a75cbe65f1ab8f7dad092b1ffae36a82436c55accd27530258fe4b194
+ENV HAPROXY_VERSION 2.0.18
+ENV HAPROXY_URL https://www.haproxy.org/download/2.0/src/haproxy-2.0.18.tar.gz
+ENV HAPROXY_SHA256 20b9e3cb3f108b414abddc1cacabde8c76abb293cd8e017f0b1fb67dd313b195
# see https://sources.debian.net/src/haproxy/jessie/debian/rules/ for some helpful navigation of the possible "make" arguments
RUN set -x \
diff --git a/haproxy_2.0/Dockerfile b/haproxy_2.0/Dockerfile
index bbb7113..3e4519d 100644
--- a/haproxy_2.0/Dockerfile
+++ b/haproxy_2.0/Dockerfile
@@ -1,9 +1,9 @@
# vim:set ft=dockerfile:
FROM debian:buster-slim
-ENV HAPROXY_VERSION 2.0.17
-ENV HAPROXY_URL https://www.haproxy.org/download/2.0/src/haproxy-2.0.17.tar.gz
-ENV HAPROXY_SHA256 e7e2d14a75cbe65f1ab8f7dad092b1ffae36a82436c55accd27530258fe4b194
+ENV HAPROXY_VERSION 2.0.18
+ENV HAPROXY_URL https://www.haproxy.org/download/2.0/src/haproxy-2.0.18.tar.gz
+ENV HAPROXY_SHA256 20b9e3cb3f108b414abddc1cacabde8c76abb293cd8e017f0b1fb67dd313b195
# see https://sources.debian.net/src/haproxy/jessie/debian/rules/ for some helpful navigation of the possible "make" arguments
RUN set -x \
diff --git a/haproxy_2.1-alpine/Dockerfile b/haproxy_2.1-alpine/Dockerfile
index f243f06..9d39958 100644
--- a/haproxy_2.1-alpine/Dockerfile
+++ b/haproxy_2.1-alpine/Dockerfile
@@ -1,9 +1,9 @@
# vim:set ft=dockerfile:
FROM alpine:3.12
-ENV HAPROXY_VERSION 2.1.8
-ENV HAPROXY_URL https://www.haproxy.org/download/2.1/src/haproxy-2.1.8.tar.gz
-ENV HAPROXY_SHA256 7ad288fdf55c45cb7a429b646afb0239311386a9746682787ae430b70ab1296a
+ENV HAPROXY_VERSION 2.1.9
+ENV HAPROXY_URL https://www.haproxy.org/download/2.1/src/haproxy-2.1.9.tar.gz
+ENV HAPROXY_SHA256 ed26c652ba9c0fef1207dabb5c1db70962254bb1e8892955b6dc119576904627
# see https://sources.debian.net/src/haproxy/jessie/debian/rules/ for some helpful navigation of the possible "make" arguments
RUN set -x \
diff --git a/haproxy_2.1/Dockerfile b/haproxy_2.1/Dockerfile
index 421dfbf..587a3e2 100644
--- a/haproxy_2.1/Dockerfile
+++ b/haproxy_2.1/Dockerfile
@@ -1,9 +1,9 @@
# vim:set ft=dockerfile:
FROM debian:buster-slim
-ENV HAPROXY_VERSION 2.1.8
-ENV HAPROXY_URL https://www.haproxy.org/download/2.1/src/haproxy-2.1.8.tar.gz
-ENV HAPROXY_SHA256 7ad288fdf55c45cb7a429b646afb0239311386a9746682787ae430b70ab1296a
+ENV HAPROXY_VERSION 2.1.9
+ENV HAPROXY_URL https://www.haproxy.org/download/2.1/src/haproxy-2.1.9.tar.gz
+ENV HAPROXY_SHA256 ed26c652ba9c0fef1207dabb5c1db70962254bb1e8892955b6dc119576904627
# see https://sources.debian.net/src/haproxy/jessie/debian/rules/ for some helpful navigation of the possible "make" arguments
RUN set -x \
diff --git a/haproxy_lts-alpine/Dockerfile b/haproxy_lts-alpine/Dockerfile
index e049195..8a927ec 100644
--- a/haproxy_lts-alpine/Dockerfile
+++ b/haproxy_lts-alpine/Dockerfile
@@ -1,9 +1,9 @@
# vim:set ft=dockerfile:
FROM alpine:3.12
-ENV HAPROXY_VERSION 2.2.3
-ENV HAPROXY_URL https://www.haproxy.org/download/2.2/src/haproxy-2.2.3.tar.gz
-ENV HAPROXY_SHA256 7209db363d4dbecb21133f37b01048df666aebc14ff543525dbea79be202064e
+ENV HAPROXY_VERSION 2.2.4
+ENV HAPROXY_URL https://www.haproxy.org/download/2.2/src/haproxy-2.2.4.tar.gz
+ENV HAPROXY_SHA256 87a4d9d4ff8dc3094cb61bbed4a8eed2c40b5ac47b9604daebaf036d7b541be2
# see https://sources.debian.net/src/haproxy/jessie/debian/rules/ for some helpful navigation of the possible "make" arguments
RUN set -x \
diff --git a/haproxy_lts/Dockerfile b/haproxy_lts/Dockerfile
index 9324c4e..92a114d 100644
--- a/haproxy_lts/Dockerfile
+++ b/haproxy_lts/Dockerfile
@@ -1,9 +1,9 @@
# vim:set ft=dockerfile:
FROM debian:buster-slim
-ENV HAPROXY_VERSION 2.2.3
-ENV HAPROXY_URL https://www.haproxy.org/download/2.2/src/haproxy-2.2.3.tar.gz
-ENV HAPROXY_SHA256 7209db363d4dbecb21133f37b01048df666aebc14ff543525dbea79be202064e
+ENV HAPROXY_VERSION 2.2.4
+ENV HAPROXY_URL https://www.haproxy.org/download/2.2/src/haproxy-2.2.4.tar.gz
+ENV HAPROXY_SHA256 87a4d9d4ff8dc3094cb61bbed4a8eed2c40b5ac47b9604daebaf036d7b541be2
# see https://sources.debian.net/src/haproxy/jessie/debian/rules/ for some helpful navigation of the possible "make" arguments
RUN set -x \ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changes: