Skip to content

Releases: RagedUnicorn/docker-python

v3.14.6-alpine3.24.1-1

18 Jun 22:31
v3.14.6-alpine3.24.1-1

Choose a tag to compare

What's Changed

  • chore(deps): update actions/upload-artifact action to v5 (682d2d3)
  • chore(deps): update actions/checkout action to v6 (2852955)
  • chore(deps): update alpine Docker tag to v3.23.0 (bcc73f2)
  • chore(deps): update alpine Docker tag to v3.23.2 (#9) (3fc76ac)
  • chore(deps): update actions/upload-artifact action to v6 (e380026)
  • chore(deps): update alpine Docker tag to v3.23.3 (#10) (c46626e)
  • chore(deps): update actions/upload-artifact action to v7 (ba823d3)
  • chore(deps): update docker/build-push-action action to v7 (4fb6f9c)
  • chore(deps): update docker/login-action action to v4 (3cf177d)
  • chore(deps): update docker/metadata-action action to v6 (2b74596)
  • chore(deps): update docker/setup-buildx-action action to v4 (af6b624)
  • chore(deps): update alpine Docker tag to v3.23.4 (a793e96)
  • chore(deps): update softprops/action-gh-release action to v3 (ab14541)
  • chore(deps): update alpine Docker tag to v3.24.0 (#18) (22029fc)
  • feat: Add run configurations for building and testing Docker images (e10b96e)
  • feat: Add run configurations for dev shell and example execution (9808b03)
  • fix: Update docker-compose.test.yml to use 'test' tag for Python image (fb567fb)
  • feat: Add CI job for testing Docker image with Container Structure Tests (d2e06d1)
  • fix: Update test.yml to configure Container Structure Tests for single-platform images (b1572ba)
  • feat: pin Python via standalone CPython, decoupled from Alpine (358c703)
  • fix: specify bash shell for test steps in test.yml to make ci fail on test-fail (d3cda9d)
  • fix: update base image version in python_metadata_test.yml to alpine:3.24.1 (b159c85)
  • chore(deps): update actions/checkout action to v7.0.0 (42695b2)
  • chore(deps): update alpine to v3.24.1 (5e3faf9)

Docker Image

Pull the image:

docker pull ghcr.io/RagedUnicorn/docker-python:3.14.6-alpine3.24.1-1
docker pull ragedunicorn/python:3.14.6-alpine3.24.1-1

Or use the latest tag:

docker pull ghcr.io/RagedUnicorn/docker-python:latest
docker pull ragedunicorn/python:latest

Full Changelog: v3-alpine3.22.2-1...v3.14.6-alpine3.24.1-1

v3-alpine3.22.2-1

09 Oct 09:36
v3-alpine3.22.2-1
5202394

Choose a tag to compare

What's Changed

  • chore(deps): update actions/checkout action to v5 (4d15901)
  • chore(deps): update alpine Docker tag to v3.22.2 (4239498)

Docker Image

Pull the image:

docker pull ghcr.io/RagedUnicorn/docker-python:3-alpine3.22.2-1
docker pull ragedunicorn/python:3-alpine3.22.2-1

Or use the latest tag:

docker pull ghcr.io/RagedUnicorn/docker-python:latest
docker pull ragedunicorn/python:latest

Full Changelog: v3-alpine3.22.1-1...v3-alpine3.22.2-1

v3-alpine3.22.1-1

30 Jul 12:33
v3-alpine3.22.1-1
4ae2457

Choose a tag to compare

What's Changed

  • docs: Add Readme images (d5c84fb)
  • feat: Add GitHub actions (f2703e9)
  • feat: Add Examples (3a2683d)
  • feat: Add test setup for python image (1537cf2)
  • feat: Cleanup .dockerignore (ff9c96e)
  • feat: Update .editorconfig and .gitignore for improved Python and Dockerfile settings (bc3849b)
  • feat: Simplify .dockerignore by removing unnecessary entries and consolidating patterns (5225056)
  • feat: Update Python Docker image version to 3.22.1 in configuration and documentation (bde4501)
  • feat: Add Dockerfile, docker-compose configurations, and comprehensive documentation for Python Docker image (2ce58a5)
  • feat: Add Renovate configuration for automated dependency updates (bcd4a70)
  • feat: Update README.md for improved clarity and usage instructions (8eca71e)
  • chore(deps): migrate config renovate.json (2e9a27d)
  • feat: Update Dockerfile and documentation for Python 3.12.11 support (d1cf884)
  • feat: Simplify Docker release workflow by removing test job and updating tag patterns (3757ea4)
  • feat: Remove major version tag pattern from Docker release workflow (6115e2a)
  • feat: Update DOCKERHUB.md for Python 3.12.11 versioning and usage details (7939261)
  • fix: update docker-compose.dev.yml to use fixed dev tag (8d613c3)
  • feat: Update Dockerfile and documentation to remove PEP 668 restriction for Python installation (4ae2457)

Docker Image

Pull the image:

docker pull ghcr.io/RagedUnicorn/docker-python:3-alpine3.22.1-1
docker pull ragedunicorn/python:3-alpine3.22.1-1

Or use the latest tag:

docker pull ghcr.io/RagedUnicorn/docker-python:latest
docker pull ragedunicorn/python:latest

Full Changelog: ...v3-alpine3.22.1-1