Replies: 1 comment 1 reply
-
|
How are you going to get every image though? It would be expensive to install them all and it, the solution might be to host them and download them on the docker hub. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently Yap builds inside a container. This is somewhat cumbersome, because every time you need to build something you need to spin up the right "version" of yap with the target distro you want to build a package for.
I propose instead to reverse this: we make yap capable of manage OCI images (either with podman or docker) and once the related distro is launched, perform the package build inside the container, and then copy the artifact back to the host. This way from a user point of view you have only one yap installed in
/usr/binand from there you're able to build for every distro you want, since docker/podman will be used under the hood to build for different distros.Benefits:
Thell me what you think 😁
Beta Was this translation helpful? Give feedback.
All reactions