diff options
author | Markus Heiser <markus.heiser@darmarit.de> | 2021-01-02 17:23:18 +0100 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarit.de> | 2021-01-02 17:23:18 +0100 |
commit | c7d92d64753334af303e7a5fcbe1b041d933ba1e (patch) | |
tree | 02fdf93e9dd13101c867ba7cb431e2258844e1a6 /utils/lib.sh | |
parent | 5fb9a5c7c10252b21a23fe66e1625ed9f8691b4a (diff) | |
download | searxng-c7d92d64753334af303e7a5fcbe1b041d933ba1e.tar.gz searxng-c7d92d64753334af303e7a5fcbe1b041d933ba1e.zip |
[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 <markus.heiser@darmarit.de>
Diffstat (limited to 'utils/lib.sh')
-rwxr-xr-x | utils/lib.sh | 4 |
1 files changed, 2 insertions, 2 deletions
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 <remote image> <local image> + # usage: lxc_image_copy <remote image> <local image> # - # 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]}" |