Skip to content

Commit

Permalink
Merge pull request #135 from whoan/disable-docker-buildkit
Browse files Browse the repository at this point in the history
Disable DOCKER_BUILDKIT
  • Loading branch information
whoan authored Oct 15, 2023
2 parents a3bc6f0 + a4b2880 commit c70dd4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker-build.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/usr/bin/env bash

export DOCKER_BUILDKIT=0
set -e

# helper functions
Expand Down
1 change: 1 addition & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/usr/bin/env bash

export DOCKER_BUILDKIT=0
set -e

_build_image() {
Expand Down

0 comments on commit c70dd4f

Please sign in to comment.