CrazyMax

Results 1192 comments of CrazyMax

Yes looks like it: https://github.com/nextcloud/desktop/issues/7234

The following check https://docs.docker.com/reference/build-checks/copy-ignored-file/ should warn about the file being ignored. @tonistiigi Do you recall why we have this check behind experimental? But I agree that we should add complementary...

I see we set `IncludePatterns` and don't set `ExcludePatterns` during frontend convert: https://github.com/moby/buildkit/blob/16fb975483407395b46e8831a5aceee56808a679/frontend/dockerfile/dockerfile2llb/convert.go#L1580-L1589 and so defer to LLB which will return not found. If we set `ExcludePatterns` we could then...

Is it happening as well with `version: latest` (currently 27.3.1)?

> @thaJeztah @crazy-max I started looking at making `buildx build` the canonical CLI reference page for `docker build`, and repurposing the prevous `docker [image] build` page to cover only the...

> Wondering if we should use `docker build` or `docker buildx build` in the examples on the Buildx reference page after this. I think using canonical `docker buildx build` would...

I was thinking you could use [`formatdate`](https://developer.hashicorp.com/terraform/language/functions/formatdate) but format is limited and `X` is not supported: ```hcl variable "BUILD_TIME" { type = string default = timestamp() } variable "SOURCE_DATE_EPOCH" {...

Yes I think we could implement this but not just for Windows. It should be part of the logging logic.

Seems your branch is not up to date with base one. Can you rebase?

What's the output of: ``` docker buildx imagetools inspect registry.domain.com/myalpine ```