Sfoglia il codice sorgente

Add more Docker Labels to Dockerfile.

Thanks to mueller-ma and xet7 !

Fixes #5191
Lauri Ojansivu 1 anno fa
parent
commit
52e76c5496
1 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  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