mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Merge pull request #5196 from mueller-ma/add-source-label
Add label org.opencontainers.image.source
This commit is contained in:
commit
4b22f29826
1 changed files with 2 additions and 1 deletions
|
|
@ -1,7 +1,8 @@
|
|||
FROM --platform=linux/amd64 ubuntu:23.10 as wekan
|
||||
LABEL maintainer="wekan" \
|
||||
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:
|
||||
# - above "--platform=linux/amd64 ubuntu:22.04 as wekan" is needed to build Dockerfile
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue