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 ce3b3a6 commit 49d0a4eCopy full SHA for 49d0a4e
Dockerfile
@@ -2,7 +2,6 @@ FROM percona/percona-postgresql-operator:2.6.0-ppg16.8-postgres
2
3
# Create a custom entrypoint script that sets OOM score and starts postgres
4
COPY entrypoint-wrapper.sh /usr/local/bin/
5
-RUN chmod +x /usr/local/bin/entrypoint-wrapper.sh
6
7
# We don't change the original ENTRYPOINT - we wrap around it
8
ENTRYPOINT ["/usr/local/bin/entrypoint-wrapper.sh"]
entrypoint-wrapper.sh
100644
100755
0 commit comments