www (latest)
Published 2026-09-12 05:04:29 +02:00 by andreas
Installation
docker pull git.42i.org/live/www:latestsha256:71ad15dd46c22e2c603cebfba1f44da55b000183bc9ca6807627f953793b866a
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 185794f2e8 | linux/amd64 | 4.3 MiB |
| 24c6a9a5ca | linux/arm64 | 4.3 MiB |
Image Layers ( linux/arm64)
| EXPOSE map[3000/tcp:{}] |
| COPY /etc/passwd /etc/passwd # buildkit |
| COPY /busybox/busybox_HTTPD /busybox-httpd # buildkit |
| USER static |
| WORKDIR /home/static |
| COPY httpd.conf . # buildkit |
| CMD ["/busybox-httpd" "-f" "-v" "-p" "3000"] |
| COPY public/ /home/static # buildkit |