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

Furkan Kalkan a4f50500b1 Update docker-image.yml před 2 roky
.github a4f50500b1 Update docker-image.yml před 2 roky
Dockerfile 8640484f8d Initial commit před 2 roky
README.md d833157949 Update README.md před 2 roky
entrypoint.sh 8640484f8d Initial commit před 2 roky

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.