You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
should be able to run docker commands and reuse the oras credential
should be able to use oras logout command to logout
ORAS Artifact users:
should be able to use oras attach command to create oras artifacts
should be able to use oras manifest fetch command to fetch created oras artifacts
should be able to use oras discover command to view the attached artifacts
should be able to use oras pull command to pull oras artifacts
should be able to user oras copy command to copy OCI and attached artifacts to a new repository
Also since scenario-specific E2E tests will execute based on certain local test files. We need to check required image/artifact files into the source code for all the use cases.
The text was updated successfully, but these errors were encountered:
Sure. @qweeah Currently, I can provide a sample that how users use ORAS in the secure supply chain scenario with oras copy, attach, and discover, see this blog for details.
We can continue to investigate and append more user scenarios for E2E testing.
For now we have below use cases:
OCI Image users:
oras push
oras command to upload filesoras manifest fetch
oras command to inspect the packed manifestoras pull
command to pull uploaded filesoras copy
command to copy the OCI image to a new repositoryCommon ORAS users:
This is pending for #414
oras login
command to logindocker
commands and reuse the oras credentialoras logout
command to logoutORAS Artifact users:
oras attach
command to create oras artifactsoras manifest fetch
command to fetch created oras artifactsoras discover
command to view the attached artifactsoras pull
command to pull oras artifactsoras copy
command to copy OCI and attached artifacts to a new repositoryAlso since scenario-specific E2E tests will execute based on certain local test files. We need to check required image/artifact files into the source code for all the use cases.
The text was updated successfully, but these errors were encountered: