Sign inSign up

yidigun/centos5

By yidigun

Updated about 8 years ago

UNSUPPORTED!! -- CentOS 5.11 (yum repo set to http://vault.centos.org/5.11/)

Image
Operating systems
1

3.2K

yidigun/centos5 repository overview

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

Tag summary

Content type

Image

Digest

Size

85.1 MB

Last updated

almost 9 years ago

docker pull yidigun/centos5