👩🚀 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 were9% faster
saving a total of
37s
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 #50022 from mmorel-35/thelper
Depot
28s / 35% fasterDocker
43sMerge pull request #50147 from robmry/inspect_overlay_enableipv4
Depot
18s / 22% fasterDocker
23sMerge pull request #50127 from thaJeztah/swagger_uint
Depot
29s / 29% fasterDocker
41sMerge pull request #50087 from vvoland/vendor-miekgdns
Depot
28s / 35% fasterDocker
43sMerge pull request #50054 from robmry/fix_port_mapping
Depot
1m 59s / 170% slowerDocker
44sMerge pull request #50051 from robmry/nftables_no_docker_user
Depot
26s / 42% fasterDocker
45sMerge pull request #50059 from shangmu/master
Depot
38s / 32% fasterDocker
56sMerge pull request #50128 from thaJeztah/bump_cli
Depot
27s / 48% fasterDocker
52sMerge pull request #50124 from thaJeztah/resolvconf_table_test
Depot
19s / 17% fasterDocker
23sMerge pull request #50109 from vvoland/binimage-nosha
Depot
30s / 3% slowerDocker
29sDocker 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