From c70ace6f7a5c4bd78aa5180473936002cd2f8be1 Mon Sep 17 00:00:00 2001 From: Markus Frosch Date: Tue, 19 Nov 2019 14:10:12 +0100 Subject: [PATCH] ci: Switch to centos/8 image --- .gitlab-ci.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0ae93e1..25d8cad 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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