Build container rpms from docker repositories#645
Conversation
d06f119 to
70be388
Compare
70be388 to
e274035
Compare
e274035 to
5d1419a
Compare
82d8ad2 to
adc7d13
Compare
|
rebased on main |
This will ease integration on build systems like copr, those build systems build as a non privileged user where podman pull --root won't work. This introduces paack.py and a yaml format to pack images. Co-Authored-By: Brent Salisbury <bsalisbu@redhat.com>ââ
adc7d13 to
0eb5012
Compare
|
/test |
|
@mangelajo: The
The following commands are available to trigger optional jobs:
Use DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
/retest |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: oglok The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Co-authored-by: Ricardo Noriega De Soto <rnoriega@redhat.com>
|
New changes are detected. LGTM label has been removed. |
This will ease integration on build systems like copr, those
build systems build as a non privileged user where podman pull --root
won't work.
Also, this packs a tarball file in the rpm which is extracted during
the post phase to avoid additional limitations of the build systems
removing the tarball uid/gids of the files. Also cpio storage
in the rpm will save all as root/root unless explicitly told otherwise
via %files directives.
Which issue(s) this PR addresses:
Closes #162
Co-Authored-By: Brent Salisbury bsalisbu@redhat.com