Repository: couchdb-ci Updated Branches: refs/heads/master 78add6829 -> ebe4a3e81
do not use experimental base images Project: http://git-wip-us.apache.org/repos/asf/couchdb-ci/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-ci/commit/a8547f9d Tree: http://git-wip-us.apache.org/repos/asf/couchdb-ci/tree/a8547f9d Diff: http://git-wip-us.apache.org/repos/asf/couchdb-ci/diff/a8547f9d Branch: refs/heads/master Commit: a8547f9da83d3ab5409c26331988b81fb3c80feb Parents: 78add68 Author: Bastian Krol <[email protected]> Authored: Wed Feb 3 17:09:34 2016 +0100 Committer: Bastian Krol <[email protected]> Committed: Wed Feb 3 17:09:34 2016 +0100 ---------------------------------------------------------------------- docker/debian-8-erlang-18/Dockerfile | 2 +- docker/debian-8-erlang-default/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-ci/blob/a8547f9d/docker/debian-8-erlang-18/Dockerfile ---------------------------------------------------------------------- diff --git a/docker/debian-8-erlang-18/Dockerfile b/docker/debian-8-erlang-18/Dockerfile index 6e4775b..5455412 100644 --- a/docker/debian-8-erlang-18/Dockerfile +++ b/docker/debian-8-erlang-18/Dockerfile @@ -18,7 +18,7 @@ # docker build -f /docker/<container>/Dockerfile # Base Image: Plain Vanilla Debian with Ansible installed -FROM williamyeh/ansible:master-debian8-onbuild +FROM williamyeh/ansible:debian8-onbuild # Add ansible directory and cd to it ADD ./ansible /ansible http://git-wip-us.apache.org/repos/asf/couchdb-ci/blob/a8547f9d/docker/debian-8-erlang-default/Dockerfile ---------------------------------------------------------------------- diff --git a/docker/debian-8-erlang-default/Dockerfile b/docker/debian-8-erlang-default/Dockerfile index bcdb3c6..95bde23 100644 --- a/docker/debian-8-erlang-default/Dockerfile +++ b/docker/debian-8-erlang-default/Dockerfile @@ -18,7 +18,7 @@ # docker build -f /docker/<container>/Dockerfile # Base Image: Plain Vanilla Debian with Ansible installed -FROM williamyeh/ansible:master-debian8-onbuild +FROM williamyeh/ansible:debian8-onbuild # Add ansible directory and cd to it ADD ./ansible /ansible
