Phil Estes
Phil Estes
Needs rebase due to merge conflict
> @vvoland So you are resolving a reference and the registry gives you a blob? I assume this is potentially an "artifact" use case where this code could be used...
> Regarding hosting, we should try https://github.blog/changelog/2022-09-01-github-actions-larger-runners-are-now-in-public-beta/ as well. Good point; I just read that post this morning as well. I assume our CNCF "enterprise"/OSS access will cover those runners,...
@thaJeztah did you have any further comments/concerns here? Looks like the final solution is using `oci.WithEnv()` but wanted to give you a chance in case any of your comments are...
you need to run `go mod tidy` in `integration/client` to update the separate `go.mod` for tests (they have to be in sync, and that's why the project checks CI failed)
There is now a conflict in the integration/client `go.sum` so you can try re-basing on `main` latest commit. It seems like a strange issue that the `make verify-vendor` is failing...
Thanks for updating the PR to handle the conflict; it seems that whatever the flaky problem on the original PR with vendor validation has now been resolved. However, as I...
This was an early request in the Docker engine and finally was added in v1.13.0 (2016) by moving the handling of `--rm` to the daemon side; curious whether an implementation...
> > Update golanci/golangci-lint package from v1.48.0 to v1.50.1. > > This doesn't appear in the diff. It does appear to be here in the commit
That seems totally reasonable. Let me see about getting the pipeline updated in `mquery` for that