We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When setting the securityContext.readOnlyRootFilesystem: true on the container, the container fails to run, failing at https://github.com/sclorg/postgresql-container/blob/master/16/root/usr/share/container-scripts/postgresql/common.sh#L196-L205 while trying to create the /var/lib/pgsql/passwd file.
securityContext.readOnlyRootFilesystem: true
/var/lib/pgsql/passwd
It looks like the bitnami postgresql container (https://github.com/bitnami/containers/tree/main/bitnami/postgresql) does not have the same issue and also has the readOnlyRootFilesystem set to true by default.
readOnlyRootFilesystem
true
We are running the container on OCP 4, do you have any recommendations for working around this issue?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When setting the
securityContext.readOnlyRootFilesystem: true
on the container, the container fails to run, failing at https://github.com/sclorg/postgresql-container/blob/master/16/root/usr/share/container-scripts/postgresql/common.sh#L196-L205 while trying to create the/var/lib/pgsql/passwd
file.It looks like the bitnami postgresql container (https://github.com/bitnami/containers/tree/main/bitnami/postgresql) does not have the same issue and also has the
readOnlyRootFilesystem
set totrue
by default.We are running the container on OCP 4, do you have any recommendations for working around this issue?
The text was updated successfully, but these errors were encountered: