feat: add golang filter and mcp-server (#1942)

Co-authored-by: johnlanni <zty98751@alibaba-inc.com>
This commit is contained in:
Jingze
2025-03-24 11:07:03 +08:00
committed by GitHub
parent 45fbc8b084
commit f5c1e7f2ec
14 changed files with 1942 additions and 0 deletions

View File

@@ -167,6 +167,9 @@ build-gateway: prebuild buildx-prepare
build-gateway-local: prebuild
TARGET_ARCH=${TARGET_ARCH} DOCKER_TARGETS="docker.proxyv2" ./tools/hack/build-istio-image.sh docker
build-golang-filter:
./tools/hack/build-golang-filters.sh
build-istio: prebuild buildx-prepare
DOCKER_TARGETS="docker.pilot" IMG_URL="${IMG_URL}" ./tools/hack/build-istio-image.sh docker.buildx