CrazyMax
CrazyMax
carry and closes #267 fixes #162 The allowed characters for usernames in Unix systems typically follow these guidelines: * Alphanumeric characters: Both uppercase and lowercase letters (`A-Z`, `a-z`) are allowed....
follow-up https://github.com/docker/docker-credential-helpers/pull/282#issuecomment-1566199692 ~needs https://github.com/docker/docker-credential-helpers/pull/282~
moved to https://github.com/docker/packaging/tree/main/pkg/credential-helpers Signed-off-by: CrazyMax
don't need extra stages per target os. Signed-off-by: CrazyMax
* ~needs or closes #2341~ Update buildkit to 0.13.0 in our Dockerfile as well.
follow-up discussion with @tonistiigi related to https://github.com/docker/buildx/pull/1681 Previously we got `containerimage.buildinfo` in the metadata file but `buildinfo` has been removed in BuildKit 0.12 (https://github.com/moby/buildkit/pull/3582): https://github.com/moby/buildkit/blob/master/docs/deprecated.md#build-information This was useful to see...
follow-up https://github.com/docker/buildx/pull/2330 The `--load` case is not properly handled in v0.13 and previous v0.12 as it doesn't append but overrides the outputs: ```hcl target "foo" { output = [ "type=local,dest=out"...
* ~needs https://github.com/moby/buildkit/pull/4736~
https://github.com/docker/buildx/actions/runs/7497192425/job/20410408807#step:6:5  @dvdksn Not critical but we should look at it.