-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
buildx(builder): inspect devices and new gc policy opts support
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
- Loading branch information
Showing
4 changed files
with
195 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
Name: nvidia | ||
Driver: docker-container | ||
Last Activity: 2025-02-14 15:57:45 +0000 UTC | ||
|
||
Nodes: | ||
Name: nvidia0 | ||
Endpoint: unix:///var/run/docker.sock | ||
Driver Options: image="moby/buildkit:local" | ||
Status: running | ||
BuildKit daemon flags: --allow-insecure-entitlement=network.host | ||
BuildKit version: v0.20.0-rc2-4-gd30d8e22c.m | ||
Platforms: linux/amd64, linux/amd64/v2, linux/amd64/v3, linux/arm64, linux/riscv64, linux/ppc64le, linux/s390x, linux/386, linux/arm/v7, linux/arm/v6 | ||
Features: | ||
Cache export: true | ||
Docker exporter: true | ||
Multi-platform build: true | ||
OCI exporter: true | ||
Labels: | ||
org.mobyproject.buildkit.worker.executor: oci | ||
org.mobyproject.buildkit.worker.hostname: 76ac9a510d96 | ||
org.mobyproject.buildkit.worker.network: host | ||
org.mobyproject.buildkit.worker.oci.process-mode: sandbox | ||
org.mobyproject.buildkit.worker.selinux.enabled: false | ||
org.mobyproject.buildkit.worker.snapshotter: overlayfs | ||
Devices: | ||
Name: nvidia.com/gpu=all | ||
Automatically allowed: false | ||
Annotations: | ||
foo: bar | ||
org.mobyproject.buildkit.device.autoallow: true | ||
GC Policy rule#0: | ||
All: false | ||
Filters: type==source.local,type==exec.cachemount,type==source.git.checkout | ||
Keep Duration: 48h0m0s | ||
Max Used Space: 488.3MiB | ||
GC Policy rule#1: | ||
All: false | ||
Keep Duration: 1440h0m0s | ||
Reserved Space: 9.313GiB | ||
Max Used Space: 93.13GiB | ||
Min Free Space: 188.1GiB | ||
GC Policy rule#2: | ||
All: false | ||
Reserved Space: 9.313GiB | ||
Max Used Space: 93.13GiB | ||
Min Free Space: 188.1GiB | ||
GC Policy rule#3: | ||
All: true | ||
Reserved Space: 9.313GiB | ||
Max Used Space: 93.13GiB | ||
Min Free Space: 188.1GiB |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters