Added C8 Base

This commit is contained in:
Deon George 2021-09-05 16:25:18 +10:00
parent a0f9344d25
commit 3179c0dedb
2 changed files with 5 additions and 5 deletions

View File

@ -5,7 +5,7 @@ stages:
- build
variables:
VERSION: "7"
VERSION: "8"
CACHETAG: build
DOCKER_HOST: tcp://docker:2375
@ -39,4 +39,4 @@ build:
- docker
- x86_64
only:
- c7
- c8

View File

@ -1,7 +1,7 @@
# NAME leenooks/base
# VERSION 7
# VERSION 8
FROM centos:7
FROM centos:8
RUN ln -sf /usr/share/zoneinfo/Australia/Melbourne /etc/localtime
RUN yum -y install http://yum.leenooks.net/repo-7.rpm epel-release && yum clean all && rm -rf /var/tmp/*
RUN yum -y install http://yum.leenooks.net/repo-8.rpm epel-release && yum clean all && rm -rf /var/tmp/*