Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: printing driver options #1003

Merged
merged 1 commit into from
Mar 17, 2022
Merged

Conversation

developer-guy
Copy link
Contributor

Signed-off-by: Batuhan Apaydın [email protected]

I've created a builder for an example to be able to test this feature by simply running the following commands:

$ docker buildx create --name buildkitd-rootless-nightly --driver-opt image=moby/buildkit:nightly-rootless

I got the following result:

Screen Shot 2022-03-15 at 21 53 59

commands/inspect.go Outdated Show resolved Hide resolved
Signed-off-by: Batuhan Apaydın <[email protected]>
Copy link
Member

@crazy-max crazy-max left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

@crazy-max crazy-max merged commit 1ca30a5 into docker:master Mar 17, 2022
@crazy-max
Copy link
Member

@developer-guy There seems to be an issue:

Name:   builder
Driver: docker-container

Nodes:
Name:            builder0
Endpoint:        unix:///var/run/docker.sock
Driver Options:  image=moby/buildkit:local
,                network=host
,                env.BUILDKIT_STEP_LOG_MAX_SIZE=-1
,                env.BUILDKIT_STEP_LOG_MAX_SPEED=-1
,                env.JAEGER_TRACE=localhost:6831
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

@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.

3 participants