Skip to content
Snippets Groups Projects
Commit c70ace6f authored by Markus Frosch's avatar Markus Frosch
Browse files

ci: Switch to centos/8 image

parent 0a999f4c
No related branches found
No related tags found
No related merge requests found
Pipeline #7284 passed
......@@ -6,7 +6,7 @@ stages:
variables:
DOCKER_IMAGE_BASE: registry.icinga.com/build-docker
ICINGA_BUILD_TYPE: snapshot
#ICINGA_BUILD_RELEASE_TYPE:
#ICINGA_BUILD_RELEASE_TYPE:
#ICINGA_BUILD_TYPE:
#ICINGA_BUILD_UPSTREAM_BRANCH:
......@@ -51,22 +51,22 @@ variables:
###################################
# EPEL
###################################
build/rhel/8:
build/centos/8:
<<: *build
variables:
DOCKER_IMAGE: rhel/8
DOCKER_IMAGE: centos/8
test/rhel/8:
test/centos/8:
<<: *test
variables:
DOCKER_IMAGE: rhel/8
DOCKER_IMAGE: centos/8
dependencies:
- build/rhel/8
- build/centos/8
upload/epel/8:
<<: *upload
dependencies:
- build/rhel/8
- build/centos/8
build/centos/7:
<<: *build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment