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
platforms:
- name: centos-8-build
image: centos:8
image: "centos:centos8"
pre_build_image: true
hostname: ipaserver.test.local
dns_servers:

View File

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