Skip to content
Snippets Groups Projects
Verified Commit 31bb5f63 authored by Josef Schlehofer's avatar Josef Schlehofer Committed by Michal Hrusecky
Browse files

lxc: add Debian Jessie

parent 90bdc261
No related branches found
No related tags found
No related merge requests found
......@@ -86,6 +86,8 @@ 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 "Debian" "Jessie" "armv7l" "`get_lxc_url debian/jessie/armhf`"
add_image "Debian" "Jessie" "aarch64" "`get_lxc_url debian/jessie/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`"
......
  • BTW, I believe Jessie on 64-bit ARM is no longer maintained, so I'd maybe reconsider that case: https://wiki.debian.org/LTS

  • (Also, for MOX users there isn't the effect of "it worked fine until recently".)

  • Author Contributor

    Thanks! You're right. I will remove it soon.

  • I don't really know much about using Debian. I hope the containers will feed off LTS without any action needed.

    Edited by Vladimír Čunát
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment