See how Podman plays along with Poetry :)
Find a file
Ted Moseley 0f9811377d
Some checks failed
Podman Poetry Test Build / Build Container Image (push) Failing after 1m11s
Move container to Alpine, Update README
2025-09-27 16:33:46 -04:00
.gitea/workflows Swap order of tags to prefer latest in UI 2024-03-20 13:04:04 -04:00
podman_poetry_test Server web application externally 2024-03-20 13:00:06 -04:00
.gitignore Add demo web application, update dependencies and add Gitea Runner actions 2024-03-19 15:40:18 -04:00
Containerfile Move container to Alpine, Update README 2025-09-27 16:33:46 -04:00
poetry.lock Fix lock file, Use root user parameter with pip 2025-09-27 15:43:42 -04:00
pyproject.toml Add requirement for poetry-plugin-export when building 2025-09-27 15:48:55 -04:00
README.md Move container to Alpine, Update README 2025-09-27 16:33:46 -04:00

podman-poetry-test

A demo of building a Python project using a container

Requirements

If building using this method, ensure you place poetry-plugin-export as a require plugin.

[tool.poetry.requires-plugins]
poetry-plugin-export = ">=1.9"