Skip to content

v0.2.0

Latest

Choose a tag to compare

@github-actions github-actions released this 11 Jan 10:00
· 6 commits to main since this release
106f937

Multi-Arch Docker Images

Images are available for Python 3.10, 3.11, 3.12, 3.13, and 3.14 on both AMD64 and ARM64 architectures.

Usage

Pull a specific Python version:

docker pull ghcr.io/fok666/lambda-python-layer:v0.2.0-python3.14

The images support both AMD64 and ARM64 architectures automatically.

Available Tags

  • v0.2.0-python3.10 (multi-arch)
  • v0.2.0-python3.11 (multi-arch)
  • v0.2.0-python3.12 (multi-arch)
  • v0.2.0-python3.13 (multi-arch)
  • v0.2.0-python3.14 (multi-arch)

What's Changed

Full Changelog: v0.1.1...v0.2.0