From f3dd0bff4752828497c196a1429714598f96349b Mon Sep 17 00:00:00 2001 From: Mark Harfouche Date: Fri, 19 Nov 2021 10:36:27 -0500 Subject: [PATCH] Update image for non-lts ubuntu --- README.md | 2 +- build_miniforge.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f18e43a9..f0fe68a2 100644 --- a/README.md +++ b/README.md @@ -180,7 +180,7 @@ After construction on the CI, the installer is tested against a range of distrib - Ubuntu 16.04 ([LTS](https://ubuntu.com/about/release-cycle)) - Ubuntu 18.04 ([LTS](https://ubuntu.com/about/release-cycle)) - Ubuntu 20.04 ([LTS](https://ubuntu.com/about/release-cycle)) -- Ubuntu 21.04 (Latest non-LTS version) +- Ubuntu 21.10 (Latest non-LTS version) ## Local usage diff --git a/build_miniforge.sh b/build_miniforge.sh index f31b1dc8..6711d205 100755 --- a/build_miniforge.sh +++ b/build_miniforge.sh @@ -36,7 +36,7 @@ docker run --rm -v "$(pwd):/construct" \ cp "build/${MINIFORGE_NAME}-"*"-${OS_NAME}-${ARCH}.${EXT}" "build/${MINIFORGE_NAME}-${OS_NAME}-${ARCH}.${EXT}" echo "============= Test the installer =============" -for TEST_IMAGE_NAME in "ubuntu:21.04" "ubuntu:20.04" "ubuntu:18.04" "ubuntu:16.04" "centos:7" "debian:bullseye" "debian:buster"; do +for TEST_IMAGE_NAME in "ubuntu:21.10" "ubuntu:20.04" "ubuntu:18.04" "ubuntu:16.04" "centos:7" "debian:bullseye" "debian:buster"; do echo "============= Test installer on ${TEST_IMAGE_NAME} =============" docker run --rm -v "$(pwd):/construct" -e CONSTRUCT_ROOT \ "${DOCKER_ARCH}/${TEST_IMAGE_NAME}" /construct/scripts/test.sh