- Mono Layer release: manually merged by docker export + copy.

This commit is contained in:
Arnaud G. GIBERT 2024-08-22 12:29:48 +02:00
parent b1a04225b2
commit 8bdcbd68b8
4 changed files with 26 additions and 3 deletions

View File

@ -8,7 +8,7 @@ Features:
- Curtently based on official Mageia9 docker image from github.io,
- Enable urpmi "Core", "Nonfree" and "Tainted" medium from "http://ftp.free.fr/" mirror,
- Add Rx3 bash seting,
- Multi layered (Mageia + Rx3 Updates).
- Multi layered (Mageia + Rx3 Updates) + Mono (Merged)
Enjoy it!

View File

@ -1,3 +1,11 @@
------------------------------------------------------------------------------------------------------------------------------------
Base-Mga9 V 1.1.0 - A. GIBERT - 2024/08/22
------------------------------------------------------------------------------------------------------------------------------------
- Mono Layer release: manually merged by docker export + copy.
------------------------------------------------------------------------------------------------------------------------------------
Base-Mga9 V 1.0.0 - A. GIBERT - 2024/08/22
------------------------------------------------------------------------------------------------------------------------------------

View File

@ -4,7 +4,7 @@ name: base-mga9
services:
base-mga9:
container_name: base-mga9
image: docker.xor.rx3:5000/rx3/base-mga9:1.0.0
image: docker.xor.rx3:5000/rx3/base-mga9:1.1.0
build:
context: multi
context: mono
restart: unless-stopped

15
mono/Dockerfile Normal file
View File

@ -0,0 +1,15 @@
# Base Mageia9 Rx3 Docker Image
#-------------------------------------------------------------------------------
FROM scratch
ADD mageia9-rx3-rootfs.tar.bz2 /
#CMD ["/bin/bash"]
LABEL org.rx3.name="Rx3 Base Mageia9 Docker Image"
LABEL org.rx3.version="1.1.0"
MAINTAINER "Arnaud G. GIBERT" <arnaud@rx3.net>
ENTRYPOINT ["sleep", "60m"]