> Set up Docker Buildx
>
Build
>
Post Build
Post Set up Docker Buildx
1 Post job cleanup.
2 ▼ Buildkit container logs
3 /usr/bin/docker logs buildx_buildkit_builder-d0717781-9f25-4164-9b78-e803a47b13970
4 time="2021-04-23T18:02:37Z" level=info msg="auto snapshotter: using overlayfs"
5 time="2021-04-23T18:02:37Z" level=warning msg="using host network as the default"
6 time="2021-04-23T18:02:37Z" level=info msg="found worker \"uzhz7y1bkp49oxf8q42rmk0xj
linux/riscv64 linux/ppc64le linux/s390x linux/386 linux/arm/v7 linux/arm/v6]"
7 time="2021-04-23T18:02:37Z" level=warning msg="skipping containerd worker, as \"/run
8 time="2021-04-23T18:02:37Z" level=info msg="found 1 workers, default=\"uzhz7y1bkp490
9 time="2021-04-23T18:02:37Z" level=warning msg="currently, only the default worker ca
10 time="2021-04-23T18:02:37Z" level=info msg="running server on /run/buildkit/buildkit
11 time="2021-04-23T18:02:38Z" level=debug msg="session started"
12
13 time="2021-04-23T18:02:38Z" level=debug msg="new ref for local: k6cf9av3n3y9fi2i6rpc
14 time="2021-04-23T18:02:38Z" level=debug msg="diffcopy took: 8.811198ms"
15 time="2021-04-23T18:02:38Z" level=debug msg="saved k6cf9av3n3y9fi2i6rpciwi2m as loca
16 time="2021-04-23T18:02:38Z" level=debug msg="new ref for local: vdqkvm3904b9hepjcq3k
17 time="2021-04-23T18:02:38Z" level=debug msg="diffcopy took: 6.168678ms"
18 time="2021-04-23T18:02:38Z" level=debug msg="saved vdqkvm3904b9hepjcq3k9dprz as loca
19 time="2021-04-23T18:02:38Z" level=debug msg=resolving host=registry-1.docker.io
20 time="2021-04-23T18:02:38Z" level=debug msg="do request" host-registry-1.docker.io r
application/vnd.oci.image.index.v1+json, */*" request.header.user-agent=containerd/1.4
time-"2021.04.23T18:03:38Z" level-debug msg="fatch response received" host-registry
Explanation
The image shows a log output from a Docker Buildx process. The log entries include timestamps, log levels (info, warning, debug), and messages related to building a Docker image. The messages cover tasks such as auto snapshotting, worker selection, and the transfer of image layers.