• Joined on 2023-05-06

aucubin.de-website (latest)

Published 2026-04-13 09:10:58 +02:00 by aucubin

Installation

docker pull git.aucubin.de/aucubin/aucubin.de-website:latest
sha256:a799c028ea1ca66418d703180f12a15e1f9782a896a22bd17284961491709fcf

Images

Digest OS / Arch Size
b1d16ee180 linux/arm64 3.7 MiB
6e0e7e1106 linux/amd64 4.0 MiB

Image Layers ( linux/arm64)

ARG SERVER_VERSION=2.42.0
ENV SERVER_VERSION=2.42.0
LABEL version=2.42.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.42.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.42.0
version 2.42.0
Details
Container
2026-04-13 09:10:58 +02:00
418
OCI / Docker
Versions (1) View all
latest 2026-04-13