Run's generic application on an Alpine image from a configured git repository then runs bootstrap.sh
131
Create a git repository. If it's private provide the environment variable SSH_DEPLOY_KEY with the contents of the ssh key for deployment of your software. Provide the environment variable GIT_REPOSITORY containing the path at which your git repository will be pulled from. Make sure that your git repository has a bootstrap.sh in the main directory, this file will be called after your repository is pulled to continue the rest of your execution. This is where you will want to prepare the system a bit more (install things like ffmpeg, or ruby. nodejs is already provided) then finally call your script.
Content type
Image
Digest
Size
98.9 MB
Last updated
about 6 years ago
docker pull rob2600/generic:dev