mirror of
https://github.com/linuxserver/docker-ddclient.git
synced 2026-02-20 03:15:49 +08:00
spruce up for jenkins job updates, add labelling info etc.
This commit is contained in:
parent
f8856e4ae9
commit
d13d45cbe1
@ -1,6 +1,11 @@
|
||||
FROM lsiobase/alpine
|
||||
MAINTAINER saarg
|
||||
|
||||
# set version label
|
||||
ARG BUILD_DATE
|
||||
ARG VERSION
|
||||
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
|
||||
|
||||
# install build time dependencies
|
||||
RUN \
|
||||
apk add --no-cache --virtual=build-dependencies \
|
||||
@ -54,4 +59,4 @@ RUN \
|
||||
COPY root/ /
|
||||
|
||||
# ports and volumes
|
||||
VOLUME /config
|
||||
VOLUME /config
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user