Brandon Caton

Results 14 issues of Brandon Caton

Running command `skopeo delete docker://gcr.io//: --creds `. Fails with: `{"errors":[{"code":"GOOGLE_MANIFEST_DANGLING_TAG","message":"Manifest is still referenced by tag: "}]} (400 Bad Request)" ` It looks like it is attempting to delete the manifest...

In OCP 4.14 and previous, the `pod.status.containerStatuses.imageID` field contained the resolved image and digest that was used for the pod. In OCP 4.15 the `imageID` field seems to contain a...

lifecycle/rotten

Adds the OCI Artifact Manifest and the Referrers API. Work to be done: - Scope the referrers lookup to the requested repository

do-not-merge/work-in-progress

Currently fails to generate report if neither a tag or digest is specified. This was to due previously reading the image from `containerStatus.Image` which added `:latest` if not tag was...

The PR describing the [OCI Artifact Manifest spec has been merged.](https://github.com/opencontainers/image-spec/pull/934) The [schema described in the PR](https://github.com/opencontainers/image-spec/blob/main/artifact.md) seems to be the same as the ORAS Artifact spec. How will the...

The global readonly superuser is missing read only permissions on certain GET api's. This adds change adds those permissions.

API changes required to support immutable tags. Includes the following features: - Modified API to support make a tag immutable - Preventing repositories from being set to mirror or proxy...