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 set different image registry server

LinuxSuRen opened this issue · comments

commented

This project publishes images to the following container registries:

  • docker.io
  • ghcr.io

And, the following is kind of the proxy image address. So linuxsuren.docker.scarf.sh is an available container registry as well.

linuxsuren.docker.scarf.sh/linuxsuren/api-testing

You could add it to the following section

Expect

Users could use the following flags to choose different container registry:

helm install atest oci://docker.io/linuxsuren/api-testing \
    --version image.registry=ghcr.io

Hi @LinuxSuRen
Let me try, assigned to me.

commented

Images exist on the registry.aliyuncs.com as well. The image path is: registry.aliyuncs.com/linuxsuren/api-testing:master