ostree/rust-bindings/src/constants.rs
2022-05-06 12:53:57 -04:00

4 lines
200 B
Rust

/// Metadata key corresponding to the Docker/OCI `CMD` verb.
/// <https://github.com/opencontainers/image-spec/blob/main/config.md>
pub const COMMIT_META_CONTAINER_CMD: &str = "ostree.container-cmd";