Skip to content

Commit dc4eb68

Browse files
committed
Update docker file
1 parent b4f4e32 commit dc4eb68

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

Dockerfile

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

3-
ENV POSTGIS_MAJOR 3
4-
ENV POSTGIS_VERSION 3.5.0+dfsg-1.pgdg110+1
5-
ENV POSTGRES_INITDB_ARGS "--data-checksums"
3+
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" \
5+
org.opencontainers.image.source="https://github.com/netreconlab/hipaa-postgres/"
6+
7+
ENV POSTGIS_MAJOR=3
8+
ENV POSTGIS_VERSION=3.5.0+dfsg-1.pgdg110+1
9+
ENV POSTGRES_INITDB_ARGS="--data-checksums"
610

711
RUN apt-get update \
812
&& apt-cache showpkg postgresql-$PG_MAJOR-postgis-$POSTGIS_MAJOR \

0 commit comments

Comments
 (0)