Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No apparent difference between autobuild and non-autobuild #2

Open
eap opened this issue Aug 9, 2017 · 1 comment
Open

No apparent difference between autobuild and non-autobuild #2

eap opened this issue Aug 9, 2017 · 1 comment

Comments

@eap
Copy link

eap commented Aug 9, 2017

You have two repositories on dockerhub

  1. https://hub.docker.com/r/ikester/blender/
  2. 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.

@ikester
Copy link
Owner

ikester commented Apr 23, 2020

The blender-autobuild exists for people who want to pull images that have been built by Docker. The images should otherwise be identical.

I don't understand what the problem is with having the entrypoint defined this way. Can you share an example of tools that have a problem with this? It's designed to be used as a command-line renderer, so it's basically a shortcut to make the container easier to use (<image> <file> instead of <image> blender -b <file>).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants