Lixia (Sylvia) Lei

Results 47 comments of Lixia (Sylvia) Lei

The push/pull file example is now available at https://oras.land/client_libraries/0_go/#quick-start.

This is also tracked by #434

> Assuming that this error comes from ACR throttling (deducted from 429 status code) a retry of az acr repository update within the script should work but it doesn't. Hi...

> The error message `Please try running 'az login' again to refresh permissions.` is thrown by ACR, not Azure CLI core: > > https://github.com/Azure/azure-cli/blob/69e79fd69b81b28f077c365ed9502d27342ae7f7/src/azure-cli/azure/cli/command_modules/acr/_errors.py#L115-L118 > > Since retrying the command...

Hi @navba-MSFT and @nosalan , one of our engineers is actively working on this. We will keep you updated.

`` makes me feel like the node is nil, but not `artifactType` is nil. How about something like `` or ``? ```sh $ oras discover -o tree localhost:5000/test:multi localhost:7000/command/artifacts@sha256:e2bfc9cc6a84ec2d7365b5a28c6bc5806b7fa581c9ad7883be955a64e3cc034f ├──...

> 1. Do we want to implement auto-garbage collection in `Delete()`, or provide a public GC function and let user call it manually? I think we can start with providing...