Skip to content

Commit

Permalink
build: switch tested centos base images (#20417)
Browse files Browse the repository at this point in the history
(cherry picked from commit 2e26dc6)
  • Loading branch information
davidby-influx committed Mar 11, 2021
1 parent 34a2eb5 commit f11ad47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion releng/packages/spec/clean_install/_install_uninstall.bash
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down
2 changes: 1 addition & 1 deletion releng/packages/spec/clean_install/run.bash
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f11ad47

Please sign in to comment.