Replies: 3 comments
-
harbor provide go-client, but you can generate corresponding language through swagger. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Currently harbor does not have the direct API to upload or download the image because the behavior is not defined in the OCI spec, but per your requirement you can consider to use the 3rd party OCI client package such as oras(golang ported) to help you implement the scenario. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Okay, I'll try another way. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I use. NET 6 to develop applications and deploy them to the K8S cluster.
Because the operation and maintenance staff want to upload and download the update through the UI interface, they need to upload and download the image through the API interface, but the program runs in the container and cannot execute the docker command.
Is it possible to open relevant APIs for image upload?
For example:
download tar package of image and upload tar package?
Beta Was this translation helpful? Give feedback.
All reactions