Skip to content

Commit

Permalink
Note pgbouncer_ and pgbackrest_exporter versions
Browse files Browse the repository at this point in the history
  • Loading branch information
graveland committed Dec 2, 2023
1 parent 67a3c15 commit 986ec89
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -451,6 +451,8 @@ RUN /build/scripts/install_extensions versions > /.image_config; \
echo "PGVECTOR=\"${PGVECTOR}\"" >> /.image_config; \
echo "POSTGIS_VERSIONS=\"${POSTGIS_VERSIONS}\"" >> /.image_config; \
echo "PG_AUTH_MON=\"${PG_AUTH_MON}\"" >> /.image_config; \
echo "PGBOUNCER_EXPORTER_VERSION=\"${PGBOUNCER_EXPORTER_VERSION}\"" >> /.image_config; \
echo "PGBACKREST_EXPORTER_VERSION=\"${PGBACKREST_EXPORTER_VERSION}\"" >> /.image_config; \
echo "PG_MAJOR=\"${PG_MAJOR}\"" >> /.image_config; \
echo "PG_VERSIONS=\"${PG_VERSIONS}\"" >> /.image_config; \
echo "FROM=\"${DOCKER_FROM}\"" >> /.image_config; \
Expand Down

0 comments on commit 986ec89

Please sign in to comment.