Terry Howe

Results 124 issues of Terry Howe

Add support for parsing comma-separated lists of tags or digests into a list of references. This allows users to specify multiple references to the same repository in a compact format....

v3

I have functionally tested and docker.io uses bearer auth and ghcr.io uses basic auth. This should fix the Quay issue and the private registry issue. Depends on: https://github.com/oras-project/oras-go/pull/1006 Related: https://github.com/helm/helm/issues/31256...

Several `.github/workflows` reference unused branch reference `release-*`. Remove it.

good first issue

Add support for registries.conf.d https://github.com/containers/image/blob/main/docs/containers-registries.conf.d.5.md

Add support for registries.conf. This is not a full implementation it'll be a follow-up PR with more features for the file. This does contain basic support though. Based on https://github.com/containers/image/blob/main/docs/containers-registries.conf.5.md...

v3

Refactor validate methods of `Reference`. Some ideas: * just have one `Validate` method that validates the whole thing * consider not using regex as regex is slow

Remove ForceAttemptOAuth2 and add SetLegacyMode to the auth client.

v3

Deprecate ParseReference and recommend new NewReference method. Move the logic of ParseReference to NewReference and have ParseReference use NewReference

This would involve: 1. Fetching the image manifest and signatures 2. Verifying signatures using the provided GPG keys 3. Checking identity matching rules

Implement optional tag deletion API. > Just a note: The [tag deletion API](https://github.com/opencontainers/distribution-spec/blob/v1.1.1/spec.md#content-management) is an optional feature in the distribution-spec, which states, > > A registry MAY implement tag deletion,...