Python template has wrong image tag
Hello,
in your template "Python" is the image "linuxserver/python:latest" defined. But these tag doesnt exists.
see: https://hub.docker.com/r/linuxserver/python/tags
Regards
Hello,
You're right. Although I generate the templates based on the linuxserver repositories, I mistakenly assumed there would always be a latest tag.
https://github.com/technorabilia/generate-bits/blob/fe15db11c5a2670689dfb79d78399f4ae092e336/templates/templates-2.0.j2#L46
I'll see if I can adjust this.
Thanks for pointing it out.
Regards.
Hello,
It turns out that this project, along with a few others, isn't really meant for direct use. So, I've filtered them out.
https://github.com/technorabilia/generate-bits/commit/360b58eaf8dc46a97918469d94a4027d7bbf320b
Regards.