Skip to content

Commit d87f7dd

Browse files
committed
Remove 2.2 branch.
1 parent 64013af commit d87f7dd

File tree

5 files changed

+2
-211
lines changed

5 files changed

+2
-211
lines changed

.github/workflows/docker_manual.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
packages: write
1010
strategy:
1111
matrix:
12-
branch: ["2.2", "2.4", "2.6", "2.8", "2.9", "3.0", "3.1", "3.2", "3.3"]
12+
branch: ["2.4", "2.6", "2.8", "2.9", "3.0", "3.1", "3.2", "3.3"]
1313
env:
1414
DOCKER_PLATFORMS: linux/amd64,linux/arm/v7,linux/arm64
1515
DOCKER_IMAGE: haproxytech/haproxy-debian

2.2/Dockerfile

Lines changed: 0 additions & 90 deletions
This file was deleted.

2.2/docker-entrypoint.sh

Lines changed: 0 additions & 17 deletions
This file was deleted.

2.2/haproxy.cfg

Lines changed: 0 additions & 102 deletions
This file was deleted.

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
DOCKER_TAG="haproxytech/haproxy-debian"
44
HAPROXY_GITHUB_URL="https://github.com/haproxytech/haproxy-docker-debian/blob/main"
5-
HAPROXY_BRANCHES="2.2 2.4 2.6 2.8 2.9 3.0 3.1 3.2 3.3"
5+
HAPROXY_BRANCHES="2.4 2.6 2.8 2.9 3.0 3.1 3.2 3.3"
66
HAPROXY_CURRENT_BRANCH="3.2"
77
PUSH="no"
88
HAPROXY_UPDATED=""

0 commit comments

Comments
 (0)