Skip to content

Commit 1347d09

Browse files
committed
Merge branch 'main' into 17-3.5
2 parents e4f68e4 + 86d91d7 commit 1347d09

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
FROM postgres:17-bullseye
22

33
LABEL maintainer="HIPAA Postgres w/ PostGIS Project" \
4-
org.opencontainers.image.description="PostGIS 3.5.0+dfsg-1.pgdg110+1 spatial database extension with PostgreSQL 17 bullseye" \
4+
org.opencontainers.image.description="PostGIS 3.5.1+dfsg-1.pgdg110+1 spatial database extension with PostgreSQL 17 bullseye" \
55
org.opencontainers.image.source="https://github.com/netreconlab/hipaa-postgres/"
66

77
ENV POSTGIS_MAJOR=3
8-
ENV POSTGIS_VERSION=3.5.0+dfsg-1.pgdg110+1
8+
ENV POSTGIS_VERSION=3.5.1+dfsg-1.pgdg110+1
99
ENV POSTGRES_INITDB_ARGS="--data-checksums"
1010

1111
RUN apt-get update \

Dockerfile.pgpool

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
FROM postgres:17-bullseye
22

33
LABEL maintainer="HIPAA Postgres w/ PostGIS Project" \
4-
org.opencontainers.image.description="PostGIS 3.5.0+dfsg-1.pgdg110+1 spatial database extension and PGPool with PostgreSQL 17 bullseye" \
4+
org.opencontainers.image.description="PostGIS 3.5.1+dfsg-1.pgdg110+1 spatial database extension and PGPool with PostgreSQL 17 bullseye" \
55
org.opencontainers.image.source="https://github.com/netreconlab/hipaa-postgres/"
66

77
ENV POSTGIS_MAJOR=3
8-
ENV POSTGIS_VERSION=3.5.0+dfsg-1.pgdg110+1
8+
ENV POSTGIS_VERSION=3.5.1+dfsg-1.pgdg110+1
99
ENV POSTGRES_INITDB_ARGS="--data-checksums"
1010

1111
RUN apt-get update \

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# hipaa-postgres
22

33
[![](https://dockeri.co/image/netreconlab/hipaa-postgres)](https://hub.docker.com/r/netreconlab/hipaa-postgres)
4-
[![Docker](https://github.com/netreconlab/hipaa-postgres/actions/workflows/build.yml/badge.svg)](https://github.com/netreconlab/hipaa-postgres/actions/workflows/build.yml)
5-
[![Docker](https://github.com/netreconlab/hipaa-postgres/actions/workflows/release.yml/badge.svg)](https://github.com/netreconlab/hipaa-postgres/actions/workflows/release.yml)
6-
[![Docker](https://github.com/netreconlab/hipaa-postgres/actions/workflows/release-pgpool.yml/badge.svg)](https://github.com/netreconlab/hipaa-postgres/actions/workflows/release-pgpool.yml)
4+
[![build](https://github.com/netreconlab/hipaa-postgres/actions/workflows/build.yml/badge.svg)](https://github.com/netreconlab/hipaa-postgres/actions/workflows/build.yml)
5+
[![release](https://github.com/netreconlab/hipaa-postgres/actions/workflows/release.yml/badge.svg)](https://github.com/netreconlab/hipaa-postgres/actions/workflows/release.yml)
6+
[![release-pgpool](https://github.com/netreconlab/hipaa-postgres/actions/workflows/release-pgpool.yml/badge.svg)](https://github.com/netreconlab/hipaa-postgres/actions/workflows/release-pgpool.yml)
77

88
---
99

@@ -44,6 +44,7 @@ The following are enabled automatically on either the `PG_PARSE_DB` or `postgres
4444
- [pgBackrest](https://pgbackrest.org) - Reliable, easy-to-use backup and restore solution that can seamlessly scale up to the largest databases and workloads by utilizing algorithms that are optimized for database-specific requirements
4545
- [pg_cron](https://github.com/citusdata/pg_cron) - Run periodic jobs in PostgreSQL
4646
- [pg_repack](https://reorg.github.io/pg_repack/) - Reorganize tables in PostgreSQL databases with minimal locks
47+
- [pgRouting](https://github.com/pgRouting/pgrouting) - Provides geospatial routing and other network analysis functionality
4748
- [pgStatStatements](https://www.postgresql.org/docs/current/pgstatstatements.html) - Provides a means for tracking planning and execution statistics of all SQL statements executed by a server (needed for PMM)
4849
- [Percona Monitoring and Management (PMM)](https://www.percona.com/software/database-tools/percona-monitoring-and-management) - Monitor the health of your database infrastructure, explore new patterns in database behavior, and manage and improve the performance of your databases no matter where they are located or deployed
4950

0 commit comments

Comments
 (0)