From 52e76c5496b6621916b61f35d5b68687685e0809 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Thu, 9 Nov 2023 12:57:41 +0200 Subject: [PATCH] Add more Docker Labels to Dockerfile. Thanks to mueller-ma and xet7 ! Fixes #5191 --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7d2c8a968..3c1d52260 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,7 @@ FROM --platform=linux/amd64 ubuntu:23.10 as wekan -LABEL maintainer="wekan" +LABEL maintainer="wekan" \ + org.opencontainers.image.ref.name="ubuntu" \ + org.opencontainers.image.version="23.10" # 2022-09-04: # - above "--platform=linux/amd64 ubuntu:22.04 as wekan" is needed to build Dockerfile