Sign inSign up

tangerine/docker-tangerine-support

By tangerine

Updated over 10 years ago

This image has core applications used by the Tangerine application.

Image
Security
Languages & frameworks
Integration & delivery
0

1.4K

tangerine/docker-tangerine-support repository overview

Tangerine support environment

It installs some utilities for fetching files on top of ubuntu 14.04, sets Tangerine env. vars., and then the core applications used by Tangerine.

The JDK/Android part of this dockerfile is based on bprodoehl/android-dev. Kudos!

A default Couchdb admin is created using the environment vars in the dockerfile.

Features:

  • ubuntu 14.04 LTS
  • Nodejs (Node.js v4.2.0 "Argon")
  • nginx
  • Couchdb (from ppa:couchdb/stable)
  • Couchapp
  • RVM, Ruby ruby-2.2.0 - rvmsudo_secure_path=1
  • Bundler
  • Ubuntu default-jdk JDK 7 (openjdk)
  • Android SDK r24.4.1
  • Android tools - android-22

Install

You can either pull from tangerine/docker-tangerine-support:

docker pull tangerine/docker-tangerine-support
docker run -i -t tangerine/docker-tangerine-support /bin/bash

or add it to your Dockerfile:

FROM tangerine/docker-tangerine-support

TODO:

Tag summary

Content type

Image

Digest

Size

1.5 GB

Last updated

over 10 years ago

docker pull tangerine/docker-tangerine-support