aboutsummaryrefslogtreecommitdiff
path: root/ci/test/00_setup_env_i686_centos.sh
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2022-01-31 11:19:23 +0100
committerMarcoFalke <falke.marco@gmail.com>2022-02-01 10:13:25 +0100
commitfa5457e64adfc6060382bd36c45e95be6ea693ef (patch)
tree4a3790a5abd523aa6ec289cf825cf8dd9da23c7f /ci/test/00_setup_env_i686_centos.sh
parentfcac16fff87b9a949b925831167c2ca5e22eac2c (diff)
downloadbitcoin-fa5457e64adfc6060382bd36c45e95be6ea693ef.tar.xz
ci: Bump CentOS 8 image
Diffstat (limited to 'ci/test/00_setup_env_i686_centos.sh')
-rwxr-xr-xci/test/00_setup_env_i686_centos.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/ci/test/00_setup_env_i686_centos.sh b/ci/test/00_setup_env_i686_centos.sh
index 1bd74a5217..8f1cc8af29 100755
--- a/ci/test/00_setup_env_i686_centos.sh
+++ b/ci/test/00_setup_env_i686_centos.sh
@@ -7,9 +7,9 @@
export LC_ALL=C.UTF-8
export HOST=i686-pc-linux-gnu
-export CONTAINER_NAME=ci_i686_centos_8
-export DOCKER_NAME_TAG=centos:8
-export DOCKER_PACKAGES="gcc-c++ glibc-devel.x86_64 libstdc++-devel.x86_64 glibc-devel.i686 libstdc++-devel.i686 ccache libtool make git python3 python3-zmq which patch lbzip2 dash rsync coreutils bison"
+export CONTAINER_NAME=ci_i686_centos
+export DOCKER_NAME_TAG=quay.io/centos/centos:stream8
+export DOCKER_PACKAGES="gcc-c++ glibc-devel.x86_64 libstdc++-devel.x86_64 glibc-devel.i686 libstdc++-devel.i686 ccache libtool make git python3 python3-zmq which patch lbzip2 xz procps-ng dash rsync coreutils bison"
export GOAL="install"
export BITCOIN_CONFIG="--enable-zmq --with-gui=qt5 --enable-reduce-exports"
export CONFIG_SHELL="/bin/dash"