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
Branches
Tags
No related merge requests found
...@@ -3,7 +3,7 @@ driver: ...@@ -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:
......
...@@ -3,7 +3,7 @@ driver: ...@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment