👩🚀 Introducing Depot Registry — A high performance global CDN backed registry
👩🚀 Introducing Depot Registry
GitHub Actions Benchmark
Moby
moby/mobyMoby is an open-source project created by Docker to enable and accelerate software containerization. It provides a "Lego set" of toolkit components, the framework for assembling them into custom container-based systems, and a place for all container enthusiasts and professionals to experiment and exchange ideas.
With
depot build
, the past 10 runs were32% faster
saving a total of
1m 34s
compared to
docker build
.About the benchmark
For every commit to moby/moby, GitHub Actions runs one workflow job building the project with the
docker/build-push-action
action and caching enabled and one workflow job building the project with depot build
. The time each job takes is recorded and visualized here.Last 10 GitHub Actions Runs
Merge pull request #49493 from thaJeztah/enable_nakedret
Depot
21s / 13% fasterDocker
24sMerge pull request #49573 from thaJeztah/denoise_ci
Depot
28s / 22% slowerDocker
23sMerge pull request #49571 from thaJeztah/registry_improve_tests
Depot
19s / 21% fasterDocker
24sMerge pull request #49559 from thaJeztah/testutil_remove_isErrNotFoundSwarmClassic
Depot
19s / 37% fasterDocker
30sMerge pull request #49570 from vvoland/golangci-is-alias
Depot
18s / 2.6x fasterDocker
46sMerge pull request #49568 from thaJeztah/dismantle_ParseRepositoryInfo
Depot
20s / 26% fasterDocker
27sMerge pull request #49512 from thaJeztah/portallocator_unexport
Depot
21s / 0% fasterDocker
21sMerge pull request #49544 from thaJeztah/fix_windows_errors
Depot
20s / 2.1x fasterDocker
41sMerge pull request #49563 from thaJeztah/graphdriver_noshadow
Depot
16s / 48% fasterDocker
31sMerge pull request #49551 from thaJeztah/libcontainerd_less_stubbing
Depot
19s / 32% fasterDocker
28sDocker Workflow
jobs:
benchmark-docker:
name: Build with Docker
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: docker/setup-buildx-action@v2
- uses: docker/build-push-action@v2
with:
tags: depot/benchmark-moby:benchmark
cache-from: type=gha
cache-to: type=gha,mode=max
View workflow source benchmark-docker:
name: Build with Docker
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: docker/setup-buildx-action@v2
- uses: docker/build-push-action@v2
with:
tags: depot/benchmark-moby:benchmark
cache-from: type=gha
cache-to: type=gha,mode=max
Depot Workflow
jobs:
benchmark-depot:
name: Build with Depot
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: depot/setup-action@v1
- uses: depot/build-push-action@v1
with:
tags: depot/benchmark-moby:benchmark
View workflow source benchmark-depot:
name: Build with Depot
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: depot/setup-action@v1
- uses: depot/build-push-action@v1
with:
tags: depot/benchmark-moby:benchmark
Your builds have never been this quick.
Start building