Skip to content

Commit d6ec5ad

Browse files
authored
Merge pull request #25379 from dhiltgen/add_buildkit_cli_to_blog
Add mention of kubectl BuildKit CLI plugin to dockershim faq
2 parents ab09ae8 + 43c3440 commit d6ec5ad

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

content/en/blog/_posts/2020-12-02-dockershim-faq.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,13 +141,14 @@ runtime where possible.
141141
Another thing to look out for is anything expecting to run for system maintenance
142142
or nested inside a container when building images will no longer work. For the
143143
former, you can use the [`crictl`][cr] tool as a drop-in replacement (see [mapping from docker cli to crictl](https://kubernetes.io/docs/tasks/debug-application-cluster/crictl/#mapping-from-docker-cli-to-crictl)) and for the
144-
latter you can use newer container build options like [img], [buildah], or
145-
[kaniko] that don’t require Docker.
144+
latter you can use newer container build options like [img], [buildah],
145+
[kaniko], or [buildkit-cli-for-kubectl] that don’t require Docker.
146146

147147
[cr]: https://github.com/kubernetes-sigs/cri-tools
148148
[img]: https://github.com/genuinetools/img
149149
[buildah]: https://github.com/containers/buildah
150150
[kaniko]: https://github.com/GoogleContainerTools/kaniko
151+
[buildkit-cli-for-kubectl]: https://github.com/vmware-tanzu/buildkit-cli-for-kubectl
151152

152153
For containerd, you can start with their [documentation] to see what configuration
153154
options are available as you migrate things over.

0 commit comments

Comments
 (0)