We use
cookies
to understand how people use Depot.
Accept cookies
Reject cookies
Depot
Sign In
Sign Up
Menu
Features
Pricing
Blog
Docs
Help
About
Sign In
Sign Up
Blog
Kyle Galbraith
1 August 2022
Depot Changelog: July 2022
It's been a little quieter this past month, but big things are coming over the horizon. Let's dig into what we have been working on over the past month and are building to in the near future.
Kyle Galbraith
22 July 2022
How to reduce the size of a Docker image using dive
Reducing the overall image size is key to building and launching Docker images as quickly as possible. The smaller the image size, the less network bandwidth we have to consume to build and launch it.
Kyle Galbraith
8 July 2022
Depot Changelog: June 2022
Depot is coming out of beta! Here is what we built in June and what we're working on next.
Kyle Galbraith
27 June 2022
How to use Docker layer caching in GitHub Actions
One of the keys to building a Docker image quickly is making use of the layer cache as frequently as possible. More cache hits means faster build times. Here we dive into how to make use of the layer cache in GitHub Actions.
Kyle Galbraith
21 June 2022
New feature: project tokens
You can now authenticate to Depot with a project-specific API token, for fine-grained access control over your Docker builds.
Kyle Galbraith
12 June 2022
Depot Changelog: May 2022
Here is everything that is new with Depot after our first month of learning and iterating with all of our great collaborators during closed beta.
Jacob Gillespie
7 June 2022
Fast Dockerfiles: theory and practice
Writing a Dockerfile that builds quickly involves understanding the Docker layer cache and working with it to maximize the number of cache hits between builds.
Kyle Galbraith
26 May 2022
How to build Arm and multi-architecture containers today
The state of building Arm and multi-architecture containers today is filled with tradeoffs and complexities. In this post, we explore the current options, including how Depot addresses these challenges.
Kyle Galbraith
12 May 2022
Introducing Depot — A faster way to build Docker images
Depot is a new container build service with blazing fast compute and persistent caching, for both Intel and Arm containers.