This repository has been archived by the owner on May 30, 2023. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add podman
Add podman and its dependencies (flatcar/Flatcar#112)
New packages:
Package updates:
New eclass:
I chose to add these to portage-stable instead of coreos-overlay, following the documentation that ebuilds that are imported from Gentoo and have few modifications should be put here.
Modifcations:
pkg_setup()
) since this tries to run gpg-agent.PYTHON_COMPAT
topython3_7
How to use
Both dev-go/go-md2man and app-crypt/gpgme need to be installed in the SDK chroot.
I have the following packages unmasked in
chroot/build/amd64-usr/etc/portage/package.accept_keywords
:Do these need to be added to some profile?
For now when emerging podman the following is printed:
As does the upstream Gentoo ebuild. We could add these steps in our ebuild. However I checked a couple of our other ebuilds and couldn't find any that do similar things. So I'm unsure whether this should be left our or whether I need to do this in some other file/script.
Testing done
TODO