-
Notifications
You must be signed in to change notification settings - Fork 23
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
Test VM Image build #1363
base: main
Are you sure you want to change the base?
Test VM Image build #1363
Conversation
This test case is triggered automatically by our validation script. ```yaml - job: copr_build trigger: pull_request targets: - fedora-all ```
Signed-off-by: Frantisek Lachman <[email protected]>
/packit vm-image-build |
4 similar comments
/packit vm-image-build |
/packit vm-image-build |
/packit vm-image-build |
/packit vm-image-build |
Signed-off-by: Tomas Tomecek <[email protected]>
Signed-off-by: Tomas Tomecek <[email protected]>
/packit vm-image-build |
hello is a GNU package Signed-off-by: Tomas Tomecek <[email protected]>
Your image was launched as an AWS EC2 instance. Please use your GitHub SSH key to connect:
|
/packit vm-image-build |
1 similar comment
/packit vm-image-build |
/packit vm-image-build |
/packit build |
Signed-off-by: Frantisek Lachman <[email protected]>
/packit vm-image-build |
1 similar comment
/packit vm-image-build |
/packit build |
/packit vm-image-build |
2 similar comments
/packit vm-image-build |
/packit vm-image-build |
Here's the info to share the image with TF if someone needs this:
from packit.vm_image_build import ImageBuilder
ib = ImageBuilder("the token from https://access.redhat.com/management/api (login as Packit with BW credentials.)")
# The image ID used in the following command
# is the UUID visible on the https://console.redhat.com/preview/insights/image-builder
# (Login as Packit with BW credentials.)
clone_id = ib.clone("40a9fdbd-0981-4d7f-8382-d989fb4d2b00", region="us-east-2", share_with_accounts=["727920394381", "125523088429", "564542550944"])["id"]
# This will return the state of the clone
# (Can also be checked on the https://console.redhat.com/preview/insights/image-builder)
ib.get_clone(clone_id) |
No description provided.