You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by dp...@apache.org on 2018/05/13 06:37:17 UTC

logging-log4net git commit: Use ubuntu:16.04 for mono-3.5 and mono-4.0 too

Repository: logging-log4net
Updated Branches:
  refs/heads/feature/cd-pipeline da0cbcf35 -> cd9866d66


Use ubuntu:16.04 for mono-3.5 and mono-4.0 too


Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/cd9866d6
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/cd9866d6
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/cd9866d6

Branch: refs/heads/feature/cd-pipeline
Commit: cd9866d66d3e6f769b4aafc9fc4d64b88079d7d0
Parents: da0cbcf
Author: Dominik Psenner <dp...@apache.org>
Authored: Sun May 13 08:36:53 2018 +0200
Committer: Dominik Psenner <dp...@apache.org>
Committed: Sun May 13 08:36:53 2018 +0200

----------------------------------------------------------------------
 buildtools/docker/builder-mono-3.5/Dockerfile | 2 +-
 buildtools/docker/builder-mono-4.0/Dockerfile | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/cd9866d6/buildtools/docker/builder-mono-3.5/Dockerfile
----------------------------------------------------------------------
diff --git a/buildtools/docker/builder-mono-3.5/Dockerfile b/buildtools/docker/builder-mono-3.5/Dockerfile
index 3dd081f..adecc33 100644
--- a/buildtools/docker/builder-mono-3.5/Dockerfile
+++ b/buildtools/docker/builder-mono-3.5/Dockerfile
@@ -1,5 +1,5 @@
 # Name of container: docker-ubuntu-latest-nant
-FROM ubuntu:latest
+FROM ubuntu:16.04
 
 # set the maintainer of this docker image
 MAINTAINER "dev@logging.apache.org"

http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/cd9866d6/buildtools/docker/builder-mono-4.0/Dockerfile
----------------------------------------------------------------------
diff --git a/buildtools/docker/builder-mono-4.0/Dockerfile b/buildtools/docker/builder-mono-4.0/Dockerfile
index 9c26bbf..8de952c 100644
--- a/buildtools/docker/builder-mono-4.0/Dockerfile
+++ b/buildtools/docker/builder-mono-4.0/Dockerfile
@@ -1,5 +1,5 @@
 # Name of container: docker-ubuntu-latest-nant
-FROM ubuntu:latest
+FROM ubuntu:16.04
 
 # set the maintainer of this docker image
 MAINTAINER "dev@logging.apache.org"