Skip to content

inspect: fix printing of driver options#1066

Merged
tonistiigi merged 1 commit intodocker:masterfrom
crazy-max:fix-inspect
Apr 13, 2022
Merged

inspect: fix printing of driver options#1066
tonistiigi merged 1 commit intodocker:masterfrom
crazy-max:fix-inspect

Conversation

@crazy-max
Copy link
Copy Markdown
Member

follow-up #1003 (comment)

current behavior:

Name:   builder
Driver: docker-container

Nodes:
Name:            builder0
Endpoint:        unix:///var/run/docker.sock
Driver Options:  env.BUILDKIT_STEP_LOG_MAX_SIZE=-1
,                env.BUILDKIT_STEP_LOG_MAX_SPEED=-1
,                env.JAEGER_TRACE=localhost:6831
,                image=moby/buildkit:master
,                network=host
Status:          running
Flags:           --debug --allow-insecure-entitlement security.insecure --allow-insecure-entitlement network.host
Platforms:       linux/amd64, linux/amd64/v2, linux/amd64/v3, linux/arm64, linux/riscv64, linux/ppc64le, linux/s390x, linux/386, linux/mips64le, linux/mips64, linux/arm/v7, linux/arm/v6

now:

Name:   builder
Driver: docker-container

Nodes:
Name:           builder0
Endpoint:       unix:///var/run/docker.sock
Driver Options: env.BUILDKIT_STEP_LOG_MAX_SIZE="-1" env.BUILDKIT_STEP_LOG_MAX_SPEED="-1" env.JAEGER_TRACE="localhost:6831" image="moby/buildkit:master" network="host"
Status:         running
Flags:          --debug --allow-insecure-entitlement security.insecure --allow-insecure-entitlement network.host
Platforms:      linux/amd64, linux/amd64/v2, linux/amd64/v3, linux/arm64, linux/riscv64, linux/ppc64le, linux/s390x, linux/386, linux/mips64le, linux/mips64, linux/arm/v7, linux/arm/v6

Signed-off-by: CrazyMax crazy-max@users.noreply.github.com

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
@crazy-max crazy-max requested a review from tonistiigi April 12, 2022 18:59
@tonistiigi tonistiigi merged commit b7c4fe5 into docker:master Apr 13, 2022
@crazy-max crazy-max deleted the fix-inspect branch May 17, 2022 01:06
@crazy-max crazy-max added this to the v0.9.0 milestone Jun 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants