Skip to content

Release v1.0.0 - Initial Launch of Python Docker dynamic scripts

Choose a tag to compare

@giosueDelgado giosueDelgado released this 13 Jan 23:33
· 2 commits to main since this release

Python Docker Dynamic Scripts - Release v1.0.0

Overview

Release v1.0.0 of Python Docker Dynamic Scripts introduces a Docker-based solution from Relybytes Srl for executing Python scripts dynamically. It eliminates the need for traditional building or releasing processes, allowing scripts to be executed directly from environment variables. This tool is invaluable for developers and system administrators in scenarios that demand quick, adaptable script execution, such as automated tasks or DevOps pipelines.

Highlights of This Release

  • Dynamic Script Execution: Launch Python scripts directly from environment variables, streamlining the development and deployment process.
  • Cron Job Management: Efficiently schedule script executions using cron jobs, making it easier to manage recurring tasks.
  • Versatile Deployment Options: Compatibility with various environments, including Kubernetes, Docker Compose, and VPS setups, offers flexibility for different deployment scenarios.

How to Use

Refer to the README.md for deployment and usage instructions.

Docker Image

The Docker image for version v1.0.0 can be pulled from Docker Hub:

docker pull ghcr.io/relybytes/python-docker-dynamic-scripts:v1.0.0