Skip to content

Commit

Permalink
estargz note
Browse files Browse the repository at this point in the history
  • Loading branch information
kylegalbraith committed Aug 9, 2023
1 parent 029fb58 commit 456181c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions content/overview/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,13 @@ If you would like to clean up the clutter, you can run your build with `--proven
```shell
depot build -t <your-registry> --push --provenance=false .
```

### Does Depot support building images in any lazy-pulling compatible format? e.g. estargz, nydus or others?

Depot supports building images in any lazy-pulling compatible format. You can build an estargz image by setting the `--output` flag at build time:

```shell
depot build \
--output "type=image,name=repo/image:tag,push=true,compression=estargz,oci-mediatypes=true force-compression=true" \
.
```

0 comments on commit 456181c

Please sign in to comment.