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

Ensure plain support of OCI images #128

Open
tjamet opened this issue Feb 11, 2021 · 0 comments
Open

Ensure plain support of OCI images #128

tjamet opened this issue Feb 11, 2021 · 0 comments

Comments

@tjamet
Copy link
Contributor

tjamet commented Feb 11, 2021

The current docker inspect format is confusing with both Config and ContainerConfig structures. This has caused several problems when installing images:
#119
#91

The ContainerConfig is a legacy field used by the legacy build strategy run-> commit as explained here: docker/cli#2868
We should aim at handling standard structures as much as possible.

OCI specifications: https://github.com/opencontainers/image-spec/blob/v1.0.1/config.md

@tjamet tjamet created this issue from a note in Kanban (Backlog) Feb 11, 2021
@tjamet tjamet added this to the 0.3.1 milestone Feb 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Kanban
Backlog
Development

No branches or pull requests

1 participant