mirror of
https://github.com/linuxserver/docker-davos.git
synced 2026-02-20 04:35:55 +08:00
add version label info Dockerfile
This commit is contained in:
parent
24eb4994cc
commit
e79edd769a
@ -4,6 +4,11 @@ MAINTAINER Josh Stark <jagfin1@gmail.com>
|
||||
# add davos app
|
||||
COPY build/libs/davos-2.0.0.jar /app/davos/davos.jar
|
||||
|
||||
# set version label
|
||||
ARG BUILD_DATE
|
||||
ARG VERSION
|
||||
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
|
||||
|
||||
# install packages
|
||||
RUN \
|
||||
apk add --no-cache \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user