Skip to content

Commit 0e5f6d8

Browse files
committed
Remove Alpine 3.19 - EOL
1 parent e9054dd commit 0e5f6d8

File tree

4 files changed

+0
-13
lines changed

4 files changed

+0
-13
lines changed

alpine.pkr.hcl

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
locals {
2-
# renovate: datasource=custom.html depName=alpine-virt-x86_64 extractVersion=(^|/)alpine-virt-(?<version>[0-9.]+)-x86_64\.iso$ registryUrl=https://mirrors.edge.kernel.org/alpine/v3.19/releases/x86_64/
3-
alpine319_version = "3.19.9"
42
# renovate: datasource=custom.html depName=alpine-virt-x86_64 extractVersion=(^|/)alpine-virt-(?<version>[0-9.]+)-x86_64\.iso$ registryUrl=https://mirrors.edge.kernel.org/alpine/v3.20/releases/x86_64/
53
alpine320_version = "3.20.8"
64
# renovate: datasource=custom.html depName=alpine-virt-x86_64 extractVersion=(^|/)alpine-virt-(?<version>[0-9.]+)-x86_64\.iso$ registryUrl=https://mirrors.edge.kernel.org/alpine/v3.21/releases/x86_64/
@@ -35,17 +33,6 @@ source "qemu" "alpine" {
3533
}
3634

3735
build {
38-
source "qemu.alpine" {
39-
name = "alpine319"
40-
output_directory = "output-${source.name}"
41-
iso_url = "https://mirrors.edge.kernel.org/alpine/v3.19/releases/x86_64/alpine-virt-${local.alpine319_version}-x86_64.iso"
42-
iso_checksum = "file:https://mirrors.edge.kernel.org/alpine/v3.19/releases/x86_64/alpine-virt-${local.alpine319_version}-x86_64.iso.sha256"
43-
http_content = {
44-
"/alpine-answer.sh" = templatefile("${path.root}/alpine-answer.sh", { path = path, hostname = source.name })
45-
"/vagrant.pub" = file("${path.root}/keys/vagrant.pub")
46-
}
47-
}
48-
4936
source "qemu.alpine" {
5037
name = "alpine320"
5138
output_directory = "output-${source.name}"

test/ref/alpine319.png

-13.2 KB
Binary file not shown.

test/ref/fedora41.png

-18.7 KB
Binary file not shown.

test/ref/silverblue41.png

-18.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)