Skip to content
Snippets Groups Projects
Verified Commit aab22af6 authored by Josef Schlehofer's avatar Josef Schlehofer
Browse files

lxc: download ArchLinux from linuxcontainers.org

parent f305726d
Branches
Tags
1 merge request!29lxc: download ArchLinux from linuxcontainers.org
......@@ -91,8 +91,8 @@ add_image "Alpine" "3.12" "armv7l" "`get_lxc_url alpine/3.12/armhf`"
add_image "Alpine" "3.12" "aarch64" "`get_lxc_url alpine/3.12/arm64`"
add_image "Alpine" "Edge" "armv7l" "`get_lxc_url alpine/edge/armhf`"
add_image "Alpine" "Edge" "aarch64" "`get_lxc_url alpine/edge/arm64`"
add_image "ArchLinux" "latest" "armv7l" "http://os.archlinuxarm.org/os/ArchLinuxARM-armv7-latest.tar.gz"
add_image "ArchLinux" "latest" "aarch64" "http://os.archlinuxarm.org/os/ArchLinuxARM-aarch64-latest.tar.gz"
add_image "ArchLinux" "latest" "armv7l" "`get_lxc_url archlinux/current/armhf`"
add_image "ArchLinux" "latest" "aarch64" "`get_lxc_url archlinux/current/arm64`"
add_image "Debian" "Stretch" "armv7l" "`get_lxc_url debian/stretch/armhf`"
add_image "Debian" "Stretch" "aarch64" "`get_lxc_url debian/stretch/arm64`"
add_image "Debian" "Buster" "armv7l" "`get_lxc_url debian/buster/armhf`"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment