[cpp-linbuild] 10/25: Update CentOS 8 image to 8.3.2011

Scott Cantor cantor.2 at osu.edu
Mon Apr 5 12:46:53 UTC 2021


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch main
in repository cpp-linbuild.

View the commit online:
http://git.shibboleth.net/view/?p=cpp-linbuild.git;a=commit;h=15284bedcc1c2a64dd8f864914ae56be5bfead04

commit 15284bedcc1c2a64dd8f864914ae56be5bfead04
Author: John W. O'Brien <john at saltant.com>
AuthorDate: Tue Dec 22 18:45:21 2020 -0500

    Update CentOS 8 image to 8.3.2011
---
 os/centos8/image/Dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/os/centos8/image/Dockerfile b/os/centos8/image/Dockerfile
index eb28833..f5600b2 100644
--- a/os/centos8/image/Dockerfile
+++ b/os/centos8/image/Dockerfile
@@ -1,8 +1,8 @@
-FROM centos:8.2.2004
+FROM centos:8.3.2011
 
 MAINTAINER John W. O'Brien <john at saltant.com>
 
-RUN sed -i "s/enabled=0/enabled=1/" /etc/yum.repos.d/CentOS-PowerTools.repo \
+RUN sed -i "s/enabled=0/enabled=1/" /etc/yum.repos.d/CentOS-Linux-PowerTools.repo \
     && yum -y update \
     && yum -y install \
         autoconf automake boost-devel chrpath curl-devel doxygen \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list