We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 449612b commit 86c8c5bCopy full SHA for 86c8c5b
test.sh
@@ -237,7 +237,7 @@ if [ "${nginx_type}" = "plus" ]; then
237
if docker buildx > /dev/null 2>&1; then
238
p "Building using BuildKit"
239
export DOCKER_BUILDKIT=1
240
- docker build -f Dockerfile.buildkit.${nginx_type} \
+ docker buildx build -f Dockerfile.buildkit.${nginx_type} \
241
--secret id=nginx-crt,src=plus/etc/ssl/nginx/nginx-repo.crt \
242
--secret id=nginx-key,src=plus/etc/ssl/nginx/nginx-repo.key \
243
--no-cache --squash \
0 commit comments