Skip to content

yidigun/centos5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

CentOS 5.11 (vault)

Since 31 Mar 2017, CentOS 5 is not supported any more. If you run a container using centos:5 image, yum will not work.

YUM Repository

libselinux-python bug

It seems libselinux-python pacakge has a bug. When install SELinux aware package, yum will try to install wrong dependency. To fix this, I have to install libeselinux-python package with --nodeps.

rpm -ivh --nodeps http://vault.centos.org/5.11/os/x86_64/CentOS/libselinux-python-1.33.4-5.7.el5.`uname -m`.rpm

Usage

Use in command-line.

sudo docker run --rm -it yidigun/centos5 /bin/bash

Or, replacement for centos:5 in Dockerfile

FROM yidigun:centos5

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published