aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2021-10-01 12:30:19 -0700
committerWireshark GitLab Utility <gerald+gitlab-utility@wireshark.org>2021-10-01 20:13:31 +0000
commitfee7f31e63994f5930816ee77543f3a1f8d68eec (patch)
treeab1937107cfd407939dc77af5f197f091e25cd07 /.gitlab-ci.yml
parent8705dfbe740b62e956fd547760c46816c05848b4 (diff)
GitLab CI: Switch the CentOS 8 image.
Switch to the image in the wireshark/wireshark-containers registry.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml6
1 files changed, 2 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4f0161324e..dccbf4232f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -232,17 +232,15 @@ CentOS 7 RPM Test:
CentOS 8 RPM Package:
extends: .build-rpm
- image: wireshark/wireshark-centos-8-dev
+ image: registry.gitlab.com/wireshark/wireshark-containers/centos-8-dev
script:
- - dnf install -y ruby
- - gem install asciidoctor
- printf "\e[0Ksection_start:%s:cmake_section[collapsed=true]\r\e[0KRunning CMake" "$( date +%s)"
- cmake -GNinja ..
- printf "\e[0Ksection_end:%s:cmake_section\r\e[0K" "$( date +%s)"
- ninja-build rpm-package
CentOS 8 RPM Test:
extends: .test-rpm
- image: wireshark/wireshark-centos-8-dev
+ image: registry.gitlab.com/wireshark/wireshark-containers/centos-8-dev
script:
- dnf --nogpgcheck localinstall -y build/packaging/rpm/RPMS/x86_64/*.rpm
- tshark --version