www (latest)
Published 2026-03-18 04:00:46 +01:00 by andreas
Installation
docker pull git.42i.org/live/www:latestsha256:e87cde0f93b5c5a3925229e87be356ba48b8c2eb816b3518a07748481efcdb3a
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 149ab97733 | linux/amd64 | 4.3 MiB |
| f76fbc52f7 | linux/arm64 | 4.3 MiB |
Image Layers ( linux/amd64)
| 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 |