Kitware / paraviewweb

Web framework for building interactive visualization relying on VTK or ParaView to produce visualization data
http://kitware.github.io/paraviewweb/
BSD 3-Clause "New" or "Revised" License
160 stars 50 forks source link

Fix "manifest unknown" #529

Closed DrewLazzeriKitware closed 2 years ago

DrewLazzeriKitware commented 2 years ago

The image name doesn't match dockerhub, resulting in this error:

$ docker pull kitware/paraviewweb:pv-5.6.0-egl
Error response from daemon: manifest for kitware/paraviewweb:pv-5.6.0-egl not found: manifest unknown: manifest unknown

Perhaps we had different naming on another host?

With this change we get:


$ docker pull kitware/paraviewweb:pv-v5.6.0-egl
pv-v5.6.0-egl: Pulling from kitware/paraviewweb
6cf436f81810: Pull complete
987088a85b96: Pull complete
b4624b3efe06: Pull complete
d42beb8ded59: Pull complete
46e08cf83205: Pull complete
89f57dd10ce3: Pull complete
8791dc84e8d4: Pull complete
a2e4451237f9: Pull complete
ed21582d1610: Pull complete
85027e6062fc: Pull complete
ef9239b45640: Pull complete
f90b544caa61: Pull complete
Digest: sha256:f40813baa7005be24dfeaae82b7da255ead074cf7c580532dd96247a446e59d6
Status: Downloaded newer image for kitware/paraviewweb:pv-v5.6.0-egl
docker.io/kitware/paraviewweb:pv-v5.6.0-egl
(base) drew@aercury:~/Desktop/parflow/conceptual-modeler/docker$```