GitLab CI: Switch the openSUSE 15.2 image.

Switch to the image in the wireshark/wireshark-containers registry.
This commit is contained in:
Gerald Combs 2021-10-01 13:29:15 -07:00 committed by Wireshark GitLab Utility
parent 58a9b77fb8
commit f9279ddaea
1 changed files with 3 additions and 4 deletions

View File

@ -3,11 +3,10 @@
# Do so in the appropriate Dockerfile at
# https://gitlab.com/wireshark/wireshark-containers/ instead.
# The resulting images can be found at
# https://gitlab.com/wireshark/wireshark-containers/container_registry
# https://hub.docker.com/r/wireshark/wireshark-centos-7-dev
# https://hub.docker.com/r/wireshark/wireshark-centos-8-dev
# https://hub.docker.com/r/wireshark/wireshark-debian-stable-dev
# https://hub.docker.com/r/wireshark/wireshark-fedora-dev
# https://hub.docker.com/r/wireshark/wireshark-opensuse-15.2-dev
# https://hub.docker.com/r/wireshark/wireshark-ubuntu-dev
stages:
@ -248,7 +247,7 @@ CentOS 8 RPM Test:
openSUSE 15.2 RPM Package:
extends: .build-rpm
image: wireshark/wireshark-opensuse-15.2-dev
image: registry.gitlab.com/wireshark/wireshark-containers/opensuse-15.2-dev
script:
- printf "\e[0Ksection_start:%s:cmake_section[collapsed=true]\r\e[0KRunning CMake" "$( date +%s)"
- cmake -GNinja ..
@ -256,7 +255,7 @@ openSUSE 15.2 RPM Package:
- ninja rpm-package
openSUSE 15.2 RPM Test:
extends: .test-rpm
image: wireshark/wireshark-opensuse-15.2-dev
image: registry.gitlab.com/wireshark/wireshark-containers/opensuse-15.2-dev
script:
- zypper --no-gpg-checks --no-remote install -y build/packaging/rpm/RPMS/x86_64/*.rpm
- tshark --version