Skip to content

Commit 0395779

Browse files
committed
Test and document Alpine 3.18.6
Remove exclusion that blocked dependabot update
1 parent d88dd7c commit 0395779

File tree

5 files changed

+4
-5
lines changed

5 files changed

+4
-5
lines changed

.github/dependabot.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,10 @@ updates:
6464

6565
# Maintain dependencies for Alpine 3.18
6666
- package-ecosystem: "docker"
67-
directory: "src/test/resources/org/jvnet/hudson/plugins/platformlabeler/alpine/3.18.5"
67+
directory: "src/test/resources/org/jvnet/hudson/plugins/platformlabeler/alpine/3.18.6"
6868
ignore:
6969
- dependency-name: "Dockerfile"
7070
update-types: ["version-update:semver-minor"]
71-
versions: [">= 3.19.0"]
7271
labels:
7372
- "skip-changelog"
7473
schedule:

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Labels commonly include operating system name, version, architecture, and Window
1515
| Alma Linux 9 | `AlmaLinux` | `9.3` | `amd64` | // EOL: 31 May 2032
1616
| Alpine 3.16 | `Alpine` | `3.16.9` | `amd64` | // EOL: 01 May 2024
1717
| Alpine 3.17 | `Alpine` | `3.17.6` | `amd64` | // EOL: 01 Nov 2024
18-
| Alpine 3.18 | `Alpine` | `3.18.5` | `amd64` | // EOL: 01 May 2025
18+
| Alpine 3.18 | `Alpine` | `3.18.6` | `amd64` | // EOL: 01 May 2025
1919
| Alpine 3.19 | `Alpine` | `3.19.1` | `amd64` | // EOL: 01 Nov 2025
2020
| Amazon Linux 2023 | `Amazon` | `2023` | `amd64` | // EOL: 15 Mar 2028
2121
| Clear Linux | `clear-linux-os` | `40690` | `amd64` |

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

-1
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
FROM alpine:3.18.6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
NAME="Alpine Linux"
22
ID=alpine
3-
VERSION_ID=3.18.5
3+
VERSION_ID=3.18.6
44
PRETTY_NAME="Alpine Linux v3.18"
55
HOME_URL="https://alpinelinux.org/"
66
BUG_REPORT_URL="https://gitlab.alpinelinux.org/alpine/aports/-/issues"

0 commit comments

Comments
 (0)