Skip to content

Commit

Permalink
Merge pull request #29 from depot/cache-storage
Browse files Browse the repository at this point in the history
Cache storage
  • Loading branch information
kylegalbraith authored Nov 17, 2023
2 parents 795bca8 + f42c231 commit fb279c0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion content/overview/core-concepts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Organizations are able to create as many projects as they would like and can del

### Cache Storage Policy

A cache storage policy is specified per project. It defines how much cache to keep. When the cache goes beyond that size, the oldest cache entries are deleted. The default cache storage policy is 50 GB, but is configurable up to 500 GB.
A cache storage policy is specified per project. It defines how much cache to keep for each architecture you build. When the cache goes beyond that size, the oldest cache entries are deleted. The default cache storage policy is 50 GB, but is configurable up to 500 GB.

## Builds

Expand Down
4 changes: 4 additions & 0 deletions content/overview/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ Yes! Depot supports native Arm container builds out of the box. We detect the ar

Yes! Check out our [integration guide](/docs/guides/arm-containers#what-about-multi-architecture-containers) on how we do it.

### How should I use Depot with a monorepo setup?

If you're building multiple images from a single monorepo, and the builds are lightweight, we tend to recommend using a single project. But we detail some other options in our [monorepo guide](/blog/how-to-use-depot-in-monorepos).

### Can I use Depot with my existing `docker build` or `docker buildx build` commands?

Yes! We have a [`depot configure-docker`](/docs/cli/reference#depot-configure-docker) command that configures Depot as a plugin for the Docker CLI and sets Depot as the default builder for both `docker build` and `docker buildx build`. See our [`docker build` guide](/docs/guides/docker-build) for more details.
Expand Down

0 comments on commit fb279c0

Please sign in to comment.