summaryrefslogtreecommitdiff
path: root/test/e2e/build/Containerfile.with-secret
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2022-03-08 13:18:11 -0500
committerGitHub <noreply@github.com>2022-03-08 13:18:11 -0500
commita08e4e5b4657469a5d686ec5621f681cd240f6e7 (patch)
treef4cb03e0f655b52b3ff9ffecc903e2d4c0654177 /test/e2e/build/Containerfile.with-secret
parentf33b64d8b7d7b2bd22560cfacc90e25d1f9e16b4 (diff)
parent9ce3c0a87a6d7da45e71719b2ceb6d6abb0433fe (diff)
downloadpodman-a08e4e5b4657469a5d686ec5621f681cd240f6e7.tar.gz
podman-a08e4e5b4657469a5d686ec5621f681cd240f6e7.tar.bz2
podman-a08e4e5b4657469a5d686ec5621f681cd240f6e7.zip
Merge pull request #13457 from ashley-cui/flake
Move secret-verify-leak containerfile into its own Directory
Diffstat (limited to 'test/e2e/build/Containerfile.with-secret')
-rw-r--r--test/e2e/build/Containerfile.with-secret2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/e2e/build/Containerfile.with-secret b/test/e2e/build/Containerfile.with-secret
new file mode 100644
index 000000000..920663a92
--- /dev/null
+++ b/test/e2e/build/Containerfile.with-secret
@@ -0,0 +1,2 @@
+FROM alpine
+RUN --mount=type=secret,id=mysecret cat /run/secrets/mysecret