Block a user
aucubin.de-website (latest)
Published 2026-08-11 03:09:21 +02:00 by aucubin
Installation
docker pull git.aucubin.de/aucubin/aucubin.de-website:latestsha256:f7e3d6ca71ebe163d2f78fdee3822d37189a4d9a89cae07b8f35207a694e72bf
Images
| Digest | OS / Arch | Size |
|---|---|---|
| eac1c9eae6 | linux/arm64 | 3.8 MiB |
| e52d643b81 | linux/amd64 | 4.0 MiB |
Image Layers ( linux/arm64)
| ARG SERVER_VERSION=2.44.0 |
| ENV SERVER_VERSION=2.44.0 |
| LABEL version=2.44.0 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.44.0 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.44.0 |
| version | 2.44.0 |