Repository: couchdb-ci Updated Branches: refs/heads/master 33ccfe725 -> 0e191f37f
add namespace to tag Project: http://git-wip-us.apache.org/repos/asf/couchdb-ci/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-ci/commit/0e191f37 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-ci/tree/0e191f37 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-ci/diff/0e191f37 Branch: refs/heads/master Commit: 0e191f37ffdb339bfc765afce86f5e86baf1ffcc Parents: 33ccfe7 Author: Bastian Krol <[email protected]> Authored: Thu Jan 21 23:09:27 2016 +0100 Committer: Bastian Krol <[email protected]> Committed: Thu Jan 21 23:09:27 2016 +0100 ---------------------------------------------------------------------- build-container.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-ci/blob/0e191f37/build-container.sh ---------------------------------------------------------------------- diff --git a/build-container.sh b/build-container.sh index 8ac11d6..be8dcca 100755 --- a/build-container.sh +++ b/build-container.sh @@ -17,4 +17,4 @@ # specific language governing permissions and limitations # under the License. -docker build -f docker/ubuntu-worker/Dockerfile -t couchdb-build-ubuntu-14.04-erlang-18.2 . +docker build -f docker/ubuntu-worker/Dockerfile -t basti1302/couchdb-build-ubuntu-14.04-erlang-18.2 .
