Support labels and shm_size for image build. Allow to specify (swap) memory limits in other units than bytes. (#727)

This commit is contained in:
Felix Fontein
2023-12-28 21:42:55 +01:00
committed by GitHub
parent 74636e7f0e
commit 0812d0b495
5 changed files with 123 additions and 12 deletions
@@ -0,0 +1,3 @@
minor_changes:
- "docker_image - allow to specify labels and ``/dev/shm`` size when building images (https://github.com/ansible-collections/community.docker/issues/726, https://github.com/ansible-collections/community.docker/pull/727)."
- "docker_image - allow to specify memory size and swap memory size in other units than bytes (https://github.com/ansible-collections/community.docker/pull/727)."