diff options
author | Thomas Huth <thuth@redhat.com> | 2024-04-18 12:10:44 +0200 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2024-04-25 07:03:04 +0200 |
commit | 45070eb716172cf168f6334fe5346510cdde1a92 (patch) | |
tree | bebd6e70256e51116bb0ecd7e6d56dad35de8ad6 /tests/lcitool | |
parent | 4d6ae2df56b7ef7a479a1656872a95e0ed23f2d9 (diff) | |
download | qemu-45070eb716172cf168f6334fe5346510cdde1a92.zip qemu-45070eb716172cf168f6334fe5346510cdde1a92.tar.gz qemu-45070eb716172cf168f6334fe5346510cdde1a92.tar.bz2 |
tests: Remove Ubuntu 20.04 container
Since Ubuntu 22.04 has now been available for more than two years, we
can stop actively supporting the previous LTS version of Ubuntu now.
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <20240418101056.302103-2-thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'tests/lcitool')
-rwxr-xr-x | tests/lcitool/refresh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/lcitool/refresh b/tests/lcitool/refresh index fe7692c..692752a 100755 --- a/tests/lcitool/refresh +++ b/tests/lcitool/refresh @@ -130,7 +130,6 @@ try: trailer="".join(debian12_extras)) generate_dockerfile("fedora", "fedora-38") generate_dockerfile("opensuse-leap", "opensuse-leap-15") - generate_dockerfile("ubuntu2004", "ubuntu-2004") generate_dockerfile("ubuntu2204", "ubuntu-2204") # |