Sign inSign up

ergomentum/centos

By ergomentum

Updated over 8 years ago

Ergomentum CentOS

Image
0

2.3K

ergomentum/centos repository overview

Docker Image Stars Docker Image Pulls

Ergomentum CentOS

Provides an up to date full-fledged CentOS image build from scratch.

This image contains yum to install additional RPM packages. Only documentations, caches and additional locales are omitted. This may be helpful to use Docker images in a Linux distribution way where you can hook into the container and run ad hoc commands for development and debugging purposes. Consider to use not a full-fledged Linux distribution in your Docker containers for production. Starting from a Linux distribution you can use a multi stage build and remove everything you don't need. Or compile the executable statically linked from scratch.

For this image yum will be configured to run all commands in non interactive mode and to skip the installation of documentation files.

CentOS v7 use a MAJOR.MINOR.PATCH version schema with a date code YYMM as PATCH version. But effectively there are no PATCH releases although continuously patched RPMs are released.

Contrary to the official one you can use this docker image as up to date one without floating tags[1] like latest, centos7 to ensure reproducible builds.

Volumes

None.

Environment Variables

None.

Exposed Ports

None.

Usage

This image is intended to be used as base image.

Run temporary container with a bash to be used interactively
docker \
  run \
  --rm \
  -ti \
  ergomentum/centos \
  bash

Contributing

To contribute a feature or a bugfix please open a pull request on GitHub.

See CONTRIBUTING for details.

License

See the LICENSE file for license rights and limitations (Apache License, Version 2.0).

References

1. K. Matthias & S. P. Kane, Docker Up & Running. Sebastopol: O’Reilly Media Inc., 2015, p. 20.

Tag summary

Content type

Image

Digest

Size

35 MB

Last updated

over 8 years ago

docker pull ergomentum/centos