Replies: 2 comments
-
@cardosov : Are you referring to Docker Build Secrets? It doesn't seem to be related only to buildx. I checked codebase and it doesn't seem like we support it at the moment. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@rohanKanojia Thanks for your reply. Yes, I am referring to Docker Build Secrets. Do you know of any plans to support it? |
Beta Was this translation helpful? Give feedback.
0 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a
Dockerfile
that mounts a secret. Something like:How can I do the equivalent of
docker build --secret id=creds,src=$HOME/creds/my-file .
through the plugin?Beta Was this translation helpful? Give feedback.
All reactions