Uh oh!
There was an error while loading. Please reload this page.
reference: update buildx reference docs for v0.7.1 - #13488
Conversation
✔️ Deploy Preview for docsdocker ready! 🔨 Explore the source changes: 4208de2 🔍 Inspect the deploy log: https://app.netlify.com/sites/docsdocker/deploys/61b1d60cffc727000716cc61 😎 Browse the preview: https://deploy-preview-13488--docsdocker.netlify.app |
crazy-max
commented
Nov 5, 2021
Just tested with |
crazy-max
commented
Nov 5, 2021
@thaJeztah Seems like some markdown is not correctly handled by Jekyll: https://github.com/docker/docker.github.io/runs/4114420444?check_suite_focus=true#step:6:18 |
thaJeztah
commented
Nov 5, 2021
Interesting; so it did create a link, but for some reason of the whole markdown link 🤔 Let me check the source (almost at my computer) |
thaJeztah
commented
Nov 5, 2021
Looks like the source is wrong? |
crazy-max
commented
Nov 5, 2021
Yes indeed, was looking at the wrong line. |
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
| $ docker buildx build --allow security.insecure . | ||
| ``` | ||
| ### Size of `/dev/shm` (--shm-size) {#shm-size} |
There was a problem hiding this comment.
We haven't shipped buildx 0.7 yet with Docker Desktop (or the linux packages), so perhaps we should wait for the next Docker Desktop release 🤔
There was a problem hiding this comment.
Which reminds me; could you open a PR to update docker-ce-packaging? https://github.com/docker/docker-ce-packaging/blob/master/plugins/buildx.installer
There was a problem hiding this comment.
Yes indeed we can keep it as draft in the meantime
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
@thaJeztah Buildx 0.7.1 is now shipped with Docker Desktop 4.3.0. Updated with |
thaJeztah
left a comment
There was a problem hiding this comment.
LGTM, thanks!
I was wondering what options we would have to integrate the bake flow into docker compose (as the repository already uses compose to create local previews; perhaps some target in compose that's using a separate profile could integrate it somehow).
Definitely not for this PR though; this should be good to go 👍
| else ifneq (, $(shell which buildx)) | ||
| export BUILDX_CMD = $(which buildx) |
There was a problem hiding this comment.
nit; perhaps this should use command -v instead of which 🤔
Follow-up docker/buildx#762
Generate YAML docs from remote bake definition for buildx to keep track of changes.
Expected usage when release
v0.7.0will be created on buildx repo:Output example:
cc @thaJeztah@tonistiigi
Signed-off-by: CrazyMax crazy-max@users.noreply.github.com