mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Add more Docker Labels to Dockerfile.
Thanks to mueller-ma and xet7 ! Fixes #5191
This commit is contained in:
parent
71b6cd630a
commit
52e76c5496
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue