Skip to content

Releases: spboyer/pycontainer-build

Release 0.3.1

20 Nov 22:46

Choose a tag to compare

  • chore: Bump version to 0.3.1 (9f7427d)
  • feat: Add comprehensive architecture documentation for pycontainer-build (8e3d22f)
  • feat: Complete Phase 3 and Phase 4 implementations for pycontainer-build (4cfb7a3)
  • Add comprehensive dev.to blog post and update documentation (f4cb88d)
  • Shorten Twitter post to fit 280 character limit (ddaf921)
  • Update README to reference checklist file (0a95140)
  • Add launch execution checklist for tracking (fe6b697)
  • Add social media announcement posts and launch guide (fd52aa7)
  • Initial plan (ecfbecc)

Release 0.3.0

20 Nov 15:51

Choose a tag to compare

  • feat: Add smart base image detection from pyproject.toml (1d68a27)

Release 0.2.1

20 Nov 15:40

Choose a tag to compare

  • Bump version to 0.2.1 (86b7517)
  • Fix Docker Hub base image pulling (53c8d63)
  • docs: Enhance README with local development guide and external references (10e99ea)

Release 0.2.0

20 Nov 14:47

Choose a tag to compare

  • chore: Bump version to 0.2.0 (08bc12c)
  • Fix Poetry entry point, remove missing icon, fix command injection, and add example comment (3af6982)
  • Update .github/workflows/pycontainer-build.yml (f71eefa)
  • Update plugins/vscode-pycontainer/src/extension.ts (2b589f1)
  • Update plugins/hatch-pycontainer/src/hatch_pycontainer/hooks.py (dd9fced)
  • Update plugins/poetry-pycontainer/src/poetry_pycontainer/plugin.py (8bcb804)
  • Update plugins/hatch-pycontainer/src/hatch_pycontainer/hooks.py (46c03a6)
  • Update plugins/poetry-pycontainer/src/poetry_pycontainer/plugin.py (55a211a)
  • Update plugins/poetry-pycontainer/src/poetry_pycontainer/plugin.py (931e2c3)
  • Add comprehensive Phase 3 implementation summary (3677e57)
  • Add example FastAPI app and improve .gitignore for plugins (32f5769)
  • Complete Phase 3: Toolchain Integrations - All milestones delivered (4066a3c)
  • Initial plan (687ee24)

Release 0.1.0

20 Nov 02:51

Choose a tag to compare

Release v0.1.0

  • fix: Update Python requirement to >=3.11 for tomllib support (3ea0cf0)
  • feat: Add GitHub Actions workflow for automated release process (1aaf787)
  • feat: Enhance README with updated build instructions and feature descriptions (2e8013f)
  • feat: Complete Phase 4 - Polish & Production Readiness (51d1166)
  • Implement Phase 2: Base Images & Dependencies, including base image pulling, layer merging, dependency packaging, and CLI enhancements (66f00dd)
  • Implement layer caching with content-addressable storage and LRU eviction, enhance CLI options, and update documentation (58e58cf)
  • Implement multi-provider authentication system with OAuth2 support and enhance documentation (d000c5a)
  • Implement image push functionality and enhance documentation for registry support (e7a0523)
  • Implement complete OCI image layout and validation tests (b4b85a9)
  • Initial commit: Docker-free OCI image builder for Python (1ba13c8)

Description

Initial release of pycontainer-build - Docker-free OCI image builder for Python

Installation

Install directly from this release:

pip install git+https://github.com/spboyer/pycontainer-build.git@v0.1.0

Or download the wheel/tarball from the release assets and install locally:

pip install pycontainer_build-0.1.0-py3-none-any.whl

Quick Start

pycontainer build --tag myapp:latest

See the README for full documentation."