vmware-archive / buildkit-cli-for-kubectl

BuildKit CLI for kubectl is a tool for building container images with your Kubernetes cluster
Other
499 stars 41 forks source link

Possibility to use this tool with cri-o ? #124

Closed afbjorklund closed 10 months ago

afbjorklund commented 2 years ago

Describe the problem/challenge you have

Currently there is support for "containerd" and "docker", but not for "cri-o". https://cri-o.io

Description of the solution you'd like

Possibility to load the image into crio.sock, similar to containerd.sock or docker.sock

Design/Architecture Details [If you're have thoughts on how this should be implemented, please share those details]

Environment Details:

Vote on this request

This is an invitation to the community to vote on issues. Use the "smiley face" up to the right of this comment to vote.

afbjorklund commented 10 months ago

To answer my own question, you would start up a podman.sock and mount it to the pod as docker.sock

Since podman and cri-o are sharing the image storage (but not the container storage), this would work