CrazyMax

Results 1198 comments of CrazyMax

https://github.com/docker/docker-credential-helpers/runs/7939788183?check_suite_focus=true#step:5:556 ``` #37 57.52 vendor/github.com/jsipprell/keyctl/sys_linux.go:97:35: undefined: syscall_keyctl ``` Might need to install dev keyctl cross pkg with xx

Having something as suggested in https://github.com/docker/buildx/pull/491#issue-773693934 with type constraints and validation like [terraform](https://www.terraform.io/docs/configuration/variables.html#declaring-an-input-variable) does would be more aligned I think: ```hcl variable "slugs" { type = list(string) default = [...

Nice docs! Looking at #3314, I wonder if this should not be moved to https://github.com/docker/buildx/blob/master/docs/reference/buildx_prune.md?

preview: https://deploy-preview-15267--docsdocker.netlify.app/sitemap.xml

@thaJeztah @usha-mandya This PR would make search engines happy :slightly_smiling_face:

@thaJeztah Except your concerns with `.git` folder being added, it LGTY? I made some comparison in our CI to see if there is a huge perf regression: Last build on...

Made some changes related to https://github.com/docker/docs/pull/15239#issuecomment-1200164942 so now remote resources are cached and fetched using Git so incremental builds are improved. This will speedup local builds by almost 62%: Before:...

> I tried setting `git.clone(depth: 1)` and it seems to fix the speed issue; I'm now back at ~180 seconds for a clean build. WDYT? Ah good point yes we...

~Fixed by https://github.com/docker/buildx/pull/618~

Seems to happen since [0.9.0](https://github.com/docker/buildx/releases/tag/v0.9.0), works fine with 0.8.2: ```dockerfile # syntax=docker/dockerfile:1 FROM docker COPY --from=docker/buildx-bin:0.8.2 /buildx /usr/libexec/docker/cli-plugins/docker-buildx COPY