Python flask seed projector for deploying microservice using totem
333
Python flask app generator that is integrated with docker.
sudo docker run --rm \
-e GIT_USER="$GIT_USER" \
-e GIT_USER_EMAIL="$GIT_USER_EMAIL" \
-e GITHUB_USERNAME="$GITHUB_USERNAME" \
-e GITHUB_TOKEN="$GITHUB_TOKEN" \
-e SCM_TYPE="$SCM_TYPE" \
-e ORCHESTRATOR_HOOK_URL="$ORCHESTRATOR_HOOK_URL" \
-e IMAGE_FACTORY_HOOK_URL="$IMAGE_FACTORY_HOOK_URL" \
-e HOOK_SECRET="$HOOK_SECRET" \
-e GIT_OWNER="$GIT_OWNER" \
-e GIT_REPO="$GIT_REPO" \
-e APP_NAME="$APP_NAME" \
totem/python-flask-generator
User to be used for git commits. (Required)
Email to be used for git commits. (Required)
Git repository owner. (Required)
Git repository name. (Required)
Application. (Required)
Type of SCM (e.g: github) (Required)
Github username (Required for github)
Callback hook url for orchestrator. (Required)
Callback hook url for image-factory. (Required)
Hook secret to be sed. (Required)
Content type
Image
Digest
sha256:ebf25c1bf…
Size
160.2 MB
Last updated
about 11 years ago
docker pull totem/python-flask-generator