Can ContainerImage.from_asset support pass options to docker build? #648
Unanswered
cycbluesky
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
ContainerImage.from_asset only support pass build_args, can it support pass build options?
e.g DOCKER_BUILDKIT=1 docker build --ssh bitbucket=$(HOME)/.ssh/id_rsa -t app-service -f Dockerfile .
I need pass DOCKER_BUILDKIT=1, --ssh bitbucket=$(HOME)/.ssh/id_rsa when docker build
Beta Was this translation helpful? Give feedback.
All reactions