Skip to content

Commit 6c37e92

Browse files
authored
feat: Update the labels of the container (#19)
* feat: Update the labels of the container
1 parent a7f8f47 commit 6c37e92

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

Dockerfile

Lines changed: 7 additions & 6 deletions
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="1.24.0" \
7+
org.opencontainers.image.authors="Pascal Zimmermann <pascal.zimmermann@theiotstudio.com>" \
8+
lastUpdatedBy="Pascal Zimmermann" \
9+
lastUpdatedOn="2025-04-05"
910

1011
ENV PG_ENV_POSTGRESQL_MAX_CLIENT_CONN 10000
1112
ENV PG_ENV_POSTGRESQL_DEFAULT_POOL_SIZE 400

0 commit comments

Comments
 (0)