![]() * feat: support to get headers from binary request * change base image from ubuntu to alpine * install bash in alpine * install openssl in alpine * fix e2e * support to download bianry files on ui --------- 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