We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Oras GO (CLI)
oras push --oci-layout foobar1:latest hi.txt
✓ Uploaded application/vnd.oci.empty.v1+json 2/2 B 100.00% 665µs └─ sha256:44136fa355b3678a1146ad16f7e8649e94fb4fc21fe77e8310c060f61caaff8a ✓ Uploaded hi.txt 3/3 B 100.00% 767µs └─ sha256:98ea6e4f216f2fb4b69fff9b3a44842c38686ca685f3f55dc48c5d3fb1107be4 ✓ Uploaded application/vnd.oci.image.manifest.v1+json 584/584 B 100.00% 1ms └─ sha256:fff1bf2c16f0c088fd4bcc4788fff1516f49c722d650cf0ff44304f51d84578d Pushed [oci-layout] foobar1:latest ArtifactType: application/vnd.unknown.artifact.v1 Digest: sha256:fff1bf2c16f0c088fd4bcc4788fff1516f49c722d650cf0ff44304f51d84578d
Oras Java
java -jar java-oras-cli/target/oras-java.jar push --oci-layout foobar2:latest --file hi.txt
Pushing artifact... Uploaded: sha256:98ea6e4f216f2fb4b69fff9b3a44842c38686ca685f3f55dc48c5d3fb1107be4
Some details are missing in INFO level
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description of the bug
Oras GO (CLI)
oras push --oci-layout foobar1:latest hi.txt
Oras Java
java -jar java-oras-cli/target/oras-java.jar push --oci-layout foobar2:latest --file hi.txt
Some details are missing in INFO level
The text was updated successfully, but these errors were encountered: