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

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

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"]