Base Docker image for tsuru platforms. It creates the required structure for tsuru platforms:
- create the ubuntu user
- create the /home/application directory
- properly set paths permissions
- install deploy-agent
- place the base deploy script in the path
/var/lib/tsuru/base/deploy
The image also provides the script that does the following steps:
- Downloads the archive provided by the tsuru API
- Extracts it in the
/home/application/current
directory - Install operating system dependencies
- 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.