mirror of
https://github.com/alibaba/higress.git
synced 2026-03-11 20:20:55 +08:00
Add goproxy environment variable for build-image (#347)
This commit is contained in:
@@ -26,6 +26,7 @@ build:
|
||||
build-image:
|
||||
DOCKER_BUILDKIT=1 docker build --build-arg PLUGIN_NAME=${PLUGIN_NAME} \
|
||||
--build-arg BUILDER=${BUILDER} \
|
||||
--build-arg GOPROXY=$(GOPROXY) \
|
||||
-t ${IMG} \
|
||||
--load \
|
||||
.
|
||||
|
||||
Reference in New Issue
Block a user