Skip to content

Commit f5f5694

Browse files
committed
Enable buildkit for docker compose builds.
1 parent 4d81a38 commit f5f5694

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docker-compose.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@
1919
# limitations under the License.
2020
#
2121

22+
# Enable BuildKit whenever possible
23+
export DOCKER_BUILDKIT=1
24+
export BUILDKIT_PROGRESS=plain
25+
2226
# Pull MetaCall Docker Compose
2327
sub_pull() {
2428
if [ -z "$IMAGE_NAME" ]; then

0 commit comments

Comments
 (0)