Skip to content

Commit abbc417

Browse files
committed
Remove Ubuntu Plucky (EOL)
1 parent 8330ca1 commit abbc417

File tree

5 files changed

+1
-104
lines changed

5 files changed

+1
-104
lines changed

generate-stackbrew-library.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ for version; do
9696

9797
# https://github.com/docker-library/official-images/pull/19581#issuecomment-3161255023 - Ubuntu 25.10+ ("questing") has updated their riscv64 baseline to RVA23 which is unsupported by DOI (and ... the entire public hardware ecosystem ATM)
9898
case "$version" in
99-
ubuntu/jammy | ubuntu/noble | ubuntu/plucky) ;; # pre-25.10 releases which can keep riscv64 support
99+
ubuntu/jammy | ubuntu/noble) ;; # pre-25.10 releases which can keep riscv64 support
100100
ubuntu/*) variantArches="$(sed <<<" $variantArches " -e 's/ riscv64 / /g')" ;;
101101
esac
102102

ubuntu/plucky/Dockerfile

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

ubuntu/plucky/curl/Dockerfile

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

ubuntu/plucky/scm/Dockerfile

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

versions.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,6 @@
5555
""
5656
]
5757
},
58-
"ubuntu/plucky": {
59-
"suite": "25.04",
60-
"variants": [
61-
"curl",
62-
"scm",
63-
""
64-
]
65-
},
6658
"ubuntu/questing": {
6759
"suite": "25.10",
6860
"variants": [

0 commit comments

Comments
 (0)