Skip to content

Commit e9af155

Browse files
committed
Remove Ubuntu 18.04, Alpine 3.13 and Alpine 3.14 OS support.
1 parent 7c1ada3 commit e9af155

File tree

4 files changed

+5
-10
lines changed

4 files changed

+5
-10
lines changed

.github/workflows/ci.yml

-2
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,6 @@ jobs:
9494
version: "9"
9595
- image: "ubuntu"
9696
version: "22.04"
97-
- image: "alpine"
98-
version: "3.14"
9997
- image: "alpine"
10098
version: "3.15"
10199
- image: "alpine"

Makefile

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ DATE = $(shell date +%F_%H-%M-%S)
1212
# | OS_RELEASE | OS_VERSION | NOTES |
1313
# | ---------------- | ----------------------------- | -------------------------------------------------------------- |
1414
# | amazonlinux | 2, 2023 | |
15-
# | ubuntu | 18.04, 20.04, 22.04 | |
15+
# | ubuntu | 20.04, 22.04 | |
1616
# | debian | bullseye-slim, buster-slim | |
1717
# | centos | 7 | |
1818
# | redhatenterprise | 7, 8, 9 | |
1919
# | rockylinux | 8, 9 | |
2020
# | almalinux | 8, 9 | |
21-
# | alpine | 3.13, 3.14, 3.15, 3.16, 3.17 | |
22-
# | oraclelinux | 7, 8 , 9 | |
21+
# | alpine | 3.15, 3.16, 3.17 | |
22+
# | oraclelinux | 7, 8, 9 | |
2323
# | suse | sles12sp5, sle15 | |
2424
# | freebsd | | Not supported |
2525
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #

Makefile.packaging

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ GITHUB_PACKAGES_DIR := ./build/github/packages
88
AZURE_PACKAGES_DIR := ./build/azure/packages
99
GPG_PUBLIC_KEY := .key
1010

11-
DEB_DISTROS?=ubuntu-jammy-22.04 ubuntu-focal-20.04 ubuntu-bionic-18.04 debian-bullseye-11 debian-buster-10
11+
DEB_DISTROS?=ubuntu-jammy-22.04 ubuntu-focal-20.04 debian-bullseye-11 debian-buster-10
1212
DEB_ARCHS?=arm64 amd64
1313
RPM_DISTROS?=centos-7-x86_64 oraclelinux-7-x86_64 oraclelinux-8-x86_64 oraclelinux-9-x86_64 suse-12-x86_64 suse-15-x86_64
1414
RPM_ARCH=x86_64
@@ -17,7 +17,7 @@ REDHAT_ARCHS?=aarch64 x86_64
1717
ROCKY_VERSIONS?=rocky-8 rocky-9
1818
ROCKY_ARCHS?=aarch64 x86_64
1919
FREEBSD_DISTROS?="FreeBSD:12:amd64" "FreeBSD:13:amd64"
20-
APK_VERSIONS?=3.13 3.14 3.15 3.16 3.17
20+
APK_VERSIONS?=3.15 3.16 3.17
2121
APK_ARCHS?=aarch64 x86_64
2222
ALMA_VERSIONS?=almalinux-8 almalinux-9
2323
ALMA_ARCHS?=aarch64 x86_64

hugo/content/technical-specifications.md

-3
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ AlmaLinux
1919
- 9 (x86_64, aarch64)
2020

2121
Alpine Linux
22-
- 3.13 (x86_64, aarch64)
23-
- 3.14 (x86_64, aarch64)
2422
- 3.15 (x86_64, aarch64)
2523
- 3.16 (x86_64, aarch64)
2624
- 3.17 (x86_64, aarch64)
@@ -60,7 +58,6 @@ SUSE Linux Enterprise Server (SLES)
6058
- 15 SP2 (x86_64)
6159

6260
Ubuntu
63-
- 18.04 LTS (x86_64, aarch64)
6461
- 20.04 LTS (x86_64, aarch64)
6562
- 22.04 LTS (x86_64, aarch64)
6663

0 commit comments

Comments
 (0)