diff --git a/ReadMe.txt b/ReadMe.txt index de34bf8..e99ec10 100644 --- a/ReadMe.txt +++ b/ReadMe.txt @@ -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! diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt index 3337761..337c6cf 100644 --- a/ReleaseNotes.txt +++ b/ReleaseNotes.txt @@ -1,5 +1,13 @@ ------------------------------------------------------------------------------------------------------------------------------------ -Base-Mga9 V 1.0.0 - A. GIBERT - 2024/08/21 +Base-Mga9 V 1.1 - A. GIBERT - 2024/08/21 +------------------------------------------------------------------------------------------------------------------------------------ + +- Mono Layer release: manually merged by docker save + copy. + + + +------------------------------------------------------------------------------------------------------------------------------------ +Base-Mga9 V 1.0 - A. GIBERT - 2024/08/21 ------------------------------------------------------------------------------------------------------------------------------------ - Initial release, diff --git a/compose.yaml b/compose.yaml index 1ac0542..91eda7f 100644 --- a/compose.yaml +++ b/compose.yaml @@ -4,7 +4,7 @@ name: base-mga9 services: base-mga9: container_name: base-mga9 - image: docker.xor.rx3:5000/rx3/base-mga9:1.0 + image: docker.xor.rx3:5000/rx3/base-mga9:1.1 build: - context: multi + context: mono restart: unless-stopped diff --git a/mono/Dockerfile b/mono/Dockerfile new file mode 100644 index 0000000..c05adde --- /dev/null +++ b/mono/Dockerfile @@ -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" + +MAINTAINER "Arnaud G. GIBERT" + +ENTRYPOINT ["sleep", "60m"]