build: switch tested centos base images (#20417) (#20418)

(cherry picked from commit 2e26dc62cb)
pull/20422/head
davidby-influx 2020-12-23 21:47:06 -08:00 committed by GitHub
parent 35ae464ddd
commit ab020f74ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ function testInstalled() {
function testUninstalled() {
if command -v "$1" >/dev/null 2>&1 ; then
>&2 echo "$1 still on \$PATH after install"
>&2 echo "$1 still on \$PATH after uninstall"
exit 1
fi
}

View File

@ -63,7 +63,7 @@ fi
if [ -n "$IS_RPM" ]; then
# Latest is the most recent LTS, and Rolling is the most recent release.
for BASE_IMAGE in centos:6 centos:7 ; do
for BASE_IMAGE in centos:7 centos:8 ; do
if [ -n "$PKG" ]; then
dockerTest "$PKG" /data.rpm -R
fi