summaryrefslogtreecommitdiff
path: root/test/e2e/build/Dockerfile.with-secret-verify-leak
Commit message (Collapse)AuthorAge
* podman-remote: prevent leaking secret into imageAditya Rajan2021-11-30
Prevents temp secrets leaking into image by moving it away from context directory to parent builder directory. Builder directory automatically gets cleaned up when we are done with the build. Signed-off-by: Aditya Rajan <arajan@redhat.com>