Skip to content

Commit

Permalink
Add alpine 318
Browse files Browse the repository at this point in the history
  • Loading branch information
xorel committed Nov 7, 2023
1 parent f7fdf25 commit 0fd35a4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.config
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ PACKER_LOG := 0
PACKER_HEADLESS := true

DISTROS := alma8 alma9 \
alpine316 alpine317 \
alpine316 alpine317 alpine318\
alt9 alt10 \
amazon2 \
centos7 centos8stream \
Expand Down
5 changes: 5 additions & 0 deletions packer/alpine/variables.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,10 @@ variable "alpine" {
iso_url = "https://dl-cdn.alpinelinux.org/alpine/v3.17/releases/x86_64/alpine-virt-3.17.5-x86_64.iso"
iso_checksum = "d3aec585da8327095edb37b4b7b5eed4623a993196edf12e74641ee5f16291f6"
}

"318" = {
iso_url = "https://dl-cdn.alpinelinux.org/alpine/v3.18/releases/x86_64/alpine-virt-3.18.4-x86_64.iso"
iso_checksum = "24d79bc148c05a864c2914dfa41a6ffbf808973e44de88c7700d30b4517965b2"
}
}
}

0 comments on commit 0fd35a4

Please sign in to comment.