Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tsuru/base-platform
Common base Docker image for tsuru platforms.
https://github.com/tsuru/base-platform
Last synced: 10 days ago
JSON representation
Common base Docker image for tsuru platforms.
- Host: GitHub
- URL: https://github.com/tsuru/base-platform
- Owner: tsuru
- License: bsd-3-clause
- Created: 2015-11-17T00:16:22.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-06-13T17:41:50.000Z (5 months ago)
- Last Synced: 2024-08-01T19:54:35.196Z (3 months ago)
- Language: Shell
- Size: 54.7 KB
- Stars: 7
- Watchers: 7
- Forks: 17
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
README
base-platform
=============[![tsuru/base-platform](http://dockeri.co/image/tsuru/base-platform)](https://hub.docker.com/r/tsuru/base-platform/)
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:
1. Downloads the archive provided by the tsuru API
1. Extracts it in the ``/home/application/current`` directory
1. Install operating system dependencies
1. 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.