mirror of
https://github.com/ostreedev/ostree.git
synced 2025-01-05 13:18:17 +03:00
4 lines
200 B
Rust
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";
|