Add Docker labels for bunkerweb.type in autoconf, bw, scheduler, and ui Dockerfiles

This commit is contained in:
Théophile Diot 2024-04-06 09:51:23 +01:00
parent 5074ed4ded
commit b7555141c0
No known key found for this signature in database
GPG key ID: 248FEA4BAE400D06
4 changed files with 5 additions and 0 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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