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.
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.
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.