Python 3.6 Docker image for running Python scripts in easy way.

Furkan Kalkan a4f50500b1 Update docker-image.yml 2 سال پیش
.github a4f50500b1 Update docker-image.yml 2 سال پیش
Dockerfile 8640484f8d Initial commit 2 سال پیش
README.md d833157949 Update README.md 2 سال پیش
entrypoint.sh 8640484f8d Initial commit 2 سال پیش

README.md

python36-runner

Run custom python library in the container

Environment Variables

  • PACKAGE_NAME: Your package name from global pypi (required)
  • PACKAGE_VERSION: Your package version (optional)
  • REQUIREMENTS_PACKAGES: Your needs packages with space sperator (optional)
  • STARTUP_COMMAND
  • REPOSITORY_URL (without trailing slash)
  • REPOSITORY_HOST: Hostname of repository.