Brandon Mitchell
Brandon Mitchell
Our governance template doesn't call this out how working groups can add or remove maintainers, and I didn't see details in the TOB governance for the group itself to vote...
The pull through registry proxy appears to only support Bearer authentication requests. Attempting to proxy to a site like docker.pkg.github.com fails since they require basic auth: ``` $ curl -v...
## Problem description Deleting a tag using the OCI delete API leaves the tag listed in the Hub UI and leaves the image pullable by digest, but not by tag....
## Problem description Attempting to delete manifests using the OCI delete API fals with a 405 (method not allowed) error. The definition for this API can be found at: https://github.com/opencontainers/distribution-spec/blob/main/spec.md#deleting-manifests...
## Problem description Pushing an OCI image manifest with a `subject` field is returning a 404 on Docker Hub: ``` $ regctl image copy --referrers ocidir://regctl:scratch sudobmitch/demo:regctl-scratch -v info INFO[0000]...
OCI is approaching a 1.1.0 release on the image-spec and distribution-spec, so we are reaching out to implementations to see if you have any concerns implementing support for those changes...
OCI is approaching a 1.1.0 release on the image-spec and distribution-spec, so we are reaching out to implementations to see if you have any concerns implementing support for those changes...
Fixes #39.
There was some confusion on whether parameters could be included in the mediaType or artifactType fields. This makes the following changes: - Consolidates the definition to a single section of...
The fix in #818 appears to block the ability to specify a `GOVERSION` other than the `go.mod` value. In my own scenario, I deploy a library with associated binaries, compile...