UNSUPPORTED!! -- CentOS 5.11 (yum repo set to http://vault.centos.org/5.11/)
3.2K
Since 31 Mar 2017, CentOS 5 is not supported any more.
If you run a container using centos:5 image, yum will not work.
baseurl of repos to http://vault.centos.org/5.11/. (base, extras, updates)libselinux-python bugIt 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
Use in command-line.
sudo docker run --rm -it yidigun/centos5 /bin/bash
Or, replacement for centos:5 in Dockerfile
FROM yidigun:centos5
Content type
Image
Digest
Size
85.1 MB
Last updated
almost 9 years ago
docker pull yidigun/centos5