You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/11/01 13:55:50 UTC

[GitHub] [airflow] kaxil commented on a change in pull request #19315: pgbouncer exporter version update

kaxil commented on a change in pull request #19315:
URL: https://github.com/apache/airflow/pull/19315#discussion_r740229505



##########
File path: chart/dockerfiles/pgbouncer-exporter/Dockerfile
##########
@@ -28,13 +28,19 @@ LABEL org.apache.airflow.airflow-pgbouncer-exporter.version="${AIRFLOW_PGBOUNCER
 LABEL org.apache.airflow.commit-sha="${COMMIT_SHA}"
 LABEL maintainer="Apache Airflow Community <de...@airflow.apache.org>"
 
+# Add a non root user
+RUN addgroup -S pgbouncer_exporter \

Review comment:
       Can you make that change @pgvishnuram so we can merge this PR




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org