Kirtana Ashok
Kirtana Ashok
This PR addresses windows images that are broken when created using the "shell form" entrypoint/cmd in Dockerfile. Associated bug - https://github.com/containerd/containerd/issues/5067 The approach taken to fix this bug is as...
Add OSVersion to platform protobuf and extend the functions in api/types/platform_helpers.go
Publish update/create events from Transfer service to update CRI's image store.
Remove dependance on wincat.exe for port forwarding on windows
This PR is a trimmed down version that implements the main logic needed to support image pull per runtime class. Intent of the PR is to get comments from containerd...
Addresses issue #1073 to add toml markup for Platform struct
It would be very helpful to have toml markup for Platform struct in https://github.com/opencontainers/image-spec/blob/main/specs-go/v1/descriptor.go#L53 . For example, we are trying to add an option of Platform type in containerd's config.toml...
This PR implements the main logic needed to support image pull per runtime class. - In K8s v1.29 CRI, a new field for RuntimeHandler was added in the ImageSpec struct....