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 d253625 commit fa1d5b3Copy full SHA for fa1d5b3
entrypoint.sh
@@ -1,7 +1,7 @@
1
#!/usr/bin/env bash
2
3
-export DOCKER_BUILDKIT=0
4
set -e
+export DOCKER_BUILDKIT=${DOCKER_BUILDKIT:-0}
5
6
dummy_image_name=my_awesome_image
7
# split tags (to allow multiple comma-separated tags)
0 commit comments