Cory Snider
Cory Snider
> the existing handling is a bit surprising - `0.0.0.0` means "any v4 or v6 address" but `::` means "any v6 address" Why carry the surprising behaviour through into the...
@thaJeztah the latest codecov uploader for macOS is built for arm64, which fails with -EBADARCH on Intel macs. Migrating to the v4 action might work as it uses the codecov...
This PR is described as fixing #44921. The internal user story says "Description and A/C in #44921." The acceptance criteria for #44921 are to fix the regression _for all four...
https://github.com/moby/moby/pull/41285#issuecomment-694422616 > - future release; enable both `--tls` and `--tlsverify` by default: if a user didn't specify options, the daemon will fail to start as no certs are provided >...
An entry needs to be added to the [deprecation log](https://github.com/docker/cli/blob/master/docs/deprecated.md) before we can enable `--tlsverify` by default.
> Is there something wrong with the validate/validate-md check? No. https://github.com/docker/cli/blob/2f529a19651763d8fa43c31e47637aae65c0dd68/.github/workflows/validate.yml#L38-L57 The markdown files are generated from the Go sources. Following Go ecosystem convention, generated files are committed to the...
I'll slice and dice this down to more manageable chunks for review, and maybe rearrange some of the commits
Closing; superseded by the broken-out PRs - #50088 - #50090 - #50091 - #50106 - #50260
Bad things seem to happen when you set an unlock key, leave the swarm then re-initialize the swarm as fast as the previous API call returns. When an unlock key...