Created
February 8, 2019 21:58
-
-
Save roidelapluie/549263e0b54677f976a92cb2a081085e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[C7.5.1804-base] | |
name=CentOS-7.5.1804 - Base | |
baseurl=http://vault.centos.org/7.5.1804/os/$basearch/ | |
gpgcheck=1 | |
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 | |
enabled=1 | |
[C7.5.1804-updates] | |
name=CentOS-7.5.1804 - Updates | |
baseurl=http://vault.centos.org/7.5.1804/updates/$basearch/ | |
gpgcheck=1 | |
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 | |
enabled=1 | |
[C7.5.1804-extras] | |
name=CentOS-7.5.1804 - Extras | |
baseurl=http://vault.centos.org/7.5.1804/extras/$basearch/ | |
gpgcheck=1 | |
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 | |
enabled=1 | |
[C7.5.1804-centosplus] | |
name=CentOS-7.5.1804 - CentOSPlus | |
baseurl=http://vault.centos.org/7.5.1804/centosplus/$basearch/ | |
gpgcheck=1 | |
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 | |
enabled=1 | |
[C7.5.1804-fasttrack] | |
name=CentOS-7.5.1804 - CentOSPlus | |
baseurl=http://vault.centos.org/7.5.1804/fasttrack/$basearch/ | |
gpgcheck=1 | |
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 | |
enabled=1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM centos:7.5.1804 | |
RUN rm -f /etc/yum.repos.d/* | |
COPY 1804.repo /etc/yum.repos.d/1804.repo | |
RUN yum install -y httpd |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment