We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7f8f47 commit b967c72Copy full SHA for b967c72
Dockerfile
@@ -1,11 +1,12 @@
1
FROM alpine:3.21
2
ARG VERSION=1.24.0
3
-MAINTAINER Pascal Zimmermann <ZPascal>
4
-LABEL application="PgBouncer" \
5
- description="Base alpine linux container image + PgBouncer" \
6
- version="1.24.0" \
7
- lastModifiedBy="Pascal Zimmermann" \
8
- lastModifiedOn="2025-01-10"
+
+LABEL org.opencontainers.image.title="PgBouncer" \
+ org.opencontainers.image.description="Base alpine linux container image & PgBouncer" \
+ org.opencontainers.image.version="${VERSION}" \
+ org.opencontainers.image.authors="Pascal Zimmermann <[email protected]>" \
+ lastUpdatedBy="Pascal Zimmermann" \
9
+ lastUpdatedOn="2025-01-10"
10
11
ENV PG_ENV_POSTGRESQL_MAX_CLIENT_CONN 10000
12
ENV PG_ENV_POSTGRESQL_DEFAULT_POOL_SIZE 400
0 commit comments