We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4f4e32 commit dc4eb68Copy full SHA for dc4eb68
Dockerfile
@@ -1,8 +1,12 @@
1
FROM postgres:17-bullseye
2
3
-ENV POSTGIS_MAJOR 3
4
-ENV POSTGIS_VERSION 3.5.0+dfsg-1.pgdg110+1
5
-ENV POSTGRES_INITDB_ARGS "--data-checksums"
+LABEL maintainer="HIPAA Postgres w/ PostGIS Project" \
+ org.opencontainers.image.description="PostGIS 3.5.0+dfsg-1.pgdg110+1 spatial database extension with PostgreSQL 17 bullseye" \
+ 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"
10
11
RUN apt-get update \
12
&& apt-cache showpkg postgresql-$PG_MAJOR-postgis-$POSTGIS_MAJOR \
0 commit comments