I have set up VON network on my device and currently trying to set up Permitify on Windows 10. After using ./mange build it will shows error like this:
failed to solve with frontend dockerfile.v0: failed to create LLB definition: docker.io/bcgovimages/von-image:py36-indy1.3.1-dev-441-ew-s2i: not found
using docker version 20.10.12 Any help is appreciated
CodePudding user response:
There is no tag on the bcgovimages/von-image
image called py36-indy1.3.1-dev-441-ew-s2i
on docker hub. It might have been removed and replaced with a newer one. I quickly tried finding one that looked like your tag, but didn't have any luck.
I'd try using bcgovimages/von-image:py36-1.16-1
since that's the newest one that starts with py36
.
You can check what tags are available here: https://hub.docker.com/r/bcgovimages/von-image/tags?page=1