-
Notifications
You must be signed in to change notification settings - Fork 25
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
RHINENG-7611: Add bootc_status #123
Conversation
Signed-off-by: Xiaoxue Wang <xiaoxwan@redhat.com>
Signed-off-by: Xiaoxue Wang <xiaoxwan@redhat.com>
Here are the System Profile validation results using Prod data.
Validating against this PR's spec:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
@JoySnow Based on the linked Jira, I think this looks good. Is it OK if I merge it now? |
image: | ||
description: Name of the image | ||
type: string | ||
example: "quay.io/centos-bootc/fedora-bootc-cloud:eln, 192.168.0.1:5000/foo/foo:latest" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is two examples separated by comma, not one. Sorry for the confusion
image_digest: | ||
description: Digest of the image | ||
type: string | ||
example: "sha256:806d77394f96e47cf99b1233561ce970c94521244a2d8f2affa12c3261961223, sha256:92e476435ced1c148350c660b09c744717defbd300a15d33deda5b50ad6b21a0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is also two examples, same as above
Thanks for the note, @beav . And, thanks for the review, @kruai , @FabriciaDinizRH . I am okay to merge this PR. |
FYI, I'm seeing some downstream issues related to this; I'm currently debugging and may need to tweak things a little bit. |
RHINENG-7611