ha-supervisor/tests/docker
Jan Čermák 906e400ab7
Fix submounts of /dev being read-only with Docker 25+ (#4997)
As described in #4996, Docker 25+ changes made sub-mounts of the /dev
filesystem to be mounted read-only. Revert to the previous behavior by
adjusting the ReadOnlyNonRecursive option. Cleaner way would be to
upstream support for setting this option via Mount class arguments, so
this change is meant to be rather a hotfix for the issue. Even better
approach would be mounting /dev non-recursively, and taking care of
creating all necessary filesystems when creating containers in
Supervisor.
2024-04-02 21:07:53 +02:00
..
__init__.py Fix submounts of /dev being read-only with Docker 25+ (#4997) 2024-04-02 21:07:53 +02:00
test_addon.py Fix submounts of /dev being read-only with Docker 25+ (#4997) 2024-04-02 21:07:53 +02:00
test_audio.py Fix submounts of /dev being read-only with Docker 25+ (#4997) 2024-04-02 21:07:53 +02:00
test_credentials.py Add login support for dockerhub (#2218) 2020-11-05 10:39:53 +01:00
test_dns.py Set bind propagation mode for media (#4308) 2023-05-24 09:12:35 -04:00
test_homeassistant.py Fix submounts of /dev being read-only with Docker 25+ (#4997) 2024-04-02 21:07:53 +02:00
test_interface.py Migrate to Ruff for lint and format (#4852) 2024-02-05 11:37:39 -05:00
test_monitor.py Bump to python 3.10 and alpine 3.16 (#3791) 2022-08-16 14:33:23 +02:00
test_observer.py Set bind propagation mode for media (#4308) 2023-05-24 09:12:35 -04:00
test_stats.py Fix memory calculation for cgroupv2 (#3802) 2022-08-17 16:50:08 -04:00