Skip to content

Commit

Permalink
Alpine ISOs updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
ladar committed Oct 1, 2023
1 parent 5a535e1 commit 35f37d8
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions generic-hyperv.json
Original file line number Diff line number Diff line change
Expand Up @@ -6956,8 +6956,8 @@
"memory": 2048,
"cpus": 2,
"http_directory": "http",
"iso_url": "https://mirrors.edge.kernel.org/alpine/v3.18/releases/x86_64/alpine-virt-3.18.3-x86_64.iso",
"iso_checksum": "sha256:925f6bc1039a0abcd0548d2c3054d54dce31cfa03c7eeba22d10d85dc5817c98",
"iso_url": "https://mirrors.edge.kernel.org/alpine/v3.18/releases/x86_64/alpine-virt-3.18.4-x86_64.iso",
"iso_checksum": "sha256:24d79bc148c05a864c2914dfa41a6ffbf808973e44de88c7700d30b4517965b2",
"ssh_username": "root",
"ssh_password": "vagrant",
"ssh_port": 22,
Expand Down
4 changes: 2 additions & 2 deletions generic-libvirt.json
Original file line number Diff line number Diff line change
Expand Up @@ -6954,8 +6954,8 @@
"memory": 2048,
"http_directory": "http",
"headless": true,
"iso_url": "https://mirrors.edge.kernel.org/alpine/v3.18/releases/x86_64/alpine-virt-3.18.3-x86_64.iso",
"iso_checksum": "sha256:925f6bc1039a0abcd0548d2c3054d54dce31cfa03c7eeba22d10d85dc5817c98",
"iso_url": "https://mirrors.edge.kernel.org/alpine/v3.18/releases/x86_64/alpine-virt-3.18.4-x86_64.iso",
"iso_checksum": "sha256:24d79bc148c05a864c2914dfa41a6ffbf808973e44de88c7700d30b4517965b2",
"ssh_username": "root",
"ssh_password": "vagrant",
"ssh_port": 22,
Expand Down
4 changes: 2 additions & 2 deletions generic-parallels.json
Original file line number Diff line number Diff line change
Expand Up @@ -9384,8 +9384,8 @@
"hard_drive_interface": "ide",
"guest_os_type": "linux",
"http_directory": "http",
"iso_url": "https://mirrors.edge.kernel.org/alpine/v3.18/releases/x86_64/alpine-virt-3.18.3-x86_64.iso",
"iso_checksum": "sha256:925f6bc1039a0abcd0548d2c3054d54dce31cfa03c7eeba22d10d85dc5817c98",
"iso_url": "https://mirrors.edge.kernel.org/alpine/v3.18/releases/x86_64/alpine-virt-3.18.4-x86_64.iso",
"iso_checksum": "sha256:24d79bc148c05a864c2914dfa41a6ffbf808973e44de88c7700d30b4517965b2",
"skip_compaction": false,
"ssh_username": "root",
"ssh_password": "vagrant",
Expand Down
4 changes: 2 additions & 2 deletions generic-virtualbox.json
Original file line number Diff line number Diff line change
Expand Up @@ -7745,8 +7745,8 @@
"vrdp_bind_address": "127.0.0.1",
"vrdp_port_min": 11000,
"vrdp_port_max": 12000,
"iso_url": "https://mirrors.edge.kernel.org/alpine/v3.18/releases/x86_64/alpine-virt-3.18.3-x86_64.iso",
"iso_checksum": "sha256:925f6bc1039a0abcd0548d2c3054d54dce31cfa03c7eeba22d10d85dc5817c98",
"iso_url": "https://mirrors.edge.kernel.org/alpine/v3.18/releases/x86_64/alpine-virt-3.18.4-x86_64.iso",
"iso_checksum": "sha256:24d79bc148c05a864c2914dfa41a6ffbf808973e44de88c7700d30b4517965b2",
"ssh_username": "root",
"ssh_password": "vagrant",
"ssh_port": 22,
Expand Down
4 changes: 2 additions & 2 deletions generic-vmware.json
Original file line number Diff line number Diff line change
Expand Up @@ -7648,8 +7648,8 @@
"vnc_disable_password": true,
"vnc_bind_address": "127.0.0.1",
"vmx_remove_ethernet_interfaces": true,
"iso_url": "https://mirrors.edge.kernel.org/alpine/v3.18/releases/x86_64/alpine-virt-3.18.3-x86_64.iso",
"iso_checksum": "sha256:925f6bc1039a0abcd0548d2c3054d54dce31cfa03c7eeba22d10d85dc5817c98",
"iso_url": "https://mirrors.edge.kernel.org/alpine/v3.18/releases/x86_64/alpine-virt-3.18.4-x86_64.iso",
"iso_checksum": "sha256:24d79bc148c05a864c2914dfa41a6ffbf808973e44de88c7700d30b4517965b2",
"skip_compaction": false,
"ssh_username": "root",
"ssh_password": "vagrant",
Expand Down
4 changes: 2 additions & 2 deletions packer-cache.json
Original file line number Diff line number Diff line change
Expand Up @@ -1488,8 +1488,8 @@
{
"name": "alpine318",
"output_directory": "output/alpine318",
"iso_url": "https://mirrors.edge.kernel.org/alpine/v3.18/releases/x86_64/alpine-virt-3.18.3-x86_64.iso",
"iso_checksum": "sha256:925f6bc1039a0abcd0548d2c3054d54dce31cfa03c7eeba22d10d85dc5817c98",
"iso_url": "https://mirrors.edge.kernel.org/alpine/v3.18/releases/x86_64/alpine-virt-3.18.4-x86_64.iso",
"iso_checksum": "sha256:24d79bc148c05a864c2914dfa41a6ffbf808973e44de88c7700d30b4517965b2",
"boot_wait": "5s",
"disk_size": 1,
"headless": true,
Expand Down

0 comments on commit 35f37d8

Please sign in to comment.