diff --git a/mono/1.1.1/Dockerfile b/mono/1.1.1/Dockerfile new file mode 100644 index 0000000..1f8b5e6 --- /dev/null +++ b/mono/1.1.1/Dockerfile @@ -0,0 +1,7 @@ +FROM mono:4.4.2.11 +LABEL Description="Akka.NET Mono Continuous Integration Base Image" Vendor="Akka.NET" Version="1.1.1" + +RUN echo "deb http://download.mono-project.com/repo/debian wheezy/snapshots/4.4.2.11 main" \ + && apt-get update \ + && apt-get install -y git \ + && rm -rf /var/lib/apt/lists/* \ No newline at end of file diff --git a/mono/1.1.2/Dockerfile b/mono/1.1.2/Dockerfile new file mode 100644 index 0000000..1db570d --- /dev/null +++ b/mono/1.1.2/Dockerfile @@ -0,0 +1,9 @@ +FROM mono:4.4.2.11 +LABEL Description="Akka.NET Mono Continuous Integration Base Image" Vendor="Akka.NET" Version="1.1.2" + +RUN echo "Hello team Akka.NET!" + +RUN echo "deb http://download.mono-project.com/repo/debian wheezy/snapshots/4.4.2.11 main" \ + && apt-get update \ + && apt-get install -y git wget \ + && rm -rf /var/lib/apt/lists/* \ No newline at end of file