From e377f41f6f88dd46db2df807c43fdc8908c66dfa Mon Sep 17 00:00:00 2001 From: nexy7574 Date: Mon, 3 Jun 2024 15:44:59 +0100 Subject: [PATCH] Add URL and SOURCE to image labels --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index e3904e0..668cb3b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,7 @@ FROM python:3.11-bookworm LABEL org.opencontainers.image.source https://git.i-am.nexus/nex/college-bot-v2 +LABEL org.opencontainers.image.url https://git.i-am.nexus/nex/college-bot-v2 LABEL org.opencontainers.image.licenses AGPL-3.0 LABEL org.opencontainers.image.title "College Bot v2" LABEL org.opencontainers.image.description "Version 2 of jimmy."