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

docs: updates and guides #953

Merged
merged 5 commits into from
Feb 17, 2022
Merged

docs: updates and guides #953

merged 5 commits into from
Feb 17, 2022

Conversation

crazy-max
Copy link
Member

fixes #289
fixes #571
fixes #668
fixes #678
fixes #896
follow-up docker/build-push-action#513
fixes docker/setup-buildx-action#112

  • usage and examples for --metadata-file and --ssh
  • useful built-in build args
  • guides docs that are linked to issues we have seen before. Should be included on docs.docker.com with automation on ci like reference docs.

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
@crazy-max crazy-max force-pushed the update-docs branch 2 times, most recently from fbb395c to e00056a Compare February 16, 2022 14:16
docs/guides/cni-networking.md Outdated Show resolved Hide resolved
@@ -0,0 +1,46 @@
# CNI networking
Copy link
Member

Choose a reason for hiding this comment

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

This is maybe more buildkit docs than buildx? (Buildx could link)

Copy link
Member Author

Choose a reason for hiding this comment

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

Moved to BuildKit repo. I kept the same intro so user understands the use case before following the link.

docs/guides/opentelemetry.md Outdated Show resolved Hide resolved
docs/guides/cicd.md Show resolved Hide resolved
docs/guides/registry-cert.md Outdated Show resolved Hide resolved
docs/guides/registry-cert.md Outdated Show resolved Hide resolved
docs/guides/registry-cert.md Outdated Show resolved Hide resolved
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
@tonistiigi tonistiigi merged commit c273e09 into docker:master Feb 17, 2022
$ docker buildx inspect --bootstrap
```

Buildx commands should be traced at `http://127.0.0.1:16686/`:
Copy link
Member

@tonistiigi tonistiigi Feb 17, 2022

Choose a reason for hiding this comment

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

When we get the otel-cli PR in good to document the "in-app tracing" part as well moby/buildkit#2572 (comment)

@crazy-max crazy-max deleted the update-docs branch February 17, 2022 19:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment