Sign inSign up

toopher/centos-i386

By toopher

Updated about 10 years ago

Images for 32-bit CentOS containers

Image
10

10K+

toopher/centos-i386 repository overview

CentOS 6 i386 Build

Docker hub doesn't publish 32-bit CentOS builds, so this sets up a Docker Automated Build to create our own.

Docker

To build the image, merely invoke docker as follows:

docker build .

Refreshing the tarball

To build the tarball that is referenced in the Dockerfile we use Vagrant to build up a CentOS VM that can run through docker's mkimage-yum steps. Here's how that's done:

vagrant up
vagrant ssh
cd /vagrant
sudo ./make-docker-image.sh
exit
vagrant -f destroy

This will dump the tarball back in this directory where it can then be used to build the docker image as described above.

Tag summary

Content type

Image

Digest

sha256:bc1e8ddd3

Size

56 MB

Last updated

about 10 years ago

docker pull toopher/centos-i386:centos6