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

how update or upgrade docker image pull herbal3d/convoar to yours #10

Open
johnfelipe opened this issue May 23, 2022 · 7 comments
Open

Comments

@johnfelipe
Copy link

docker pull misterblue/convoar

with that command i have issues
how solve this?

@Misterblue
Copy link
Owner

My experience with Docker is that it will use the local image and not check and pull for the latest image when doing a "docker run". So you have to pull the latest image locally (the command you specified above) before doing a "docker run ..." to make sure you have the latest image.
There should be a parameter or something that will do that so, if you find it, please let me know.

@Misterblue
Copy link
Owner

Looking at the docker doc, there is "docker build --pull" that will pull attempt to pull the latest version of the base image. "docker run --pull OPT ..." has OPT="missing", "always", and "never".

There is an argument to be made for not forcing update (you have a version that works and wouldn't like an automatic upgrade) and for forcing the image update (being surprised by old bugs).

I will mention that feature in the README

@johnfelipe
Copy link
Author

johnfelipe commented May 26, 2022

root@felipe:/tmp/frog# docker pull misterblue/convoar
Using default tag: latest
Error response from daemon: pull access denied for misterblue/convoar, repository does not exist or may require 'docker login': denied: requested access to the resource is denied

and this to

root@felipe:/tmp/frog# docker image pull misterblue/convoar
Using default tag: latest
Error response from daemon: pull access denied for misterblue/convoar, repository does not exist or may require 'docker login': denied: requested access to the resource is denied

how solve this?

@johnfelipe
Copy link
Author

i run this:
docker pull ghcr.io/misterblue/convoar:2.0.6

docker run --rm --user $(id -u):$(id -g) -v /tmp/frog:/oar ghcr.io/misterblue/convoar Aemme220121.oar

i dont know if is fine that...
that is because upload an OAR and same issue like herbal3d version:

https://gist.github.com/johnfelipe/453e7b4a2f0bfea5fb94fd8eec32836e

@johnfelipe
Copy link
Author

SNAG-1032
i think is working

@Misterblue
Copy link
Owner

that's a pretty complex scene. Is this view in Blender?

@johnfelipe
Copy link
Author

No that is from online viewer

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