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 d57af3c commit 77fb401Copy full SHA for 77fb401
test.sh
@@ -185,7 +185,7 @@ trap finish EXIT ERR SIGTERM SIGINT
185
186
p "Building NGINX S3 gateway Docker image"
187
if [ "${nginx_type}" = "plus" ]; then
188
- if docker info 2> /dev/null | grep --quiet 'Build with BuildKit'; then
+ if docker buildx > /dev/null 2>&1; then
189
p "Building using BuildKit"
190
export DOCKER_BUILDKIT=1
191
docker build -f Dockerfile.buildkit.${nginx_type} \
0 commit comments