Skip to content

Commit fa1d5b3

Browse files
committed
Allow overriding DOCKER_BUILDKIT env var
1 parent d253625 commit fa1d5b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22

3-
export DOCKER_BUILDKIT=0
43
set -e
4+
export DOCKER_BUILDKIT=${DOCKER_BUILDKIT:-0}
55

66
dummy_image_name=my_awesome_image
77
# split tags (to allow multiple comma-separated tags)

0 commit comments

Comments
 (0)