release 2.1.0 rc.2 (#1995)

This commit is contained in:
澄潭
2025-04-01 15:32:33 +08:00
committed by GitHub
parent a602f7a725
commit 639956c0b8
17 changed files with 73 additions and 53 deletions

View File

@@ -2,7 +2,7 @@
# Variables
SERVER_NAME ?= quark-search
REGISTRY ?= higress-registry.cn-hangzhou.cr.aliyuncs.com/plugins/
REGISTRY ?= higress-registry.cn-hangzhou.cr.aliyuncs.com/mcp-server/
GO_VERSION ?= 1.24
BUILD_TIME := $(shell date "+%Y%m%d-%H%M%S")
COMMIT_ID := $(shell git rev-parse --short HEAD 2>/dev/null)
@@ -18,8 +18,8 @@ build:
@echo ""
@echo "Output WASM file: ${SERVER_NAME}/main.wasm"
# Build Docker image
build-image:
# Build Docker image (depends on build target to ensure WASM binary exists)
build-image: build
@echo "Building Docker image for ${SERVER_NAME}..."
docker build -t ${IMG} \
--build-arg SERVER_NAME=${SERVER_NAME} \