couchbase / docker

Dockerfiles and configuration scripts for the Docker Hub Official Couchbase images
143 stars 154 forks source link

CBD-5850: Test contents of var are writable when running as non-root #209

Closed udkyo closed 7 months ago

udkyo commented 7 months ago

To avoid confusion on e.g. mounted volumes where the ownership of the volume cannot be modified (but the directory is writable) this change aims to replace the blanket chown approach with a test for writability when running as 'couchbase' user.