瀏覽代碼

Add more Docker Labels to Dockerfile.

Thanks to mueller-ma and xet7 !

Fixes #5191
Lauri Ojansivu 1 年之前
父節點
當前提交
52e76c5496
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      Dockerfile

+ 3 - 1
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