Closed linkdd closed 6 months ago
current status: ✅
Overall Coverage
Lines Covered Coverage Threshold Status 2053 2019 98% 90% ✅ New Files
No new covered files...
Modified Files
No covered modified files...
updated for commit:
f17c8fa
by action🐍
Decision Record
Whether it is a Docker volume or a bind of a host path, mounts within a Docker container can be either "read only" or "read write".
Using "read only" allow the user to mount the same Docker volume or bind in multiple Docker containers.
Up until now, we were always mounting with "read write" permissions, therefore, for backward compatibility, the new field
read_only
shall beFalse
by default.Changes
read_only
field toMount
andBind
modelsread_only
field to corresponding serializersread_only
column in corresponding tablesv1.7.0