Skip to content

Commit

Permalink
M #-: Add Alpine 3.19
Browse files Browse the repository at this point in the history
  • Loading branch information
xorel committed May 7, 2024
1 parent 8dd9459 commit 9adbfbe
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 alpine318\
alpine316 alpine317 alpine318 alpine319 \
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 @@ -39,5 +39,10 @@ variable "alpine" {
iso_url = "https://dl-cdn.alpinelinux.org/alpine/v3.18/releases/x86_64/alpine-virt-3.18.4-x86_64.iso"
iso_checksum = "file:https://dl-cdn.alpinelinux.org/alpine/v3.18/releases/x86_64/alpine-virt-3.18.4-x86_64.iso.sha256"
}

"319" = {
iso_url = "https://dl-cdn.alpinelinux.org/alpine/v3.19/releases/x86_64/alpine-virt-3.19.1-x86_64.iso"
iso_checksum = "file:https://dl-cdn.alpinelinux.org/alpine/v3.19/releases/x86_64/alpine-virt-3.19.1-x86_64.iso.sha256"
}
}
}

0 comments on commit 9adbfbe

Please sign in to comment.