Setting .pgpass perms to 0400 prevent a container from being restarted
without being recreated (docker-compose restart fails), since the
echo xxx > .pgpass fails because the .pgpass already exists and is
read only.
Details
Details
- Reviewers
ardumont - Group Reviewers
Reviewers - Commits
- rDENV357084c46082: Fix entrypoint of most services
rCDFD357084c46082: Fix entrypoint of most services
Diff Detail
Diff Detail
- Repository
- rCDFD Dockerfiles for developers
- Branch
- fix-pgpass
- Lint
No Linters Available - Unit
No Unit Test Coverage - Build Status
Buildable 3198 Build 4100: arc lint + arc unit
Event Timeline
Comment Actions
Note that this requires to recreate the containers. I did not want to bloat the entrypoint with code only useful for the 'migration' of existing containers...