Home

Awesome

base-platform

tsuru/base-platform

Base Docker image for tsuru platforms. It creates the required structure for tsuru platforms:

The image also provides the script that does the following steps:

  1. Downloads the archive provided by the tsuru API
  2. Extracts it in the /home/application/current directory
  3. Install operating system dependencies
  4. Handle default Procfiles (stored in the directory /var/lib/tsuru/default)

You may also invoke the install and deploy scripts manually, as the buildpack platform does: https://github.com/tsuru/platforms/blob/master/buildpack/Dockerfile.