buildah-build icon indicating copy to clipboard operation
buildah-build copied to clipboard

[FEATURE] Docker build secrets mount support

Open ainGitHub opened this issue 1 year ago • 1 comments

Docker suggest use mount secrets to build (https://docs.docker.com/build/building/secrets/ and https://docs.docker.com/reference/build-checks/secrets-used-in-arg-or-env/), not send sensitive data in build-args For this reason, can your add that future for buildah-build action?

ainGitHub avatar Sep 04 '24 08:09 ainGitHub

Having general support for buildah build --volume in this action would be great—it's important when doing a build inside the container to be able to, say, extract a logs directory from a failed step.

mikepurvis avatar Jan 14 '25 18:01 mikepurvis