bootc_lib/
metadata.rs

1/// This label is expected to be present on compatible base images.
2pub(crate) const BOOTC_COMPAT_LABEL: &str = "containers.bootc";
3/// The current single well-known value for the label.
4pub(crate) const COMPAT_LABEL_V1: &str = "1";