Block a user
aucubin.de-website (latest)
Published 2026-02-11 18:08:17 +01:00 by aucubin
Installation
docker pull git.aucubin.de/aucubin/aucubin.de-website:latestsha256:d4c537a5a6b5ab6d127ef376c41baa9975b7ae84518e63bf825467ce00255d05
Images
| Digest | OS / Arch | Size |
|---|---|---|
| a97ceba2d5 | linux/arm64 | 3.8 MiB |
| e8da4cf23c | linux/amd64 | 4.0 MiB |
Image Layers ( linux/arm64)
| ARG SERVER_VERSION=2.40.1 |
| ENV SERVER_VERSION=2.40.1 |
| LABEL version=2.40.1 description=A cross-platform, high-performance and asynchronous web server for static files-serving. maintainer=Jose Quintana <joseluisq.net> |
| COPY /usr/local/bin/static-web-server / # buildkit |
| COPY ./docker/public /public # buildkit |
| EXPOSE [80/tcp] |
| STOPSIGNAL SIGQUIT |
| ENTRYPOINT ["/static-web-server"] |
| LABEL org.opencontainers.image.vendor=Jose Quintana org.opencontainers.image.url=https://github.com/static-web-server/static-web-server org.opencontainers.image.title=Static Web Server org.opencontainers.image.description=A cross-platform, high-performance and asynchronous web server for static files-serving. org.opencontainers.image.version=2.40.1 org.opencontainers.image.documentation=https://static-web-server.net |
| COPY dist /app # buildkit |
| EXPOSE [3000/tcp] |
| ENTRYPOINT ["/static-web-server" "--port" "3000" "--root" "/app"] |
Labels
| Key | Value |
|---|---|
| description | A cross-platform, high-performance and asynchronous web server for static files-serving. |
| maintainer | Jose Quintana <joseluisq.net> |
| org.opencontainers.image.description | A cross-platform, high-performance and asynchronous web server for static files-serving. |
| org.opencontainers.image.documentation | https://static-web-server.net |
| org.opencontainers.image.title | Static Web Server |
| org.opencontainers.image.url | https://github.com/static-web-server/static-web-server |
| org.opencontainers.image.vendor | Jose Quintana |
| org.opencontainers.image.version | 2.40.1 |
| version | 2.40.1 |