mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Add Docker labels for bunkerweb.type in autoconf, bw, scheduler, and ui Dockerfiles
This commit is contained in:
parent
5074ed4ded
commit
b7555141c0
4 changed files with 5 additions and 0 deletions
|
|
@ -66,6 +66,7 @@ RUN apk add --no-cache bash && \
|
|||
LABEL maintainer "Bunkerity <contact@bunkerity.com>"
|
||||
LABEL version "1.5.7"
|
||||
LABEL url "https://www.bunkerweb.io"
|
||||
LABEL bunkerweb.type "autoconf"
|
||||
|
||||
VOLUME /data
|
||||
|
||||
|
|
|
|||
|
|
@ -73,6 +73,8 @@ RUN apk add --no-cache openssl pcre bash python3 yajl geoip libxml2 libgd curl &
|
|||
LABEL maintainer "Bunkerity <contact@bunkerity.com>"
|
||||
LABEL version "1.5.7"
|
||||
LABEL url "https://www.bunkerweb.io"
|
||||
LABEL bunkerweb.type "bunkerweb"
|
||||
LABEL bunkerweb.INSTANCE "bunkerweb"
|
||||
|
||||
EXPOSE 8080/tcp 8443/tcp
|
||||
|
||||
|
|
|
|||
|
|
@ -74,6 +74,7 @@ COPY --chown=root:scheduler --chmod=770 src/bw/misc/country.mmdb /var/tmp/bunker
|
|||
LABEL maintainer "Bunkerity <contact@bunkerity.com>"
|
||||
LABEL version "1.5.7"
|
||||
LABEL url "https://www.bunkerweb.io"
|
||||
LABEL bunkerweb.type "scheduler"
|
||||
|
||||
VOLUME /data
|
||||
|
||||
|
|
|
|||
|
|
@ -66,6 +66,7 @@ RUN apk add --no-cache bash libmagic && \
|
|||
LABEL maintainer "Bunkerity <contact@bunkerity.com>"
|
||||
LABEL version "1.5.7"
|
||||
LABEL url "https://www.bunkerweb.io"
|
||||
LABEL bunkerweb.type "ui"
|
||||
|
||||
VOLUME /data
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue