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.