We use cookies to understand how people use Depot.
🚀 All of the performance of Depot, now for GitHub Actions Runners!
← All Posts

New feature: Select the region for your Depot projects

Written by
kyle
Kyle Galbraith
Published on
12 December 2022
Building your Docker images just got even faster with the ability to launch Depot builders in the region closest to your registries.
New feature: Select the region for your Depot projects banner

Today, we are excited to announce the ability to choose the region for your Depot project when using our Premium Usage plan. This feature allows you to launch your image builders in the region closest to your registry by selecting your desired region when creating a new project.

Project region selection

For Depot-hosted projects, you can select between our US East and EU Central regions. Then, when a build is routed to that project via either our depot build CLI or depot/build-push-action in GitHub Actions, we will route the build to a builder in that region.

$ depot build -t 12345678910.dkr.ecr.eu-central-1.amazonaws.com --push .

The build command above would have seen a bottleneck at the final step of the image build when the layers & manifest got pushed to the registry. This bottleneck was because, by default, the project was in us-east-1 and had to push across the network over to eu-central-1.

Now, when the builder is in a region closest to your registry, pushing your resulting image becomes significantly quicker because there is far less network latency between our remote builder and your registry.

We currently allow you to choose between our US East and EU Central regions when creating a project or editing an existing project when you are on the Premium Usage plan. However, if you need a region outside the current ones we offer, please drop us an email, and we will be happy to launch the one you need.

Build 40x faster
Get started for free →