Skip to content

Commit d43b499

Browse files
dpassanterohityadavcloud
authored andcommitted
systemvmtemplate: Fix Debian 9 iso url (apache#3582)
Since version 10.0.0 of Debian has become stable, the URL of the Debian 9.9.0 ISO files has changed from current to archive. The old URL returns a 404 and crash the build of systemvm templates.
1 parent 61b8b77 commit d43b499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/appliance/systemvmtemplate/template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"disk_interface": "virtio",
3939
"net_device": "virtio-net",
4040

41-
"iso_url": "https://cdimage.debian.org/debian-cd/current/amd64/iso-cd/debian-9.9.0-amd64-netinst.iso",
41+
"iso_url": "https://cdimage.debian.org/cdimage/archive/9.9.0/amd64/iso-cd/debian-9.9.0-amd64-netinst.iso",
4242
"iso_checksum": "42d9818abc4a08681dc0638f07e7aeb35d0c44646ab1e5b05a31a71d76c99da52b6192db9a3e852171ac78c2ba6b110b337c0b562c7be3d32e86a105023a6a0c",
4343
"iso_checksum_type": "sha512",
4444

0 commit comments

Comments
 (0)