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

feat: expose capability to get OCI image configuration. #90

Merged
merged 1 commit into from
Jun 19, 2024

Conversation

jvanz
Copy link
Member

@jvanz jvanz commented Jun 18, 2024

Description

Adds a new function to allow policy author to get the OCI image manifest and configuration from a given OCI image name.

Fix #87

@jvanz jvanz self-assigned this Jun 18, 2024
@jvanz jvanz requested a review from a team as a code owner June 18, 2024 15:57
@jvanz jvanz added this to the 1.14 milestone Jun 18, 2024
Adds a new function to allow policy author to get the OCI image manifest
and configuration from a given OCI image name.

Signed-off-by: José Guilherme Vanz <[email protected]>
Copy link
Member

@viccuad viccuad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@jvanz jvanz merged commit eeb207c into kubewarden:main Jun 19, 2024
5 checks passed
@jvanz jvanz deleted the oci-image-config branch June 19, 2024 13:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add the host capability to get the container image config in the Go SDK
3 participants