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 848a94a..43f027d 100644 --- a/ReleaseNotes.txt +++ b/ReleaseNotes.txt @@ -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 ------------------------------------------------------------------------------------------------------------------------------------ diff --git a/compose.yaml b/compose.yaml index 27d4895..91c347e 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.0 + image: docker.xor.rx3:5000/rx3/base-mga9:1.1.0 build: - context: multi + context: mono restart: unless-stopped diff --git a/mono/Dockerfile b/mono/Dockerfile new file mode 100644 index 0000000..d7be43e --- /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.0" + +MAINTAINER "Arnaud G. GIBERT" + +ENTRYPOINT ["sleep", "60m"]