Skip to content

Commit

Permalink
chore(pr-preview): switch go base image source to internal registry (g…
Browse files Browse the repository at this point in the history
…oplus#1151)

Signed-off-by: Aofei Sheng <[email protected]>
  • Loading branch information
aofei authored Dec 18, 2024
1 parent 4520087 commit 0b1c22b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/pr-preview.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ docker build \
-f ./Dockerfile \
-t "${CONTAINER_IMAGE}" \
--build-arg GOP_BASE_IMAGE="${GOPLUS_REGISTRY_REPO}/gop:1.2" \
--build-arg GO_BASE_IMAGE="${GOPLUS_REGISTRY_REPO}/golang:1.23.4" \
--build-arg NODE_BASE_IMAGE="${GOPLUS_REGISTRY_REPO}/node:20.11.1" \
--build-arg NGINX_BASE_IMAGE="${GOPLUS_REGISTRY_REPO}/nginx:1.27" \
--build-arg GOPROXY=https://goproxy.cn,direct \
Expand Down

0 comments on commit 0b1c22b

Please sign in to comment.