Skip to content

Commit

Permalink
dockerd-wrapper: add default for EARTHLY_DOCKERD_CACHE_DATA (#4121)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcb authored May 16, 2024
1 parent 3ce48b4 commit eb0eef1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions buildkitd/dockerd-wrapper.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#!/bin/sh
set -eu

EARTHLY_DOCKERD_CACHE_DATA=${EARTHLY_DOCKERD_CACHE_DATA:-"false"}

EARTHLY_DOCKER_WRAPPER_DEBUG=${EARTHLY_DOCKER_WRAPPER_DEBUG:-''}
if [ "$EARTHLY_DOCKER_WRAPPER_DEBUG" = "1" ]; then
echo "enabling docker wrapper debug mode"
Expand Down

0 comments on commit eb0eef1

Please sign in to comment.