Hi All,
vctl appears to be running into a permission issue:
% vctl pull index.docker.io/library/hello-world:latest
INFO Pulling from index.docker.io/library/hello-world:latest
REF STATUS PROGRESS
index-sha256:dd01f97f252193ae3210da231b1dca0cffab4aadb3566692d6730bf93f123a48 Done 100% (12662/12662)
manifest-sha256:03b62250a3cb1abd125271d393fc08bf0cc713391eda6b57c02d1ef85efcc25c Done 100% (1035/1035)
layer-sha256:e6590344b1a5dc518829d6ea1524fc12f8bcd14ee9a02aa6ad8360cce3a9a9e9 Done 100% (2436/2436)
config-sha256:74cc54e27dc41bb10dc4b2226072d469509f2f22f1a3ce74f4a59661a1d44602 Done 100% (547/547)
INFO Unpacking hello-world:latest...
INFO apply failure, attempting cleanup error="failed to extract layer sha256:63a41026379f4391a306242eb0b9f26dc3550d863b7fdbb97d899f6eb89efe72: failed to mount /Users/maurice/.vctl/storage/containerd/root/tmpmounts/containerd-mount239343383: hdiutil: mount failed - Permission denied\n: exit status 1: unknown" key="extract-780965000-LhXz sha256:63a41026379f4391a306242eb0b9f26dc3550d863b7fdbb97d899f6eb89efe72"
ERROR failed to extract layer sha256:63a41026379f4391a306242eb0b9f26dc3550d863b7fdbb97d899f6eb89efe72: failed to mount /Users/maurice/.vctl/storage/containerd/root/tmpmounts/containerd-mount239343383: hdiutil: mount failed - Permission denied
: exit status 1: unknown
Any suggestions? Is there an install guide step I have missed?
Some back story I came back to a build that I had perviously done under fusion for a docker container. The build failed and I have updated Fusion to the latest version and removed and replaced the .vctl directory due to what appeared to be a problem with the builder image. The reason for using the Hello World example is that it is the least proprietary and simplest example I could find.
Environment:
- Intel Mac Mini
- Sequoia 15.5
Many Thanks