Steve Lasker

Results 87 issues of Steve Lasker

**Describe the feature** As we make progress on [Notary v2](https://github.com/notaryproject/notaryproject), customers have asked about integration with several projects like Connaisseur. As we're not experts with Connaisseur, and we'd like to...

# Repro steps ```bash oras push $REGISTRY/$REPO \ --artifact-type 'signature/example' \ --subject $IMAGE \ --manifest-annotations io.cncf.oras.artifact.created=$CREATED_DATE \ ./readme.md:application/md ``` Fails, as it expects `--manifest-annotations` to be a file. I was...

enhancement
breaking change

ORAS Artifacts, notation and other clis associate references to a digest. However, users think of tags. The oras CLI and go-lib would take a tag, and return a digest, and...

help wanted
prioritized

@justincormack The following is content prepared for `./implementors.md`. While Docker Hub now supports OCI Image as a `mediaType` (yeah), it doesn't yet support additional `medaiTypes`, required to represent additional artifacts...

As we start promoting using `manifest.config.json` files, we should have a means to pull the the file. The open issue I can see is what happens if a layer is...

enhancement
help wanted

The ORAS client is intended as a reference implementation of the ORAS libraries to implement a targeted client library, persisting content into an OCI Artifact enabled registry. For example: ```sh...

enhancement

Add several steps to validate if a registry supports OCI Artifact types using `oras push|pull` Signed-off-by: Steve Lasker

As new artifact types surface, artifact authors seek a cli to enable `thing push|pull`. The `oras` cli has done well to enable iterative testing, however it requires users to specify...

help wanted

## Repro Steps Follow steps from: https://github.com/oras-project/artifacts-spec/blob/main/docs/quick-start.md At the `oras discover` step, note the output is: ```bash oras discover $PUBLIC_IMAGE -o json | jq { "digest": "sha256:a0fc570a245b09ed752c42d600ee3bb5b4f77bbd70d8898780b7ab43454530eb", "references": [ {...

help wanted
good first issue

See: [OCI Artifacts issue 25](https://github.com/opencontainers/artifacts/issues/25)