From fee7f31e63994f5930816ee77543f3a1f8d68eec Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Fri, 1 Oct 2021 12:30:19 -0700 Subject: [PATCH] GitLab CI: Switch the CentOS 8 image. Switch to the image in the wireshark/wireshark-containers registry. --- .gitlab-ci.yml | 6 ++---- 1 file 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