File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11FROM postgres:17-bullseye
22
33LABEL 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
77ENV 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
99ENV POSTGRES_INITDB_ARGS="--data-checksums"
1010
1111RUN apt-get update \
Original file line number Diff line number Diff line change 11FROM postgres:17-bullseye
22
33LABEL 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
77ENV 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
99ENV POSTGRES_INITDB_ARGS="--data-checksums"
1010
1111RUN apt-get update \
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments