Remain with CentOS 7 for GitLab CI (!48)
When GParted GitLab Continuous Integration was setup, CentOS 7 image was used for a slow moving distribution and Ubuntu as a different, faster moving distribution. CentOS 8 has recently been released [1]. To avoid automatically switching to it when an official CentOS 8 docker image is made available [2], explicitly specify the CentOS 7 image. [1] Release for CentOS Linux 8 and CentOS Streams (2019-09-24) https://lists.centos.org/pipermail/centos-announce/2019-September/023449.html [2] Docker Official Images, The official build of CentOS https://hub.docker.com/_/centos/ Closes !48 - Remain with CentOS 7 for GitLab CI
This commit is contained in:
parent
7567069c0b
commit
22984637b0
|
@ -4,7 +4,7 @@ stages:
|
|||
|
||||
.centos_image_template: ¢os_image_definition
|
||||
# Use official CentOS image https://hub.docker.com/_/centos/.
|
||||
image: centos:latest
|
||||
image: centos:centos7
|
||||
before_script:
|
||||
- yum update -y
|
||||
- yum install -y which gnome-common yelp-tools glib2-devel intltool
|
||||
|
|
Loading…
Reference in New Issue