LinuxSuRen / api-testing

YAML based API testing tool. 开源接口调试、测试工具。Mock Server

Home Page:https://linuxsuren.github.io/api-testing/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support download the extension files from OCI registry

LinuxSuRen opened this issue · comments

commented

Consider we could push any arbitrary files into an image registry (such as Docker hub). So, we could push the extension files into it, and then download it once it is required.

There are some benefits if we do this:

  • The GitHub release is not anymore the only place for saving extension files.
  • There are many image registries we could use. For instance, dockerhub, aliyun registry, quay.io

Below is an example of how to pull files from an OCI registry.

https://pkg.go.dev/oras.land/oras-go/v2#example-package-PullFilesFromRemoteRepository

This issue has been open 30 days with no activity. This will be closed in 7 days.

This issue has been automatically marked as stale because it hasn't had any recent activity.If you think this should still be open, or the problem still persists, just pop a reply in the comments and one of the maintainers will (try!) to follow up. Thank you for your interest and contribution to the api-testing.