Skip to content

Commit c0ff168

Browse files
Remove nss_wrapper From Exporter
Removes the nss_wrapper from the crunchy-postgres-exporter, aligning exporter container configuration in PGO v4.x with PGO v5.x (PGO v5.x does not utilize the nss_wrapper when running the PostgrSQL exporter). Issue: [ch12157]
1 parent ecb7ca2 commit c0ff168

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

build/crunchy-postgres-exporter/Dockerfile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,6 @@ EXPOSE 9187
6161
# volume permissions are applied when building the image
6262
VOLUME ["/conf"]
6363

64-
# Defines a unique directory name that will be utilized by the nss_wrapper in the UID script
65-
ENV NSS_WRAPPER_SUBDIR="exporter"
66-
67-
ENTRYPOINT ["/opt/cpm/bin/uid_daemon.sh"]
68-
6964
USER 2
7065

7166
CMD ["/opt/cpm/bin/start.sh"]

0 commit comments

Comments
 (0)