-
Notifications
You must be signed in to change notification settings - Fork 86
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 suggestion for LABEL containers.bootc 1
#299
Conversation
8244d76
to
fae644c
Compare
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
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
Pairs with containers/bootc#299 This is intended to be the new canonical label for bootc-compatible images, as opposed to the existing `ostree.linux` etc.
As we aim to slowly move away from ostree, let's add a bootc label that we expect to be used. For now, this is just a warning. I will change rpm-ostree to add this by default if we take this. But this one is also an important step for if we ever add the flow of simply deriving from an existing application base image. Signed-off-by: Colin Walters <[email protected]>
fae644c
to
b766db8
Compare
OK we learned from #297 that our usage of In the general case we're probably going to need to grow a logging abstraction a bit like what rpm-ostree has where we can write to a mix of stdout (when running as a systemd unit directly e.g. as part of |
See containers/bootc#299 Since we want to move ostree more into the background, this new label name puts the focus on bootc.
Also did ostreedev/ostree-rs-ext#595 related to this |
As we aim to slowly move away from ostree, let's add a bootc label that we expect to be used. For now, this is just a warning.
I will change rpm-ostree to add this by default if we take this.
But this one is also an important step for if we ever add the flow of simply deriving from an existing application base image.