ci: Switch to centos/8 image

This commit is contained in:
Markus Frosch 2019-11-19 14:10:12 +01:00
parent 0a999f4c83
commit c70ace6f7a

View File

@ -51,22 +51,22 @@ variables:
################################### ###################################
# EPEL # EPEL
################################### ###################################
build/rhel/8: build/centos/8:
<<: *build <<: *build
variables: variables:
DOCKER_IMAGE: rhel/8 DOCKER_IMAGE: centos/8
test/rhel/8: test/centos/8:
<<: *test <<: *test
variables: variables:
DOCKER_IMAGE: rhel/8 DOCKER_IMAGE: centos/8
dependencies: dependencies:
- build/rhel/8 - build/centos/8
upload/epel/8: upload/epel/8:
<<: *upload <<: *upload
dependencies: dependencies:
- build/rhel/8 - build/centos/8
build/centos/7: build/centos/7:
<<: *build <<: *build