Skip to content
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

Closed
cgwalters opened this issue Nov 27, 2023 · 2 comments · Fixed by #4703
Closed

Add generic container configuration #4701

cgwalters opened this issue Nov 27, 2023 · 2 comments · Fixed by #4703

Comments

@cgwalters
Copy link
Member

Today we have basic support for container-cmd to be the equivalent of the CMD 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>.

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
Copy link
Member Author

Did ostreedev/ostree-rs-ext#567

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
@cgwalters
Copy link
Member Author

PR in #4703

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant