From 770248925c13b6dfd781a0820526ad4d33379168 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christer=20War=C3=A9n?= Date: Fri, 1 Nov 2024 04:01:52 +0200 Subject: [PATCH] Fix labels in Dockerfile --- Dockerfile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 62539db..5964429 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,11 @@ FROM docker.io/node:22-alpine -LABEL org.opencontainers.image.source https://github.com/insomniafi/insid-bot +LABEL org.opencontainers.image.title="Insomnia ID - Bot" \ + org.opencontainers.image.description="Verkkopeliyhdistys Insomnia ry - Identity Bot" \ + org.opencontainers.image.url=https://insomnia.fi \ + org.opencontainers.image.source=https://github.com/insomniafi/insid-bot \ + org.opencontainers.image.documentation=https://github.com/insomniafi/insid-bot/blob/master/README.md \ + org.opencontainers.image.authors="Christer Waren/Warén Group " #Dependencies RUN apk add --virtual .build-deps python3 make g++ gcc git