You have two repositories on dockerhub
- https://hub.docker.com/r/ikester/blender/
- https://hub.docker.com/r/ikester/blender-autobuild/
They both appear to have the same images. It would be nice if there were versions of your images without the entrypoint; this is what I assume you intended for the non-autobuild? Some tools don't play nicely with entrypoints. Also, most users assume you can run something like docker run -it <image> /bin/bash and entrypoints prevent this.
For a variety of reasons sending a pull request is not possible for me even though this looks like a really easy fix.
I'd like to be able to share your images by directly referencing their dockerhub name, but until a fix for this bug is implemented, the best I can do is suggest people download your docker files, edit them, and rebuild locally.
You have two repositories on dockerhub
They both appear to have the same images. It would be nice if there were versions of your images without the entrypoint; this is what I assume you intended for the non-autobuild? Some tools don't play nicely with entrypoints. Also, most users assume you can run something like
docker run -it <image> /bin/bashand entrypoints prevent this.For a variety of reasons sending a pull request is not possible for me even though this looks like a really easy fix.
I'd like to be able to share your images by directly referencing their dockerhub name, but until a fix for this bug is implemented, the best I can do is suggest people download your docker files, edit them, and rebuild locally.