2
0
Эх сурвалжийг харах

Add label org.opencontainers.image.source

Closes #5191
mueller-ma 1 жил өмнө
parent
commit
0f14bd3358
1 өөрчлөгдсөн 2 нэмэгдсэн , 1 устгасан
  1. 2 1
      Dockerfile

+ 2 - 1
Dockerfile

@@ -1,7 +1,8 @@
 FROM --platform=linux/amd64 ubuntu:23.10 as wekan
 FROM --platform=linux/amd64 ubuntu:23.10 as wekan
 LABEL maintainer="wekan" \
 LABEL maintainer="wekan" \
       org.opencontainers.image.ref.name="ubuntu" \
       org.opencontainers.image.ref.name="ubuntu" \
-      org.opencontainers.image.version="23.10"
+      org.opencontainers.image.version="23.10" \
+      org.opencontainers.image.source="https://github.com/wekan/wekan"
 
 
 # 2022-09-04:
 # 2022-09-04:
 # - above "--platform=linux/amd64 ubuntu:22.04 as wekan" is needed to build Dockerfile
 # - above "--platform=linux/amd64 ubuntu:22.04 as wekan" is needed to build Dockerfile