- Mono Layer release: manually merged by docker export + copy.
This commit is contained in:
15
mono/Dockerfile
Normal file
15
mono/Dockerfile
Normal 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"]
|
||||
Reference in New Issue
Block a user