- Make cloning of docker-brew-mageia repo configrable with CLONE_MGA_BREW_REPO.
- Fixed error handling in the run_command function, now fatal errors are shown in verbose mode correctly.
- mkimage.sh: If a mirror is passed, use it instead of mirrorlist for final image. Sometimes the build fails because some mirrors are not up to date.
- Removed removed support for mageia 8
- Removed maintainer label from Dockerfiles
- Added mageia 9 build for x86_64, armv7hl and aarch64 architectures.
- Moved latest tag from mga 8 to mga 9.
- Updated Dockerfile's label name for all images.
- Merged PR #21: set locale to C to avoid platform dependency
- Merged PR #22: fix packager argument
- Merged PR #33: Skip restarting systemd-binfmt.service when unnecessary
- Removed support for mageia 7
- Build mageia 8 final images for x86_64, armv7hl and aarch64 architectures.
- Moved latest tag from mga 7 to mga 8.
- Added configuration of image version tags.
- Added the build of mageia 8 RC images for x86_64, armv7hl and aarch64 architectures.
- Added the build of Cauldron images for x86_64, armv7hl and aarch64 architectures.
- Added README file with usage instructions.
- Fixed call to mkimage.sh which was missing parameters for --forcearch and --mirror.
- Removed backing up the dist branch contents as now supported versions are built every time.
- Removed mageia 6 images as it is EOL now.
- Comlpete rewrite.
- Initial release