Packages

Some wrapper functionality around generating Dockerfiles and managing them for an elixir project. This project is still very much in the early stages so use at your own risk.

Current section

Files

Jump to
pots CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
## v0.1.2 (2023-10-28)
- Bufix
- Fixed an issue when logging status of `mix pot.clean` was referencing
a possible `nil` key in map
- Removed having the `--file` option as default in `mix pot.clean`
## v0.1.1 (2023-10-28)
- Bufix
- Added a runtime_cmd_output command because runtime_cmd only returned an iostruct
## v0.1.0 (2023-10-28)
- Enhancements
- First version created
- Support for docker, podman, and nerdctl