-
Notifications
You must be signed in to change notification settings - Fork 395
Description
Hello,
We are working on getting the OCI spec extended to support encrypted images. opencontainers/image-spec#747
Once the OCI spec supports image encryption, the tools around container lifecycle will have to support the encrypting as well as decrypting a container image.
Right now, there is a PR with containerd to add this support, containerd/containerd#3134
Meanwhile, we have also added a KEP (Kubernetes Enhancement Proposal) to add support for container image decryption using kubernetes secretes, https://github.com/kubernetes/enhancements/blob/f63942200e733cd1e099df1ef9628eabeaffd11e/keps/sig-node/20190517-image-decryption.md
The tracking issue for the KEP work is, kubernetes/enhancements#1067
We believe along with the other tools in the ecosystem, containers/image should also support this upcoming image encryption in the OCI-spec. This way, tools like buildah, podman will inherit those capabilities.
@rhatdan Let me know what do you think.