aboutsummaryrefslogtreecommitdiff
path: root/ci/test/00_setup_env_native_qt5.sh
diff options
context:
space:
mode:
authorMarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz>2023-08-23 22:48:44 +0200
committerMarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz>2023-08-23 22:33:02 +0200
commitfab7f5c01d0b4be00bdd8922d3bf8bd1a27ba8fb (patch)
tree0d4c4c3f9bb1caca461b6fd556d84b8c88fef1a3 /ci/test/00_setup_env_native_qt5.sh
parent33da5d0eb155993ab0d07c95704a0dd9e981c100 (diff)
downloadbitcoin-fab7f5c01d0b4be00bdd8922d3bf8bd1a27ba8fb.tar.xz
ci: Add missing docker.io prefix to CI_IMAGE_NAME_TAG
Diffstat (limited to 'ci/test/00_setup_env_native_qt5.sh')
-rwxr-xr-xci/test/00_setup_env_native_qt5.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/test/00_setup_env_native_qt5.sh b/ci/test/00_setup_env_native_qt5.sh
index 3a1d7808f1..0fad95e2cb 100755
--- a/ci/test/00_setup_env_native_qt5.sh
+++ b/ci/test/00_setup_env_native_qt5.sh
@@ -1,13 +1,13 @@
#!/usr/bin/env bash
#
-# Copyright (c) 2019-2022 The Bitcoin Core developers
+# Copyright (c) 2019-present The Bitcoin Core developers
# Distributed under the MIT software license, see the accompanying
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
export LC_ALL=C.UTF-8
export CONTAINER_NAME=ci_native_qt5
-export CI_IMAGE_NAME_TAG="ubuntu:20.04"
+export CI_IMAGE_NAME_TAG="docker.io/ubuntu:20.04"
# Use minimum supported python3.8 and gcc-9, see doc/dependencies.md
export PACKAGES="gcc-9 g++-9 python3-zmq qtbase5-dev qttools5-dev-tools libdbus-1-dev libharfbuzz-dev"
export DEP_OPTS="NO_QT=1 NO_UPNP=1 NO_NATPMP=1 DEBUG=1 ALLOW_HOST_PACKAGES=1 CC=gcc-9 CXX=g++-9"