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

Furkan Kalkan ce4204b7a8 Update docker-image.yml 4 months ago
.github ce4204b7a8 Update docker-image.yml 4 months ago
Dockerfile 4f9a638415 Update Dockerfile 3 years ago
README.md 1160f6dd52 os dependencies added 4 months ago
entrypoint.sh 1160f6dd52 os dependencies added 4 months ago

README.md

python38-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)
  • OS_DEPENDENCIES: For installing debian packages (optional)
  • STARTUP_COMMAND
  • REPOSITORY_URL (without trailing slash)
  • REPOSITORY_HOST: Hostname of repository.
  • PRE_START_SCRIPT: Path of pre start script
  • POST_START_SCRIPT: Path of post start script