7d9a97f46f
* feat: support to rename test suite and case * try to make the e2e be more stable --------- Co-authored-by: rick <linuxsuren@users.noreply.github.com> |
||
---|---|---|
.. | ||
code-generator | ||
Dockerfile | ||
README.md | ||
compose-external.yaml | ||
compose-k8s.yaml | ||
compose.yaml | ||
entrypoint.sh | ||
git.yaml | ||
k8s.sh | ||
openssl.cnf | ||
start.sh | ||
test-suite-common.yaml |
README.md
You can build the image locally in the repository root directory:
If you are a Linux/MacOS user, you can use the following command:
REGISTRY=ghcr.io TAG=master make image
If you are a Windows user, you can use the following command:
Set-Content -Path "env:REGISTRY" -Value "ghcr.io"
Set-Content -Path "env:TAG" -Value "master"
make image