LanikSJ / dfimage

Reverse-engineer a Dockerfile from a Docker image.
https://laniksj.github.io/dfimage/
MIT License
355 stars 51 forks source link

💡 [REQUEST] - PyPI package? #252

Open nightlark opened 4 months ago

nightlark commented 4 months ago

pip install dfimage would be convenient. Would you accept a PR with the changes needed to make this a pip installable package (along with a GitHub Actions workflows for publishing new versions to PyPI)?

LanikSJ commented 4 months ago

Would you accept a PR with the changes needed to make this a pip installable package (along with a GitHub Actions workflows for publishing new versions to PyPI)?

Yes of course! The point of this project was to always keep dfimage up to date as much as my knowledge allows, which is mainly in docker world. I'll gladly accept PRs for PyPI installable packages as long as we can provide the basic documentation.

I know some Python stuff if it just means adding pip install dfimage into the docs then I think I got the docs covered. 🙂