Skip to content
Snippets Groups Projects
Commit 90779ed7 authored by Rafael Guterres Jeffman's avatar Rafael Guterres Jeffman
Browse files

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.
parent 141554bd
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment