Block a user
nginx (latest)
Installation
docker pull gitea.woggioni.net/woggioni/nginx:latestsha256:9d0c458d4e2d371db2edae2ee55e602257d1badcc61968c5c257485b3b1dda94
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 34df325938 | linux/amd64 | 34 MiB |
| fb3405639c | linux/arm64 | 35 MiB |
Image Layers ( linux/arm64)
| ADD alpine-minirootfs-3.24.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 --chown=root:root /nginx/objs/ngx_rtmp_module.so /usr/lib/nginx/modules/ # buildkit |
| COPY /home/luser/libressl/openssl.cnf /etc/ssl/openssl.cnf # buildkit |
| COPY conf/nginx.conf /etc/nginx/nginx.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;"] |
Labels
| Key | Value |
|---|---|
| description | NGINX Docker built top of LibreSSL |
| maintainer | Walter Oggioni <oggioni.walter@gmail.com> |
| nginx | nginx |
| openssl | LibreSSL |
Details
Versions (32)
View all
v1.31.3-woggioni
2026-08-07
woggioni
2026-08-07
v1.31.3
2026-08-07
latest
2026-08-07
v1.31.2-woggioni
2026-07-13