Skip to content

Commit

Permalink
Fix /tmp permissions in Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
x86-39 committed Mar 13, 2024
1 parent a3aa321 commit 0a9e72b
Showing 1 changed file with 9 additions and 36 deletions.
45 changes: 9 additions & 36 deletions molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@ platforms:
- name: ubuntu2004
image: docker.io/geerlingguy/docker-ubuntu2004-ansible
pre_build_image: true
systemd: true
tmpfs:
- /tmp
- /run
systemd: always
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
cgroupns_mode: host
Expand All @@ -19,10 +16,7 @@ platforms:
- name: ubuntu2204
image: docker.io/geerlingguy/docker-ubuntu2204-ansible
pre_build_image: true
systemd: true
tmpfs:
- /tmp
- /run
systemd: always
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
cgroupns_mode: host
Expand All @@ -31,10 +25,7 @@ platforms:
- name: debian10
image: docker.io/geerlingguy/docker-debian10-ansible
pre_build_image: true
systemd: true
tmpfs:
- /tmp
- /run
systemd: always
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
cgroupns_mode: host
Expand All @@ -43,10 +34,7 @@ platforms:
- name: debian11
image: docker.io/geerlingguy/docker-debian11-ansible
pre_build_image: true
systemd: true
tmpfs:
- /tmp
- /run
systemd: always
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
cgroupns_mode: host
Expand All @@ -55,10 +43,7 @@ platforms:
- name: debian12
image: docker.io/geerlingguy/docker-debian12-ansible
pre_build_image: true
systemd: true
tmpfs:
- /tmp
- /run
systemd: always
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
cgroupns_mode: host
Expand All @@ -67,10 +52,7 @@ platforms:
- name: el8
image: docker.io/geerlingguy/docker-rockylinux8-ansible
pre_build_image: true
systemd: true
tmpfs:
- /tmp
- /run
systemd: always
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
cgroupns_mode: host
Expand All @@ -79,10 +61,7 @@ platforms:
- name: el9
image: docker.io/geerlingguy/docker-rockylinux9-ansible
pre_build_image: true
systemd: true
tmpfs:
- /tmp
- /run
systemd: always
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
cgroupns_mode: host
Expand All @@ -91,10 +70,7 @@ platforms:
- name: fedora38
image: docker.io/geerlingguy/docker-fedora38-ansible
pre_build_image: true
systemd: true
tmpfs:
- /tmp
- /run
systemd: always
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
cgroupns_mode: host
Expand All @@ -103,10 +79,7 @@ platforms:
- name: opensuse15
image: docker.io/geerlingguy/docker-opensuseleap15-ansible
pre_build_image: true
systemd: true
tmpfs:
- /tmp
- /run
systemd: always
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
cgroupns_mode: host
Expand Down

0 comments on commit 0a9e72b

Please sign in to comment.