Skip to content

Commit

Permalink
feat(postgresql): update source label
Browse files Browse the repository at this point in the history
  • Loading branch information
f-bn committed Apr 13, 2024
1 parent 72dc582 commit 8fb1eb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postgresql/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ CMD ["postgres", "-c", "config_file=/etc/postgresql/postgresql.conf"]

LABEL \
org.opencontainers.image.title="postgresql" \
org.opencontainers.image.source="https://github.com/f-bn/containers-images" \
org.opencontainers.image.source="https://github.com/f-bn/containers-images/postgresql" \
org.opencontainers.image.description="Custom PostgreSQL ${PG_MAJOR} image with additional extensions, configuration and tools for learning and testing purposes" \
org.opencontainers.image.licenses="PostgreSQL" \
org.opencontainers.image.authors="Florian Bobin <[email protected]>"

0 comments on commit 8fb1eb1

Please sign in to comment.