nice-park-16693
06/06/2023, 9:09 AMpants.toml
but my pants package
still complains about buildkit-dependent features (COPY --chmod
), and I notice that the relevant environment variable is not present in __run.sh
in the sandbox when I run with --keep-sandboxes=on_failure
. I've tried this on 2.16.0rc0
, 2.16.0rc5
, and 2.17.0rc0
.
[docker]
env_vars = [
"DOCKER_BUILDKIT=1",
]
NB if I edit __run.sh
to add export DOCKER_BUILDKIT=1
to it, it happily runs the Docker build to completion.refined-addition-53644
06/06/2023, 10:25 AMbetter-van-82973
06/06/2023, 12:54 PM