Skip to content

Commit b967c72

Browse files
committed
feat: Update the labels of the container
1 parent a7f8f47 commit b967c72

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

Dockerfile

+7-6
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
FROM alpine:3.21
22
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"
3+
4+
LABEL org.opencontainers.image.title="PgBouncer" \
5+
org.opencontainers.image.description="Base alpine linux container image & PgBouncer" \
6+
org.opencontainers.image.version="${VERSION}" \
7+
org.opencontainers.image.authors="Pascal Zimmermann <[email protected]>" \
8+
lastUpdatedBy="Pascal Zimmermann" \
9+
lastUpdatedOn="2025-01-10"
910

1011
ENV PG_ENV_POSTGRESQL_MAX_CLIENT_CONN 10000
1112
ENV PG_ENV_POSTGRESQL_DEFAULT_POOL_SIZE 400

0 commit comments

Comments
 (0)