Skip to content

Releases: relybytes/python-docker-dynamic-scripts

Release v2.0.0 - Manage single execution

15 Jan 16:09
Compare
Choose a tag to compare

Version 2.0.0 Release Notes

Introduction

Version 2.0.0 introduces a significant enhancement: the management of single executions. This new feature is designed to facilitate integration with scheduled tasks, such as cronjobs in Kubernetes environments.

Key Feature

  • Single Execution Management: Enhances flexibility and applicability for automated scripting within Dockerized environments.

Use Case

  • Ideal for tasks like automated backups or scheduled tasks in Kubernetes.

How to Use

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

Docker Image

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

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

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

13 Jan 23:33
Compare
Choose a tag to compare

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