Add more Docker Labels to Dockerfile.

Thanks to mueller-ma and xet7 !

Fixes #5191
This commit is contained in:
Lauri Ojansivu 2023-11-09 12:57:41 +02:00
parent 71b6cd630a
commit 52e76c5496

View file

@ -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