convoar icon indicating copy to clipboard operation
convoar copied to clipboard

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

Open johnfelipe opened this issue 3 years ago • 7 comments

docker pull misterblue/convoar

with that command i have issues how solve this?

johnfelipe avatar May 23 '22 19:05 johnfelipe

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 avatar May 26 '22 00:05 Misterblue

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

Misterblue avatar May 26 '22 14:05 Misterblue

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 avatar May 26 '22 17:05 johnfelipe

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 avatar May 26 '22 18:05 johnfelipe

SNAG-1032 i think is working

johnfelipe avatar May 26 '22 18:05 johnfelipe

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

Misterblue avatar May 26 '22 18:05 Misterblue

No that is from online viewer

johnfelipe avatar May 26 '22 19:05 johnfelipe