FriedrichFroebel / brother_ql_web

A Python-based web service to print labels on Brother QL label printers. Based on brother_ql: https://github.com/pklaus/brother_ql
GNU General Public License v3.0
7 stars 2 forks source link

docker image #6

Open bart1 opened 10 months ago

bart1 commented 10 months ago

Thank you for updating the project. I generally use the docker image. I realized using ghcr might be a nice opportunity to maintain an up to date image. I experimented a bit and developed some github actions that auto publish docker containers if a release is made. See: https://github.com/bart1/brother_ql_web/pkgs/container/brother_ql_web . Would you appreciate a pull request?

FriedrichFroebel commented 9 months ago

Thanks for the request and sorry for the delay - I missed watching my own fork for changes. I am (mostly) not using Docker myself (only if I need to build manylinux wheels), thus I did not yet bother about this and I am not really sure what the correct approach is here.

How much maintenance work can be expected for the Docker images, even if automated? How can we ensure appropriate handling of Docker-specific issues? Additionally, which credentials are required here and to which extent would this lead to any costs on my side?