Block a user
bee-dashboard (0.33.3)
Installation
docker pull gitea.woggioni.net/woggioni/bee-dashboard:0.33.3sha256:35ddb17d2590a675330595359357220444f76c04e8fe7a98a1efdb26585ef2b4
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 49396683fb | linux/amd64 | 31 MiB |
| 1c9d16737d | linux/arm64 | 32 MiB |
Image Layers ( linux/amd64)
| ADD alpine-minirootfs-3.22.2-x86_64.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/http/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 [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