We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f548fba commit 0632cb5Copy full SHA for 0632cb5
Dockerfile
@@ -1,7 +1,7 @@
1
FROM percona/percona-postgresql-operator:2.6.0-ppg16.8-postgres
2
3
# Switch to root user temporarily to gain necessary privileges for setup
4
-USER root
+USER 0
5
6
COPY postgres-oom-adjuster.sh /usr/local/bin/
7
COPY entrypoint-wrapper.sh /usr/local/bin/
0 commit comments