Skip to content

Commit 5c10d32

Browse files
committed
docs(dockerfile): add metadata labels for maintainer, description, project, and repository details
Added labels to the Dockerfile to provide metadata about the maintainer, project description, project URL, version control URL, keywords, and image source. This enhances the documentation and discoverability of the Docker image.
1 parent 8401d89 commit 5c10d32

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Dockerfile

+9
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,12 @@ RUN pip install --no-cache-dir -r requirements.txt
88
COPY . .
99

1010
ENTRYPOINT [ "/usr/local/bin/python", "/usr/src/app/main.py" ]
11+
12+
13+
LABEL maintainer="obeone <[email protected]>"
14+
LABEL description="Automatically connect traefik to docker's services networks which is needed"
15+
LABEL project="traefik_network_connector"
16+
LABEL url="https://github.com/obeone/traefik_network_connector"
17+
LABEL vcs-url="https://github.com/obeone/traefik_network_connector"
18+
LABEL keywords="docker, docker compose, traefik, reverse proxy, network automation, dynamic configuration, TLS support, container management"
19+
LABEL org.opencontainers.image.source https://github.com/obeone/traefik_network_connector

0 commit comments

Comments
 (0)