Skip to content

Commit 7f47b3e

Browse files
committed
增加 nginx 版本 v1.29.8
1 parent 847e2e8 commit 7f47b3e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker/nginx/buildx.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ cd `dirname $0` && pwd
44

55
echo '开始构建镜像'
66

7-
docker buildx build --platform linux/amd64,linux/arm64 -t httpsok/nginx:1.29.8 --push -f Dockerfile .
8-
#docker buildx build --platform linux/amd64,linux/arm64 -t httpsok/nginx:1.29.8-alpine -t httpsok/nginx:latest --push -f Dockerfile-alpine .
7+
docker buildx build --platform linux/amd64,linux/arm64 -t httpsok/nginx:1.29.8 -t httpsok/nginx:latest --push -f Dockerfile .
8+
#docker buildx build --platform linux/amd64,linux/arm64 -t httpsok/nginx:1.29.8-alpine --push -f Dockerfile-alpine .
99

1010
# 本地构建镜像并且测试
1111
# COMPOSE_BAKE=true docker-compose build httpsok-nginx-alpine

0 commit comments

Comments
 (0)