From c7d92d64753334af303e7a5fcbe1b041d933ba1e Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Sat, 2 Jan 2021 17:23:18 +0100 Subject: [fix] remove Ubuntu 19.10 from the LXC suite (EOL) Official support for Ubuntu 19.10 'Eoan Ermine' ended on July 17, 2020. The image has been dropped [1] from https://images.linuxcontainers.org [1] https://github.com/lxc/lxc-ci/commit/d161de601bffe4055d77b9d52a826ce5d81567d9 Signed-off-by: Markus Heiser --- utils/lib.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'utils/lib.sh') diff --git a/utils/lib.sh b/utils/lib.sh index 83dd75077..8ae6bdd44 100755 --- a/utils/lib.sh +++ b/utils/lib.sh @@ -1429,9 +1429,9 @@ lxc_install_base_packages() { lxc_image_copy() { - # usage: lxc_copy_image + # usage: lxc_image_copy # - # lxc_copy_image "images:ubuntu/19.10" "ubu1910" + # lxc_image_copy "images:ubuntu/20.04" "ubu2004" if lxc_image_exists "local:${LXC_SUITE[i+1]}"; then info_msg "image ${LXC_SUITE[i]} already copied --> ${LXC_SUITE[i+1]}" -- cgit v1.2.3