You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
buildx/driver/kubernetes
Akihiro Suda add4301ed6
kubernetes: replace deprecated seccomp annotations with securityContext
Kubernetes added the official `securityContext.seccompProfile` support in Kubernetes 1.19.
Seccomp is still disabled by default.

The legacy `container.seccomp.security.alpha.kubernetes.io/<PODNAME>` annotation has been deprecated and will be unsupported in Kubernetes 1.25.
https://kubernetes.io/docs/tutorials/security/seccomp/

A test cluster can be created with the following minikube command:
```
minikube start --feature-gates SeccompDefault=true --extra-config kubelet.seccomp-default=true
```

Related to moby/buildkit PR 2782

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
3 years ago
..
context Remove uses of deprecated io/ioutil 3 years ago
execconn new driver: kubernetes 5 years ago
manifest kubernetes: replace deprecated seccomp annotations with securityContext 3 years ago
podchooser vendor: update buildkit to 2943a0838 4 years ago
driver.go Add an option to buildx rm to keep the buildkitd daemon running 3 years ago
factory.go Add support for defining kubernetes tolerations 3 years ago