-
Notifications
You must be signed in to change notification settings - Fork 198
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 generic container configuration #4701
Comments
cgwalters
added a commit
to cgwalters/ostree-rs-ext
that referenced
this issue
Nov 28, 2023
Part of coreos/rpm-ostree#4701 Basically we should support setting arbitrary container configuration.
cgwalters
added a commit
to cgwalters/rpm-ostree
that referenced
this issue
Nov 28, 2023
This adds generic support for specifying image configuration. Closes: coreos#4701
PR in #4703 |
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Today we have basic support for
container-cmd
to be the equivalent of theCMD
containerfile instruction. We should support everything in the spec (xref config spec and Rust API).I think probably the simplest is to support deserializing the Rust struct literally inside a treefile, like:
container_config: Option<oci_spec::image::Config>
.The text was updated successfully, but these errors were encountered: