summaryrefslogtreecommitdiff
path: root/changelogs/fragments/ansible-test-container-tmpfs.yml
diff options
context:
space:
mode:
Diffstat (limited to 'changelogs/fragments/ansible-test-container-tmpfs.yml')
-rw-r--r--changelogs/fragments/ansible-test-container-tmpfs.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/fragments/ansible-test-container-tmpfs.yml b/changelogs/fragments/ansible-test-container-tmpfs.yml
new file mode 100644
index 0000000000..678cd0770d
--- /dev/null
+++ b/changelogs/fragments/ansible-test-container-tmpfs.yml
@@ -0,0 +1,5 @@
+bugfixes:
+ - ansible-test - Test containers are now run with the ``--tmpfs`` option for ``/tmp``, ``/run`` and ``/run/lock``.
+ This allows use of containers built without the ``VOLUME`` instruction.
+ Additionally, containers with those volumes defined no longer create anonymous volumes for them.
+ This avoids leaving behind volumes on the container host after the container is stopped and deleted.