You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First, thank you for building this helpful tool that makes my life a bit easier. Second, my apologies for asking this question as Github issue - I didn't know if I should go pester people on Twitter or not 😄 .
I'd like to automatically provide arguments to dip compose - specifically, I'd like to have the flags set true for Docker's buildkit commands: COMPOSE_DOCKER_CLI_BUILD=1 and DOCKER_BUILDKIT=1. That way, whenever I run dip compose build, it will automatically add DOCKER_BUILDKIT=1.
Thanks for any and all help.
The text was updated successfully, but these errors were encountered:
As far as I remember the buildkit is available only on the latest Docker version. I think it would be unfair to the users on older Docker because they cannot build an image.
Hey all,
First, thank you for building this helpful tool that makes my life a bit easier. Second, my apologies for asking this question as Github issue - I didn't know if I should go pester people on Twitter or not 😄 .
I'd like to automatically provide arguments to
dip compose
- specifically, I'd like to have the flags set true for Docker'sbuildkit
commands:COMPOSE_DOCKER_CLI_BUILD=1
andDOCKER_BUILDKIT=1
. That way, whenever I rundip compose build
, it will automatically addDOCKER_BUILDKIT=1
.Thanks for any and all help.
The text was updated successfully, but these errors were encountered: