Skip to content

Commit

Permalink
Allow overriding DOCKER_BUILDKIT env var
Browse files Browse the repository at this point in the history
  • Loading branch information
whoan committed Oct 19, 2023
1 parent d253625 commit fa1d5b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

export DOCKER_BUILDKIT=0
set -e
export DOCKER_BUILDKIT=${DOCKER_BUILDKIT:-0}

dummy_image_name=my_awesome_image
# split tags (to allow multiple comma-separated tags)
Expand Down

0 comments on commit fa1d5b3

Please sign in to comment.