From cbb93deee1953c1e9d5f974abd62a96676aa68f9 Mon Sep 17 00:00:00 2001 From: Jason Hall Date: Mon, 8 May 2023 14:03:31 -0400 Subject: [PATCH] mention ko tekton task (#1039) --- docs/advanced/faq.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/advanced/faq.md b/docs/advanced/faq.md index 1eb7defe..a0ebce7c 100644 --- a/docs/advanced/faq.md +++ b/docs/advanced/faq.md @@ -56,10 +56,6 @@ ko build ./ --platform=windows/amd64 - Symlinks in `kodata` are ignored when building Windows images; only regular files and directories will be included in the Windows image. -## Can I optimize images for [eStargz support](https://github.com/containerd/stargz-snapshotter/blob/v0.7.0/docs/stargz-estargz.md)? - -Yes! Set the environment variable `GGCR_EXPERIMENT_ESTARGZ=1` to produce eStargz-optimized images. - ## Does `ko` support autocompletion? Yes! `ko completion` generates a Bash/Zsh/Fish/PowerShell completion script. @@ -89,6 +85,7 @@ Oh, you betcha. Here's a partial list: - `ko` support in [Skaffold](https://skaffold.dev/docs/pipeline-stages/builders/ko/) - `ko` support for [goreleaser](https://goreleaser.com/customization/ko/) +- `ko` task in the [Tekton catalog](https://github.com/tektoncd/catalog/tree/main/task/ko/) - `ko` support in [Carvel's `kbld`](https://carvel.dev/kbld/docs/latest/config/#ko) - `ko` extension for [Tilt](https://github.com/tilt-dev/tilt-extensions/tree/master/ko)