summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack <87339414+algojack@users.noreply.github.com>2022-02-04 12:29:51 -0500
committerGitHub <noreply@github.com>2022-02-04 12:29:51 -0500
commitf0b85f69e73fd136eafbc68884781ffb0c4505dd (patch)
treeaf5720874f2642c9cd0a005ab2944ad87730ddc8
parent0d65a0f93f214087569939ad2cea0c0f1b15d8d8 (diff)
Moving to centos stream 8 (#3560)
Our nightly pipeline broke because of centos:8 reaching end of life and deprecating their package repo AppStream. Switching to official new version Centos Stream 8.
-rw-r--r--scripts/release/README.md2
-rwxr-xr-xscripts/release/test/util/test_package.sh2
-rwxr-xr-xtest/packages/test_release.sh2
-rwxr-xr-xtest/platform/test_linux_amd64_compatibility.sh2
4 files changed, 4 insertions, 4 deletions
diff --git a/scripts/release/README.md b/scripts/release/README.md
index 0613ddcc5..4639743e7 100644
--- a/scripts/release/README.md
+++ b/scripts/release/README.md
@@ -70,7 +70,7 @@ This section briefly describes the expected outcomes of the current build pipeli
- The packages are built from the correct branch and channel and are the correct version. This done by running `algod -v`.
+ This is done for the following docker containers:
- centos:7
- - centos:8
+ - quay.io/centos/centos:stream8
- fedora:28
- ubuntu:16.04
- ubuntu:18.04
diff --git a/scripts/release/test/util/test_package.sh b/scripts/release/test/util/test_package.sh
index 397772c58..65c4ab022 100755
--- a/scripts/release/test/util/test_package.sh
+++ b/scripts/release/test/util/test_package.sh
@@ -9,7 +9,7 @@ set -ex
OS_LIST=(
centos:7
- centos:8
+ quay.io/centos/centos:stream8
fedora:28
ubuntu:16.04
ubuntu:18.04
diff --git a/test/packages/test_release.sh b/test/packages/test_release.sh
index 4f94393f4..423a16f25 100755
--- a/test/packages/test_release.sh
+++ b/test/packages/test_release.sh
@@ -16,7 +16,7 @@ fi
OS_LIST=(
centos:7
- centos:8
+ quay.io/centos/centos:stream8
fedora:28
ubuntu:16.04
ubuntu:18.04
diff --git a/test/platform/test_linux_amd64_compatibility.sh b/test/platform/test_linux_amd64_compatibility.sh
index 4ae139f1d..0c65db433 100755
--- a/test/platform/test_linux_amd64_compatibility.sh
+++ b/test/platform/test_linux_amd64_compatibility.sh
@@ -8,7 +8,7 @@ END_FG_COLOR=$(tput sgr0 2>/dev/null)
OS_LIST=(
centos:7
- centos:8
+ quay.io/centos/centos:stream8
fedora:28
ubuntu:16.04
ubuntu:18.04