Docker BuildKit Build Secrets support
takodotid
PROOP
2 years ago
A support for Build secrets | Docker Docs.
While you can use build args, but it is advised to use build secrets for credentials and other secrets because build args persist on the final image.
0 Replies