Azure / draft-classic

A tool for developers to create cloud-native applications on Kubernetes.
https://draft.sh
MIT License
3.92k stars 395 forks source link

Switch to the podman api and support OCI compliant builds #916

Closed danmikita closed 5 years ago

danmikita commented 5 years ago

Podman provides an API to execute OCI compliant container builds which would be more inline with the direction of the K8s ecosystem.

danmikita commented 5 years ago

After digging further into this, I think it is still too early. Neither minikube nor minishift fully support the requirements for podman yet. I'm going to close this for now.