GitLab CI: Switch the CentOS 8 image.

Switch to the image in the wireshark/wireshark-containers registry.
This commit is contained in:
Gerald Combs 2021-10-01 12:30:19 -07:00 committed by Wireshark GitLab Utility
parent 8705dfbe74
commit fee7f31e63
1 changed files with 2 additions and 4 deletions

View File

@ -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