👩🚀 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 were23% faster
saving a total of
1m 20s
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 #49727 from robmry/rootlesskit_iptables_check
Depot
43s / 49% fasterDocker
1m 24sMerge pull request #49720 from robmry/iptablesnetwork_per_port_rules
Depot
30s / 36% fasterDocker
47sMerge pull request #49714 from thaJeztah/distribution_cleanups
Depot
22s / 27% fasterDocker
30sMerge pull request #49735 from thaJeztah/sync_swagger_docs
Depot
28s / 33% slowerDocker
21sMerge pull request #49729 from robmry/no_rootless_unit_tests
Depot
19s / 27% fasterDocker
26sMerge pull request #49726 from kristianheljas/image-get-platform-parameter
Depot
19s / 24% fasterDocker
25sMerge pull request #49718 from vvoland/api-1.49
Depot
28s / 22% fasterDocker
36sMerge pull request #49609 from thaJeztah/client_more_canonical
Depot
34s / 21% slowerDocker
28sMerge pull request #49608 from thaJeztah/atomicwriter_sequential
Depot
23s / 21% fasterDocker
29sMerge pull request #49710 from robmry/simplify_bridge_legacy_links
Depot
29s / 0% fasterDocker
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