Repository: couchdb-ci Updated Branches: refs/heads/master c0de0bac7 -> 69285ff19
Switch from basti1302 to docker couchdbdev org Project: http://git-wip-us.apache.org/repos/asf/couchdb-ci/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-ci/commit/69285ff1 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-ci/tree/69285ff1 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-ci/diff/69285ff1 Branch: refs/heads/master Commit: 69285ff1963da374c9baf042ec0b0721bae47ec5 Parents: c0de0ba Author: Joan Touzet <[email protected]> Authored: Thu Mar 16 02:33:43 2017 -0400 Committer: Joan Touzet <[email protected]> Committed: Thu Mar 16 02:33:43 2017 -0400 ---------------------------------------------------------------------- bin/centos-7-base/create-container.sh | 2 +- bin/centos-7-base/enter-container.sh | 2 +- bin/centos-7-base/publish-container.sh | 2 +- bin/centos-7-erlang-18/create-container.sh | 2 +- bin/centos-7-erlang-18/enter-container.sh | 2 +- bin/centos-7-erlang-18/publish-container.sh | 2 +- bin/centos-7-erlang-default/create-container.sh | 2 +- bin/centos-7-erlang-default/enter-container.sh | 2 +- bin/centos-7-erlang-default/publish-container.sh | 2 +- bin/debian-8-base/create-container.sh | 2 +- bin/debian-8-base/enter-container.sh | 2 +- bin/debian-8-base/publish-container.sh | 2 +- bin/debian-8-erlang-18/create-container.sh | 2 +- bin/debian-8-erlang-18/enter-container.sh | 2 +- bin/debian-8-erlang-18/publish-container.sh | 2 +- bin/debian-8-erlang-default/create-container.sh | 2 +- bin/debian-8-erlang-default/enter-container.sh | 2 +- bin/debian-8-erlang-default/publish-container.sh | 2 +- bin/ubuntu-14.04-base/create-container.sh | 2 +- bin/ubuntu-14.04-base/enter-container.sh | 2 +- bin/ubuntu-14.04-base/publish-container.sh | 2 +- bin/ubuntu-14.04-erlang-18/create-container.sh | 2 +- bin/ubuntu-14.04-erlang-18/enter-container.sh | 2 +- bin/ubuntu-14.04-erlang-18/publish-container.sh | 2 +- bin/ubuntu-14.04-erlang-default/create-container.sh | 2 +- bin/ubuntu-14.04-erlang-default/enter-container.sh | 2 +- bin/ubuntu-14.04-erlang-default/publish-container.sh | 2 +- dockerfiles/centos-7-erlang-18 | 2 +- dockerfiles/centos-7-erlang-default | 2 +- dockerfiles/debian-8-erlang-18 | 2 +- dockerfiles/debian-8-erlang-default | 2 +- dockerfiles/ubuntu-14.04-erlang-18 | 2 +- dockerfiles/ubuntu-14.04-erlang-default | 2 +- jenkins/build.sh | 2 +- 34 files changed, 34 insertions(+), 34 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-ci/blob/69285ff1/bin/centos-7-base/create-container.sh ---------------------------------------------------------------------- diff --git a/bin/centos-7-base/create-container.sh b/bin/centos-7-base/create-container.sh index 5c76a88..c31a01a 100755 --- a/bin/centos-7-base/create-container.sh +++ b/bin/centos-7-base/create-container.sh @@ -23,6 +23,6 @@ set -e # build context (because they need the Ansible files). pushd `dirname $0`/../.. > /dev/null -docker build -f dockerfiles/centos-7-base -t basti1302/couchdb-build-centos-7-base . +docker build -f dockerfiles/centos-7-base -t couchdbdev/couchdb-build-centos-7-base . popd > /dev/null http://git-wip-us.apache.org/repos/asf/couchdb-ci/blob/69285ff1/bin/centos-7-base/enter-container.sh ---------------------------------------------------------------------- diff --git a/bin/centos-7-base/enter-container.sh b/bin/centos-7-base/enter-container.sh index 4802026..e7c88ae 100755 --- a/bin/centos-7-base/enter-container.sh +++ b/bin/centos-7-base/enter-container.sh @@ -17,4 +17,4 @@ # specific language governing permissions and limitations # under the License. -docker run -it basti1302/couchdb-build-centos-7-base bash +docker run -it couchdbdev/couchdb-build-centos-7-base bash http://git-wip-us.apache.org/repos/asf/couchdb-ci/blob/69285ff1/bin/centos-7-base/publish-container.sh ---------------------------------------------------------------------- diff --git a/bin/centos-7-base/publish-container.sh b/bin/centos-7-base/publish-container.sh index a5ded1e..86869ae 100755 --- a/bin/centos-7-base/publish-container.sh +++ b/bin/centos-7-base/publish-container.sh @@ -17,4 +17,4 @@ # specific language governing permissions and limitations # under the License. -docker push basti1302/couchdb-build-centos-7-base +docker push couchdbdev/couchdb-build-centos-7-base http://git-wip-us.apache.org/repos/asf/couchdb-ci/blob/69285ff1/bin/centos-7-erlang-18/create-container.sh ---------------------------------------------------------------------- diff --git a/bin/centos-7-erlang-18/create-container.sh b/bin/centos-7-erlang-18/create-container.sh index 5925346..3ef2548 100755 --- a/bin/centos-7-erlang-18/create-container.sh +++ b/bin/centos-7-erlang-18/create-container.sh @@ -23,6 +23,6 @@ set -e # build context (because they need the Ansible files). pushd `dirname $0`/../.. > /dev/null -docker build -f dockerfiles/centos-7-erlang-18 -t basti1302/couchdb-build-centos-7-erlang-18.2 . +docker build -f dockerfiles/centos-7-erlang-18 -t couchdbdev/couchdb-build-centos-7-erlang-18.2 . popd > /dev/null http://git-wip-us.apache.org/repos/asf/couchdb-ci/blob/69285ff1/bin/centos-7-erlang-18/enter-container.sh ---------------------------------------------------------------------- diff --git a/bin/centos-7-erlang-18/enter-container.sh b/bin/centos-7-erlang-18/enter-container.sh index 0063436..4fc26ca 100755 --- a/bin/centos-7-erlang-18/enter-container.sh +++ b/bin/centos-7-erlang-18/enter-container.sh @@ -17,4 +17,4 @@ # specific language governing permissions and limitations # under the License. -docker run -it basti1302/couchdb-build-centos-7-erlang-18.2 bash +docker run -it couchdbdev/couchdb-build-centos-7-erlang-18.2 bash http://git-wip-us.apache.org/repos/asf/couchdb-ci/blob/69285ff1/bin/centos-7-erlang-18/publish-container.sh ---------------------------------------------------------------------- diff --git a/bin/centos-7-erlang-18/publish-container.sh b/bin/centos-7-erlang-18/publish-container.sh index cd3044e..31eda19 100755 --- a/bin/centos-7-erlang-18/publish-container.sh +++ b/bin/centos-7-erlang-18/publish-container.sh @@ -17,4 +17,4 @@ # specific language governing permissions and limitations # under the License. -docker push basti1302/couchdb-build-centos-7-erlang-18.2 +docker push couchdbdev/couchdb-build-centos-7-erlang-18.2 http://git-wip-us.apache.org/repos/asf/couchdb-ci/blob/69285ff1/bin/centos-7-erlang-default/create-container.sh ---------------------------------------------------------------------- diff --git a/bin/centos-7-erlang-default/create-container.sh b/bin/centos-7-erlang-default/create-container.sh index 3325143..fecfd68 100755 --- a/bin/centos-7-erlang-default/create-container.sh +++ b/bin/centos-7-erlang-default/create-container.sh @@ -23,6 +23,6 @@ set -e # build context (because they need the Ansible files). pushd `dirname $0`/../.. > /dev/null -docker build -f dockerfiles/centos-7-erlang-default -t basti1302/couchdb-build-centos-7-erlang-default . +docker build -f dockerfiles/centos-7-erlang-default -t couchdbdev/couchdb-build-centos-7-erlang-default . popd > /dev/null http://git-wip-us.apache.org/repos/asf/couchdb-ci/blob/69285ff1/bin/centos-7-erlang-default/enter-container.sh ---------------------------------------------------------------------- diff --git a/bin/centos-7-erlang-default/enter-container.sh b/bin/centos-7-erlang-default/enter-container.sh index 064f232..62b49ac 100755 --- a/bin/centos-7-erlang-default/enter-container.sh +++ b/bin/centos-7-erlang-default/enter-container.sh @@ -17,4 +17,4 @@ # specific language governing permissions and limitations # under the License. -docker run -it basti1302/couchdb-build-centos-7-erlang-default bash +docker run -it couchdbdev/couchdb-build-centos-7-erlang-default bash http://git-wip-us.apache.org/repos/asf/couchdb-ci/blob/69285ff1/bin/centos-7-erlang-default/publish-container.sh ---------------------------------------------------------------------- diff --git a/bin/centos-7-erlang-default/publish-container.sh b/bin/centos-7-erlang-default/publish-container.sh index 060dbe0..adee2b5 100755 --- a/bin/centos-7-erlang-default/publish-container.sh +++ b/bin/centos-7-erlang-default/publish-container.sh @@ -17,4 +17,4 @@ # specific language governing permissions and limitations # under the License. -docker push basti1302/couchdb-build-centos-7-erlang-default +docker push couchdbdev/couchdb-build-centos-7-erlang-default http://git-wip-us.apache.org/repos/asf/couchdb-ci/blob/69285ff1/bin/debian-8-base/create-container.sh ---------------------------------------------------------------------- diff --git a/bin/debian-8-base/create-container.sh b/bin/debian-8-base/create-container.sh index 97ae00e..13d230c 100755 --- a/bin/debian-8-base/create-container.sh +++ b/bin/debian-8-base/create-container.sh @@ -23,6 +23,6 @@ set -e # build context (because they need the Ansible files). pushd `dirname $0`/../.. > /dev/null -docker build -f dockerfiles/debian-8-base -t basti1302/couchdb-build-debian-8-base . +docker build -f dockerfiles/debian-8-base -t couchdbdev/couchdb-build-debian-8-base . popd > /dev/null http://git-wip-us.apache.org/repos/asf/couchdb-ci/blob/69285ff1/bin/debian-8-base/enter-container.sh ---------------------------------------------------------------------- diff --git a/bin/debian-8-base/enter-container.sh b/bin/debian-8-base/enter-container.sh index 2cf06c1..eac072e 100755 --- a/bin/debian-8-base/enter-container.sh +++ b/bin/debian-8-base/enter-container.sh @@ -17,4 +17,4 @@ # specific language governing permissions and limitations # under the License. -docker run -it basti1302/couchdb-build-debian-8-base bash +docker run -it couchdbdev/couchdb-build-debian-8-base bash http://git-wip-us.apache.org/repos/asf/couchdb-ci/blob/69285ff1/bin/debian-8-base/publish-container.sh ---------------------------------------------------------------------- diff --git a/bin/debian-8-base/publish-container.sh b/bin/debian-8-base/publish-container.sh index a69aea3..b2571b8 100755 --- a/bin/debian-8-base/publish-container.sh +++ b/bin/debian-8-base/publish-container.sh @@ -17,4 +17,4 @@ # specific language governing permissions and limitations # under the License. -docker push basti1302/couchdb-build-debian-8-base +docker push couchdbdev/couchdb-build-debian-8-base http://git-wip-us.apache.org/repos/asf/couchdb-ci/blob/69285ff1/bin/debian-8-erlang-18/create-container.sh ---------------------------------------------------------------------- diff --git a/bin/debian-8-erlang-18/create-container.sh b/bin/debian-8-erlang-18/create-container.sh index 209d782..49304a2 100755 --- a/bin/debian-8-erlang-18/create-container.sh +++ b/bin/debian-8-erlang-18/create-container.sh @@ -23,6 +23,6 @@ set -e # build context (because they need the Ansible files). pushd `dirname $0`/../.. > /dev/null -docker build -f dockerfiles/debian-8-erlang-18 -t basti1302/couchdb-build-debian-8-erlang-18.2 . +docker build -f dockerfiles/debian-8-erlang-18 -t couchdbdev/couchdb-build-debian-8-erlang-18.2 . popd > /dev/null http://git-wip-us.apache.org/repos/asf/couchdb-ci/blob/69285ff1/bin/debian-8-erlang-18/enter-container.sh ---------------------------------------------------------------------- diff --git a/bin/debian-8-erlang-18/enter-container.sh b/bin/debian-8-erlang-18/enter-container.sh index 1771075..9f0d300 100755 --- a/bin/debian-8-erlang-18/enter-container.sh +++ b/bin/debian-8-erlang-18/enter-container.sh @@ -17,4 +17,4 @@ # specific language governing permissions and limitations # under the License. -docker run -it basti1302/couchdb-build-debian-8-erlang-18.2 bash +docker run -it couchdbdev/couchdb-build-debian-8-erlang-18.2 bash http://git-wip-us.apache.org/repos/asf/couchdb-ci/blob/69285ff1/bin/debian-8-erlang-18/publish-container.sh ---------------------------------------------------------------------- diff --git a/bin/debian-8-erlang-18/publish-container.sh b/bin/debian-8-erlang-18/publish-container.sh index 15e3142..4f79dba 100755 --- a/bin/debian-8-erlang-18/publish-container.sh +++ b/bin/debian-8-erlang-18/publish-container.sh @@ -17,4 +17,4 @@ # specific language governing permissions and limitations # under the License. -docker push basti1302/couchdb-build-debian-8-erlang-18.2 +docker push couchdbdev/couchdb-build-debian-8-erlang-18.2 http://git-wip-us.apache.org/repos/asf/couchdb-ci/blob/69285ff1/bin/debian-8-erlang-default/create-container.sh ---------------------------------------------------------------------- diff --git a/bin/debian-8-erlang-default/create-container.sh b/bin/debian-8-erlang-default/create-container.sh index f8d395c..307cd05 100755 --- a/bin/debian-8-erlang-default/create-container.sh +++ b/bin/debian-8-erlang-default/create-container.sh @@ -23,6 +23,6 @@ set -e # build context (because they need the Ansible files). pushd `dirname $0`/../.. > /dev/null -docker build -f dockerfiles/debian-8-erlang-default -t basti1302/couchdb-build-debian-8-erlang-default . +docker build -f dockerfiles/debian-8-erlang-default -t couchdbdev/couchdb-build-debian-8-erlang-default . popd > /dev/null http://git-wip-us.apache.org/repos/asf/couchdb-ci/blob/69285ff1/bin/debian-8-erlang-default/enter-container.sh ---------------------------------------------------------------------- diff --git a/bin/debian-8-erlang-default/enter-container.sh b/bin/debian-8-erlang-default/enter-container.sh index 799e9c1..1152195 100755 --- a/bin/debian-8-erlang-default/enter-container.sh +++ b/bin/debian-8-erlang-default/enter-container.sh @@ -17,4 +17,4 @@ # specific language governing permissions and limitations # under the License. -docker run -it basti1302/couchdb-build-debian-8-erlang-default bash +docker run -it couchdbdev/couchdb-build-debian-8-erlang-default bash http://git-wip-us.apache.org/repos/asf/couchdb-ci/blob/69285ff1/bin/debian-8-erlang-default/publish-container.sh ---------------------------------------------------------------------- diff --git a/bin/debian-8-erlang-default/publish-container.sh b/bin/debian-8-erlang-default/publish-container.sh index 817c8e1..9ca9144 100755 --- a/bin/debian-8-erlang-default/publish-container.sh +++ b/bin/debian-8-erlang-default/publish-container.sh @@ -17,4 +17,4 @@ # specific language governing permissions and limitations # under the License. -docker push basti1302/couchdb-build-debian-8-erlang-default +docker push couchdbdev/couchdb-build-debian-8-erlang-default http://git-wip-us.apache.org/repos/asf/couchdb-ci/blob/69285ff1/bin/ubuntu-14.04-base/create-container.sh ---------------------------------------------------------------------- diff --git a/bin/ubuntu-14.04-base/create-container.sh b/bin/ubuntu-14.04-base/create-container.sh index 046c97f..a7b26be 100755 --- a/bin/ubuntu-14.04-base/create-container.sh +++ b/bin/ubuntu-14.04-base/create-container.sh @@ -23,6 +23,6 @@ set -e # build context (because they need the Ansible files). pushd `dirname $0`/../.. > /dev/null -docker build -f dockerfiles/ubuntu-14.04-base -t basti1302/couchdb-build-ubuntu-14.04-base . +docker build -f dockerfiles/ubuntu-14.04-base -t couchdbdev/couchdb-build-ubuntu-14.04-base . popd > /dev/null http://git-wip-us.apache.org/repos/asf/couchdb-ci/blob/69285ff1/bin/ubuntu-14.04-base/enter-container.sh ---------------------------------------------------------------------- diff --git a/bin/ubuntu-14.04-base/enter-container.sh b/bin/ubuntu-14.04-base/enter-container.sh index ac5691d..4c57c2a 100755 --- a/bin/ubuntu-14.04-base/enter-container.sh +++ b/bin/ubuntu-14.04-base/enter-container.sh @@ -17,4 +17,4 @@ # specific language governing permissions and limitations # under the License. -docker run -it basti1302/couchdb-build-ubuntu-14.04-base bash +docker run -it couchdbdev/couchdb-build-ubuntu-14.04-base bash http://git-wip-us.apache.org/repos/asf/couchdb-ci/blob/69285ff1/bin/ubuntu-14.04-base/publish-container.sh ---------------------------------------------------------------------- diff --git a/bin/ubuntu-14.04-base/publish-container.sh b/bin/ubuntu-14.04-base/publish-container.sh index 8625e7b..e011ab7 100755 --- a/bin/ubuntu-14.04-base/publish-container.sh +++ b/bin/ubuntu-14.04-base/publish-container.sh @@ -17,4 +17,4 @@ # specific language governing permissions and limitations # under the License. -docker push basti1302/couchdb-build-ubuntu-14.04-base +docker push couchdbdev/couchdb-build-ubuntu-14.04-base http://git-wip-us.apache.org/repos/asf/couchdb-ci/blob/69285ff1/bin/ubuntu-14.04-erlang-18/create-container.sh ---------------------------------------------------------------------- diff --git a/bin/ubuntu-14.04-erlang-18/create-container.sh b/bin/ubuntu-14.04-erlang-18/create-container.sh index 3a76a99..d16f521 100755 --- a/bin/ubuntu-14.04-erlang-18/create-container.sh +++ b/bin/ubuntu-14.04-erlang-18/create-container.sh @@ -23,6 +23,6 @@ set -e # build context (because they need the Ansible files). pushd `dirname $0`/../.. > /dev/null -docker build -f dockerfiles/ubuntu-14.04-erlang-18 -t basti1302/couchdb-build-ubuntu-14.04-erlang-18.2 . +docker build -f dockerfiles/ubuntu-14.04-erlang-18 -t couchdbdev/couchdb-build-ubuntu-14.04-erlang-18.2 . popd > /dev/null http://git-wip-us.apache.org/repos/asf/couchdb-ci/blob/69285ff1/bin/ubuntu-14.04-erlang-18/enter-container.sh ---------------------------------------------------------------------- diff --git a/bin/ubuntu-14.04-erlang-18/enter-container.sh b/bin/ubuntu-14.04-erlang-18/enter-container.sh index 275f3d7..74bafdb 100755 --- a/bin/ubuntu-14.04-erlang-18/enter-container.sh +++ b/bin/ubuntu-14.04-erlang-18/enter-container.sh @@ -17,4 +17,4 @@ # specific language governing permissions and limitations # under the License. -docker run -it basti1302/couchdb-build-ubuntu-14.04-erlang-18.2 bash +docker run -it couchdbdev/couchdb-build-ubuntu-14.04-erlang-18.2 bash http://git-wip-us.apache.org/repos/asf/couchdb-ci/blob/69285ff1/bin/ubuntu-14.04-erlang-18/publish-container.sh ---------------------------------------------------------------------- diff --git a/bin/ubuntu-14.04-erlang-18/publish-container.sh b/bin/ubuntu-14.04-erlang-18/publish-container.sh index db204b4..3c32aed 100755 --- a/bin/ubuntu-14.04-erlang-18/publish-container.sh +++ b/bin/ubuntu-14.04-erlang-18/publish-container.sh @@ -17,4 +17,4 @@ # specific language governing permissions and limitations # under the License. -docker push basti1302/couchdb-build-ubuntu-14.04-erlang-18.2 +docker push couchdbdev/couchdb-build-ubuntu-14.04-erlang-18.2 http://git-wip-us.apache.org/repos/asf/couchdb-ci/blob/69285ff1/bin/ubuntu-14.04-erlang-default/create-container.sh ---------------------------------------------------------------------- diff --git a/bin/ubuntu-14.04-erlang-default/create-container.sh b/bin/ubuntu-14.04-erlang-default/create-container.sh index 695d219..bbbf1b3 100755 --- a/bin/ubuntu-14.04-erlang-default/create-container.sh +++ b/bin/ubuntu-14.04-erlang-default/create-container.sh @@ -23,6 +23,6 @@ set -e # build context (because they need the Ansible files). pushd `dirname $0`/../.. > /dev/null -docker build -f dockerfiles/ubuntu-14.04-erlang-default -t basti1302/couchdb-build-ubuntu-14.04-erlang-default . +docker build -f dockerfiles/ubuntu-14.04-erlang-default -t couchdbdev/couchdb-build-ubuntu-14.04-erlang-default . popd > /dev/null http://git-wip-us.apache.org/repos/asf/couchdb-ci/blob/69285ff1/bin/ubuntu-14.04-erlang-default/enter-container.sh ---------------------------------------------------------------------- diff --git a/bin/ubuntu-14.04-erlang-default/enter-container.sh b/bin/ubuntu-14.04-erlang-default/enter-container.sh index bb4164b..25dcbb6 100755 --- a/bin/ubuntu-14.04-erlang-default/enter-container.sh +++ b/bin/ubuntu-14.04-erlang-default/enter-container.sh @@ -17,4 +17,4 @@ # specific language governing permissions and limitations # under the License. -docker run -it basti1302/couchdb-build-ubuntu-14.04-erlang-default bash +docker run -it couchdbdev/couchdb-build-ubuntu-14.04-erlang-default bash http://git-wip-us.apache.org/repos/asf/couchdb-ci/blob/69285ff1/bin/ubuntu-14.04-erlang-default/publish-container.sh ---------------------------------------------------------------------- diff --git a/bin/ubuntu-14.04-erlang-default/publish-container.sh b/bin/ubuntu-14.04-erlang-default/publish-container.sh index ec896cf..bd6c3bc 100755 --- a/bin/ubuntu-14.04-erlang-default/publish-container.sh +++ b/bin/ubuntu-14.04-erlang-default/publish-container.sh @@ -17,4 +17,4 @@ # specific language governing permissions and limitations # under the License. -docker push basti1302/couchdb-build-ubuntu-14.04-erlang-default +docker push couchdbdev/couchdb-build-ubuntu-14.04-erlang-default http://git-wip-us.apache.org/repos/asf/couchdb-ci/blob/69285ff1/dockerfiles/centos-7-erlang-18 ---------------------------------------------------------------------- diff --git a/dockerfiles/centos-7-erlang-18 b/dockerfiles/centos-7-erlang-18 index 771d5a2..901ef6a 100644 --- a/dockerfiles/centos-7-erlang-18 +++ b/dockerfiles/centos-7-erlang-18 @@ -17,7 +17,7 @@ # NOTE: All docker files need to be run from ../../, that is # docker build -f /docker/<container>/Dockerfile -FROM basti1302/couchdb-build-centos-7-base:latest +FROM couchdbdev/couchdb-build-centos-7-base:latest # Run Ansible to provision container with Erlang 18.2 RUN ansible-playbook centos-7-erlang-18.yml \ http://git-wip-us.apache.org/repos/asf/couchdb-ci/blob/69285ff1/dockerfiles/centos-7-erlang-default ---------------------------------------------------------------------- diff --git a/dockerfiles/centos-7-erlang-default b/dockerfiles/centos-7-erlang-default index ae1ad4a..49c428f 100644 --- a/dockerfiles/centos-7-erlang-default +++ b/dockerfiles/centos-7-erlang-default @@ -17,7 +17,7 @@ # NOTE: All docker files need to be run from ../../, that is # docker build -f /docker/<container>/Dockerfile -FROM basti1302/couchdb-build-centos-7-base:latest +FROM couchdbdev/couchdb-build-centos-7-base:latest # Run Ansible to provision container with CentOS' default Erlang RUN ansible-playbook centos-7-erlang-default.yml \ http://git-wip-us.apache.org/repos/asf/couchdb-ci/blob/69285ff1/dockerfiles/debian-8-erlang-18 ---------------------------------------------------------------------- diff --git a/dockerfiles/debian-8-erlang-18 b/dockerfiles/debian-8-erlang-18 index ad06875..9d97e3c 100644 --- a/dockerfiles/debian-8-erlang-18 +++ b/dockerfiles/debian-8-erlang-18 @@ -17,7 +17,7 @@ # NOTE: All docker files need to be run from ../../, that is # docker build -f /docker/<container>/Dockerfile -FROM basti1302/couchdb-build-debian-8-base:latest +FROM couchdbdev/couchdb-build-debian-8-base:latest # Run Ansible to provision container with Erlang 18.2 RUN ansible-playbook debian-8-erlang-18.yml \ http://git-wip-us.apache.org/repos/asf/couchdb-ci/blob/69285ff1/dockerfiles/debian-8-erlang-default ---------------------------------------------------------------------- diff --git a/dockerfiles/debian-8-erlang-default b/dockerfiles/debian-8-erlang-default index 7808e7f..cf8cdb3 100644 --- a/dockerfiles/debian-8-erlang-default +++ b/dockerfiles/debian-8-erlang-default @@ -17,7 +17,7 @@ # NOTE: All docker files need to be run from ../../, that is # docker build -f /docker/<container>/Dockerfile -FROM basti1302/couchdb-build-debian-8-base:latest +FROM couchdbdev/couchdb-build-debian-8-base:latest # Run Ansible to provision container with Debian's default Erlang RUN ansible-playbook debian-8-erlang-default.yml \ http://git-wip-us.apache.org/repos/asf/couchdb-ci/blob/69285ff1/dockerfiles/ubuntu-14.04-erlang-18 ---------------------------------------------------------------------- diff --git a/dockerfiles/ubuntu-14.04-erlang-18 b/dockerfiles/ubuntu-14.04-erlang-18 index 452dbeb..005508c 100644 --- a/dockerfiles/ubuntu-14.04-erlang-18 +++ b/dockerfiles/ubuntu-14.04-erlang-18 @@ -17,7 +17,7 @@ # NOTE: All docker files need to be run from ../../, that is # docker build -f /docker/<container>/Dockerfile -FROM basti1302/couchdb-build-ubuntu-14.04-base:latest +FROM couchdbdev/couchdb-build-ubuntu-14.04-base:latest # Run Ansible to provision container with Erlang 18.2 RUN ansible-playbook ubuntu-14.04-erlang-18.yml \ http://git-wip-us.apache.org/repos/asf/couchdb-ci/blob/69285ff1/dockerfiles/ubuntu-14.04-erlang-default ---------------------------------------------------------------------- diff --git a/dockerfiles/ubuntu-14.04-erlang-default b/dockerfiles/ubuntu-14.04-erlang-default index ff8499b..31ae04e 100644 --- a/dockerfiles/ubuntu-14.04-erlang-default +++ b/dockerfiles/ubuntu-14.04-erlang-default @@ -17,7 +17,7 @@ # NOTE: All docker files need to be run from ../../, that is # docker build -f /docker/<container>/Dockerfile -FROM basti1302/couchdb-build-ubuntu-14.04-base:latest +FROM couchdbdev/couchdb-build-ubuntu-14.04-base:latest # Run Ansible to provision container with Ubuntu's default Erlang RUN ansible-playbook ubuntu-14.04-erlang-default.yml \ http://git-wip-us.apache.org/repos/asf/couchdb-ci/blob/69285ff1/jenkins/build.sh ---------------------------------------------------------------------- diff --git a/jenkins/build.sh b/jenkins/build.sh index 555637d..8900c4e 100755 --- a/jenkins/build.sh +++ b/jenkins/build.sh @@ -34,7 +34,7 @@ set -xe COUCHDB_CI_DIRECTORY=$( cd "$( dirname "$0" )/.." && pwd ) cd "$COUCHDB_CI_DIRECTORY" -DOCKER_IMAGE="basti1302/couchdb-build-" +DOCKER_IMAGE="couchdbdev/couchdb-build-" DOCKER_OPTIONS="" case $OS in
