Skip to content

Commit 9312897

Browse files
committed
Remove docker --squash option on plus builds
1 parent 86c8c5b commit 9312897

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ if [ "${nginx_type}" = "plus" ]; then
240240
docker buildx build -f Dockerfile.buildkit.${nginx_type} \
241241
--secret id=nginx-crt,src=plus/etc/ssl/nginx/nginx-repo.crt \
242242
--secret id=nginx-key,src=plus/etc/ssl/nginx/nginx-repo.key \
243-
--no-cache --squash \
243+
--no-cache \
244244
--tag nginx-s3-gateway --tag nginx-s3-gateway:${nginx_type} .
245245
else
246246
docker build -f Dockerfile.${nginx_type} \

0 commit comments

Comments
 (0)