Skip to content

Commit 3c580e5

Browse files
authored
Remove Alpine 3.15 - end of life (#1191)
Alpine 3.15 end of life was 1 Nov 2023
1 parent 3a832e7 commit 3c580e5

File tree

5 files changed

+0
-20
lines changed

5 files changed

+0
-20
lines changed

.github/dependabot.yml

-11
Original file line numberDiff line numberDiff line change
@@ -40,17 +40,6 @@ updates:
4040
schedule:
4141
interval: "weekly"
4242

43-
# Maintain dependencies for Alpine 3.15
44-
- package-ecosystem: "docker"
45-
directory: "src/test/resources/org/jvnet/hudson/plugins/platformlabeler/alpine/3.15.10"
46-
ignore:
47-
- dependency-name: "alpine"
48-
update-types: ["version-update:semver-minor"]
49-
labels:
50-
- "skip-changelog"
51-
schedule:
52-
interval: "weekly"
53-
5443
# Maintain dependencies for Alpine 3.16
5544
- package-ecosystem: "docker"
5645
directory: "src/test/resources/org/jvnet/hudson/plugins/platformlabeler/alpine/3.16.7"

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ Labels commonly include operating system name, version, architecture, and Window
1313
| Alibaba Linux 3 | `AlibabaCloud` | `3` | `amd64` | // EOL: 30 Apr 2031
1414
| Alma Linux 8 | `AlmaLinux` | `8.8` | `amd64` | // EOL: 31 Mar 2029
1515
| Alma Linux 9 | `AlmaLinux` | `9.2` | `amd64` | // EOL: 31 May 2032
16-
| Alpine 3.15 | `Alpine` | `3.15.9` | `amd64` | // EOL: 01 Nov 2023
1716
| Alpine 3.16 | `Alpine` | `3.16.6` | `amd64` | // EOL: 01 May 2024
1817
| Alpine 3.17 | `Alpine` | `3.17.4` | `amd64` | // EOL: 01 Nov 2024
1918
| Alpine 3.18 | `Alpine` | `3.18.4` | `amd64` | // EOL: 01 May 2025

src/test/java/org/jvnet/hudson/plugins/platformlabeler/PlatformDetailsTest.java

-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,6 @@ void testDetailsWithoutFeatureUpdate() {
130130
"Windows 10", "alpine", "centos", "debian", "fedora", "freebsd", "macos", "raspbian", "ubuntu"
131131
};
132132
private final String[] versions = {
133-
"3.15.7",
134133
"3.16.4",
135134
"3.17.2",
136135
"3.18.4",

src/test/resources/org/jvnet/hudson/plugins/platformlabeler/alpine/3.15.10/Dockerfile

-1
This file was deleted.

src/test/resources/org/jvnet/hudson/plugins/platformlabeler/alpine/3.15.10/os-release

-6
This file was deleted.

0 commit comments

Comments
 (0)