Hi!
I have been searching the web but have only found tons of stuff how to
build a yocto image in a docker container, and some how to build a
container from a yocto recipe. I need to embed a (couple of) (docker)
containers into a readonly root file system. It is meant to be an
intermediate step before simply integrating all the services directly
into the image. What can I say.
My Idea is to for example podman pull the image and redirect the storage
location into the ${D} space. On the machine, it should be possible to
configure podman to include this directory.
While I can pull images on my host, when I try to write a recipe
(extending podman to be -native), I get all kinds of funny errors...
Also tried buildah.
Sorry, I am noob in the side of the containers and their format. I
always tried to avoid them, as they seem to me as an option to "just
static link everything" to not have to bother with dependency issues.
Any hints and links are welcome.
```
[storage.options]
# Storage options to be passed to underlying storage drivers
# AdditionalImageStores is used to pass paths to additional Read/Only
image stores
# Must be comma separated list.
additionalimagestores = [
]
```
Thanks and Regards,
Matthias
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#8935):
https://lists.yoctoproject.org/g/meta-virtualization/message/8935
Mute This Topic: https://lists.yoctoproject.org/mt/109206904/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-