Skip to content

Commit 86f304c

Browse files
committed
replaced download links for images as the old ones were giving 404s
1 parent 6404bcb commit 86f304c

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

packer-template/hcloud-microos-snapshots.pkr.hcl

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,16 @@ variable "hcloud_token" {
1616
sensitive = true
1717
}
1818

19-
# We download the OpenSUSE MicroOS x86 image from an automatically selected mirror. In case it somehow does not work for you (you get a 403), you can try other mirrors.
20-
# You can find a working mirror at https://download.opensuse.org/tumbleweed/appliances/openSUSE-MicroOS.x86_64-OpenStack-Cloud.qcow2.mirrorlist
19+
# We download the OpenSUSE MicroOS x86 image from an automatically selected mirror.
2120
variable "opensuse_microos_x86_mirror_link" {
2221
type = string
23-
default = "https://download.opensuse.org/repositories/devel:/kubic:/images/openSUSE_Tumbleweed/openSUSE-MicroOS.x86_64-OpenStack-Cloud.qcow2"
22+
default = "https://download.opensuse.org/tumbleweed/appliances/openSUSE-MicroOS.x86_64-ContainerHost-OpenStack-Cloud.qcow2"
2423
}
2524

26-
# We download the OpenSUSE MicroOS ARM image from an automatically selected mirror. In case it somehow does not work for you (you get a 403), you can try other mirrors.
27-
# You can find a working mirror at https://download.opensuse.org/ports/aarch64/tumbleweed/appliances/openSUSE-MicroOS.aarch64-OpenStack-Cloud.qcow2.mirrorlist
25+
# We download the OpenSUSE MicroOS ARM image from an automatically selected mirror.
2826
variable "opensuse_microos_arm_mirror_link" {
2927
type = string
30-
default = "https://download.opensuse.org/ports/aarch64/tumbleweed/appliances/openSUSE-MicroOS.aarch64-OpenStack-Cloud.qcow2"
28+
default = "https://download.opensuse.org/ports/aarch64/tumbleweed/appliances/openSUSE-MicroOS.aarch64-ContainerHost-OpenStack-Cloud.qcow2"
3129
}
3230

3331
# If you need to add other packages to the OS, do it here in the default value, like ["vim", "curl", "wget"]

0 commit comments

Comments
 (0)