Benjamin Segall
Benjamin Segall
This is WIP until the upsteam PR https://github.com/bazelbuild/remote-apis/pull/298 is merged
"google.golang.org/genproto/googleapis/longrunning" is deprecated in favor of "cloud.google.com/go/longrunning/autogen/longrunningpb" "google.golang.org/genproto/googleapis/api" and "google.golang.org/genproto/googleapis/rpc" are separate go module now Use of these old dependencies is complicating updating dependencies in remote-apis-sdks and reclient. Tested in...
Fixes ### Description This patch allows disabling of the 2 action types that allow modification of syscall behaviour. This is desirable in certain scenarios to prevent privilage escalation via loading...
Update repo to use MODULE.bazel instead of WORKSPACE dependencies. This brings go bazel dependencies in line with go.mod There is a manually pinned version of `remote-apis` that will be required...
### Description It would be convenient if a buildkit instance could be configured to default to a specific frontend. The usecase for us is that we have developed a frontend...
Fixes #2573 ### Description ### Changelog ```release-note ```
### Contributing guidelines - [x] I've read the [contributing guidelines](https://github.com/docker/buildx/blob/master/.github/CONTRIBUTING.md) and wholeheartedly agree ### I've found a bug and checked that ... - [x] ... the documentation does not mention...
### Description I would like to be able to set the `--secret` flag via an environment variable so that I can have some secrets always automatically specified for my `docker...
Would the rootlesskit project consider checking in vendored go dependencies using https://go.dev/ref/mod#vendoring? If so would you accept a PR to add this?
By vendoring go dependencies using https://go.dev/ref/mod#vendoring it makes it much easier to build rootlesskit in a repeatable and even offline way. Fixes: #504