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

Validate Container Images with OCI Specification #823

Closed
chirangaalwis opened this issue Feb 21, 2021 · 4 comments
Closed

Validate Container Images with OCI Specification #823

chirangaalwis opened this issue Feb 21, 2021 · 4 comments

Comments

@chirangaalwis
Copy link

I encountered #738 which already requests for a tool which can validate a provided container image if it meets the OCI specification.

But the development of the tools in the GitHub Repository seems to have halted for the past 2-3 years.

Is it safe and up to date to use the tools defined in this issue to perform $subject? Or do we have any new recommendations?

Suggested Assignee
@cyphar

@cyphar
Copy link
Member

cyphar commented Feb 21, 2021

The image-tools repository is still okay for validation (umoci uses it for validation in its integration tests).

The long-term plan is to migrate the image validation code from image-tools to https://github.com/opencontainers/umoci (which is maintained and is far more solid as an image tool than image-tools) and then archive the image-tools repo. Unfortunately I haven't gotten around to doing that yet.

However I would not use it for any other image operations -- please use umoci for those things (there are several long-standing bugs in image-tools which ended up motivating me to write umoci in the first place).

@chirangaalwis
Copy link
Author

chirangaalwis commented Feb 22, 2021

The image-tools repository is still okay for validation (umoci uses it for validation in its integration tests).

The long-term plan is to migrate the image validation code from image-tools to https://github.com/opencontainers/umoci (which is maintained and is far more solid as an image tool than image-tools) and then archive the image-tools repo. Unfortunately I haven't gotten around to doing that yet.

However I would not use it for any other image operations -- please use umoci for those things (there are several long-standing bugs in image-tools which ended up motivating me to write umoci in the first place).

@cyphar cool, thanks. I will try out image-tools for this, for now.

Appreciate if we can know when the transition happens. Also, it would be nice if a newbie to OCI details and concepts can be provided with a quickstart guide which can be used for aligning the container images to the specification. Please send any such documentation if already exists.

Plus, please let me know if I should keep this issue open to track the transition to umoci or close it.

@cyphar
Copy link
Member

cyphar commented Feb 22, 2021

I've opened opencontainers/umoci#361 to track this.

@chirangaalwis
Copy link
Author

@cyphar cool thanks. Closing the issue as per #823 (comment).

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

No branches or pull requests

2 participants