docs/mageia
Docker Library Bot 4edfde6c9a Run update.sh 2025-09-15 11:10:39 -07:00
..
README-short.txt
README.md Run update.sh 2025-09-15 11:10:39 -07:00
content.md Adjust a ton of image references (especially to use %%IMAGE%%) 2017-10-09 15:30:46 -07:00
github-repo Add github-repo file to every image repo 2016-05-12 16:33:19 -07:00
license.md Fix mageia license typo 2017-11-01 12:49:40 -07:00
logo.png
maintainer.md Refactor the way information (especially links) are presented 2017-04-21 17:48:19 -07:00
metadata.json Add Docker Hub categories (#2446) 2024-05-17 11:44:00 -07:00

README.md

Quick reference

Supported tags and respective Dockerfile links

Quick reference (cont.)

What is Mageia?

Mageia is a GNU/Linux-based, Free Software operating system. It is a community project, supported by a non-profit organisation of elected contributors.

logo

Our mission: to build great tools for people.

Further than just delivering a secure, stable and sustainable operating system, the goal is to set up a stable and trustable governance to direct collaborative projects.

To date, Mageia:

How to use this image

Create a Dockerfile for your container

FROM mageia:6
MAINTAINER  "Foo Bar" <foo@bar.com>
CMD [ "bash" ]

Installed packages

The images include the following packages:

  • basesystem-minimal
  • dnf (Mageia 6+)
  • locales
  • locales-en
  • urpmi

License

View license information for the software contained in this image.

As with all Docker images, these likely also contain other software which may be under other licenses (such as Bash, etc from the base distribution, along with any direct or indirect dependencies of the primary software being contained).

Some additional license information which was able to be auto-detected might be found in the repo-info repository's mageia/ directory.

As for any pre-built image usage, it is the image user's responsibility to ensure that any use of this image complies with any relevant licenses for all software contained within.