upstream CI: change name of base image for CentOS and Fedora.

Building containers for CentOS and Fedora were failing due to image
download failure. The container build process was fixed by changing
the base images.
This commit is contained in:
Rafael Guterres Jeffman
2021-01-26 16:24:01 -03:00
parent 141554bd3d
commit 90779ed7ab
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ driver:
name: docker name: docker
platforms: platforms:
- name: centos-8-build - name: centos-8-build
image: centos:8 image: "centos:centos8"
pre_build_image: true pre_build_image: true
hostname: ipaserver.test.local hostname: ipaserver.test.local
dns_servers: dns_servers:

View File

@@ -3,7 +3,7 @@ driver:
name: docker name: docker
platforms: platforms:
- name: fedora-latest-build - name: fedora-latest-build
image: fedora-latest image: "fedora:latest"
dockerfile: Dockerfile dockerfile: Dockerfile
hostname: ipaserver.test.local hostname: ipaserver.test.local
dns_servers: dns_servers: