mirror of
https://github.com/zokradonh/kopano-docker
synced 2025-06-07 16:06:14 +00:00
Repair version label of web container
This commit is contained in:
parent
110ea43bf6
commit
08385e8f79
@ -1,6 +1,8 @@
|
|||||||
ARG CODE_VERSION=0.9.1
|
ARG CODE_VERSION=0.9.1
|
||||||
FROM kopano/kwebd:${CODE_VERSION}
|
FROM kopano/kwebd:${CODE_VERSION}
|
||||||
|
|
||||||
|
ARG CODE_VERSION
|
||||||
|
|
||||||
LABEL maintainer=az@zok.xyz \
|
LABEL maintainer=az@zok.xyz \
|
||||||
org.label-schema.name="Kopano Web container" \
|
org.label-schema.name="Kopano Web container" \
|
||||||
org.label-schema.description="Reverse proxy for http(s) based components of kopano-docker" \
|
org.label-schema.description="Reverse proxy for http(s) based components of kopano-docker" \
|
||||||
@ -9,8 +11,6 @@ LABEL maintainer=az@zok.xyz \
|
|||||||
org.label-schema.version=$CODE_VERSION \
|
org.label-schema.version=$CODE_VERSION \
|
||||||
org.label-schema.schema-version="1.0"
|
org.label-schema.schema-version="1.0"
|
||||||
|
|
||||||
ARG CODE_VERSION
|
|
||||||
|
|
||||||
ENV \
|
ENV \
|
||||||
CODE_VERSION="${CODE_VERSION}" \
|
CODE_VERSION="${CODE_VERSION}" \
|
||||||
DEFAULTREDIRECT="/webapp" \
|
DEFAULTREDIRECT="/webapp" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user