-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add podman provisioner #106
Conversation
There was an error while creating SRPM. You can re-trigger build by adding a comment ( Output:
|
This patch adds podman provisioner which for now also provides 'how: container'. Along comes a test for it: tmt run plan --name container Also add a new subpackage tmt-container to install this provisioner dependencies. Signed-off-by: Miroslav Vadkerti <mvadkert@redhat.com>
2d060ec
to
3f51278
Compare
Congratulations! One of the builds has completed. 🍾 You can install the built RPMs by following these steps:
Please note that the RPMs should be used only in a testing environment. |
@psss any idea why we do not build tmt-container, is there anything else missing from the spec?? |
Include license to build the tmt-container package. Use --container-pull option to prevent future collisions. Fix a couple of typos, wrap long lines, style adjustments.
fb7cdb0
to
54e6f5c
Compare
Hm, probably |
Thanks much for implementing this, @thrix! Merged to master :-) |
Yes, that's correct. Why doesn't it have any container-specific files? (Why do we actually need it?) |
@psss Also please vary of mixing various versions of your sub-packages (by default the subpackage does not depend on specific version of a "main" package it's built with). |
This patch adds podman provisioner which for now also provides 'how: container'.
Along comes a test for it:
Also add a new subpackage tmt-container to install this provisioner
dependencies.
TODO:
Signed-off-by: Miroslav Vadkerti mvadkert@redhat.com