Hal Blackburn

Results 39 comments of Hal Blackburn

Fantastic, thanks for your help with this @NickCrews, I really appreciate it, especially as this turned out to be quite a significant change! I'd want to frame the changes in...

Because it's still v0, under semver, the version bump could be minor if you'd rather not do v1 yet.

I noticed this while digging around in the commit history just now for another issue I reported. This change was introduced in some refactoring by the original author after the...

FWIW, as a docopt user, I value that docopt itself is super-simple. I get that you'd like to keep validation rules in-sync with the usage, but ultimately the usage text...

Sure. In my reply I was thinking of what you said here: > The problem with your snipped is, that the information is duplicated and can get out of sync....

Hey @david22swan, thanks for checking. I'm not sure to be honest, as I'm using PDK inside a linux container when developing now, I don't have it installed natively on OSX...

The [Verify SBOM attestations ](https://docs.docker.com/build/attestations/sbom/#verify-sbom-attestations) section in the docs have an example that works: ```console $ docker buildx build \ --sbom=true \ --output type=local,dest=out . ``` i.e. use the `local`...

It's still an issue, but should be fixed by the work in #11133.

I've found I can do multi-arch buildx builds on a dockerd running inside an unprivileged sysbox-runc container as long as the underlying OS where sysbox-runc is installed already has the...