From 322a0b492996d6b4efe2e74fc405622d658adae3 Mon Sep 17 00:00:00 2001 From: Lukasz Raczylo Date: Sat, 8 Feb 2025 01:27:45 +0000 Subject: [PATCH] Add appropriate labels to the container --- Dockerfile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Dockerfile b/Dockerfile index af12b50..593d7ef 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,3 +6,9 @@ ARG TARGETOS COPY --chmod=777 --chown=nonroot:nonroot static/app /go/src/app ADD dist/bot-$TARGETOS-$TARGETARCH /go/src/app/graphql-proxy ENTRYPOINT ["/go/src/app/graphql-proxy"] + +LABEL org.opencontainers.image.maintainer="lukasz@raczylo.com" \ + org.opencontainers.image.authors="lukasz@raczylo.com" \ + org.opencontainers.image.title="graphql-monitoring-proxy" \ + org.opencontainers.image.description="GraphQL monitoring proxy" \ + org.opencontainers.image.url="https://github.com/lukaszraczylo/graphql-monitoring-proxy" \ No newline at end of file