Block a user
bee-dashboard (sha256:afbc8ba36e6fa488be31d10d7c4b3e364ea90af638e2bf4b6a2a994745252cc4)
Installation
docker pull gitea.woggioni.net/woggioni/bee-dashboard@sha256:afbc8ba36e6fa488be31d10d7c4b3e364ea90af638e2bf4b6a2a994745252cc4
sha256:afbc8ba36e6fa488be31d10d7c4b3e364ea90af638e2bf4b6a2a994745252cc4
Image Layers
ADD alpine-minirootfs-3.22.1-aarch64.tar.gz / # buildkit |
CMD ["/bin/sh"] |
ARG VERSION |
ENV NGINX_VERSION= |
RUN |1 VERSION= /bin/sh -c addgroup -S nginx # buildkit |
RUN |1 VERSION= /bin/sh -c adduser -D -S -h /var/cache/nginx -s /sbin/nologin -G nginx nginx # buildkit |
RUN |1 VERSION= /bin/sh -c apk add --virtual .install_deps make perl-dev gettext binutils # buildkit |
RUN |1 VERSION= /bin/sh -c (cd nginx && sh /install.sh) # buildkit |
RUN |1 VERSION= /bin/sh -c apk del .install_deps # buildkit |
COPY /home/luser/libressl/openssl.cnf /etc/ssl/openssl.cnf # buildkit |
COPY conf/nginx.conf /etc/nginx/nginx.conf # buildkit |
COPY conf/nginx.vh.no-default.conf /etc/nginx/conf.d/default.conf # buildkit |
COPY conf/dhparam /etc/nginx/dhparam # buildkit |
LABEL description=NGINX Docker built top of LibreSSL maintainer=Walter Oggioni <oggioni.walter@gmail.com> openssl=LibreSSL nginx=nginx |
EXPOSE map[443/tcp:{} 443/udp:{} 80/tcp:{}] |
STOPSIGNAL SIGTERM |
CMD ["nginx" "-g" "daemon off;"] |
COPY /src/build /srv/http # buildkit |
COPY bee-dashboard.conf /etc/nginx/conf.d/bee-dashboard.conf # buildkit |
Labels
Key | Value |
---|---|
description | NGINX Docker built top of LibreSSL |
maintainer | Walter Oggioni <oggioni.walter@gmail.com> |
nginx | nginx |
openssl | LibreSSL |
Details
Versions (2)
View all