You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I am trying to port the openplc app (https://github.com/thiagoralves/OpenPLC_v3?tab=readme-ov-file) to unikraft,the build step with the file system created with dockerfile (as initrd )works fine but when i try to do kraft run with --rootfs i have the following error:
$ kraft run --log-type basic --log-level debug --rootfs initramfs-x86_64.cpio -M 3000M .unikraft/build/openplc_unikraft_qemu-x86_64
D kraftkit 0.8.7
D using platform=qemu
D determining how to proceed given provided input and context
[?] multiple runnable contexts discovered: how would you like to proceed? run the cwd's Kraftfile and use '.unikraft/build/openplc_unikraft_qemu-x86_64' as arg(s)
i use --as=kraftfile-unikraft to skip this prompt in the future
D using compatible context candidate=kraftfile-unikraft
i building rootfs
E reading manifest latest in docker.io/library/initramfs-x86_64.cpio: requested access to the resource is denied
E reading manifest latest in docker.io/library/initramfs-x86_64.cpio: requested access to the resource is denied
I already tried with sudo,furthermore using docker login with an access token doesn't work.Has somebody encountered a similar problem?
These are the kraftfile (taken from this example where I deleted the einitrd option: https://github.com/unikraft/catalog/tree/main/library/nginx/1.25 ) and dockerfile used: files.zip
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I am trying to port the openplc app (https://github.com/thiagoralves/OpenPLC_v3?tab=readme-ov-file) to unikraft,the build step with the file system created with dockerfile (as initrd )works fine but when i try to do kraft run with --rootfs i have the following error:
$ kraft run --log-type basic --log-level debug --rootfs initramfs-x86_64.cpio -M 3000M .unikraft/build/openplc_unikraft_qemu-x86_64
D kraftkit 0.8.7
D using platform=qemu
D determining how to proceed given provided input and context
[?] multiple runnable contexts discovered: how would you like to proceed? run the cwd's Kraftfile and use '.unikraft/build/openplc_unikraft_qemu-x86_64' as arg(s)
i use --as=kraftfile-unikraft to skip this prompt in the future
D using compatible context candidate=kraftfile-unikraft
i building rootfs
E reading manifest latest in docker.io/library/initramfs-x86_64.cpio: requested access to the resource is denied
E reading manifest latest in docker.io/library/initramfs-x86_64.cpio: requested access to the resource is denied
I already tried with sudo,furthermore using docker login with an access token doesn't work.Has somebody encountered a similar problem?
These are the kraftfile (taken from this example where I deleted the einitrd option: https://github.com/unikraft/catalog/tree/main/library/nginx/1.25 ) and dockerfile used:
files.zip
Beta Was this translation helpful? Give feedback.
All reactions