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 3174263 commit 5aa99a4
Showing 1 changed file with 8 additions and 32 deletions.
40 changes: 8 additions & 32 deletions molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,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 +28,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 +37,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 +46,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 +55,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 +64,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 +73,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 +82,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 5aa99a4

Please sign in to comment.