pilotlight (sha256:d95c71d592d913f3fae0249113078ff045752ff828b275c8036942ac8c928abb)

Published 2026-07-15 21:21:27 +00:00 by joelving

Installation

docker pull code.joelving.dk/joelving/pilotlight@sha256:d95c71d592d913f3fae0249113078ff045752ff828b275c8036942ac8c928abb
sha256:d95c71d592d913f3fae0249113078ff045752ff828b275c8036942ac8c928abb

About this package

A cross-platform, high-performance and asynchronous web server for static files-serving.

Image layers

ARG SERVER_VERSION=2.43.0
ENV SERVER_VERSION=2.43.0
LABEL version=2.43.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.43.0 org.opencontainers.image.documentation=https://static-web-server.net
ENV SERVER_PORT=8080
ENV SERVER_ROOT=/public
COPY /src/_site /public # buildkit

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.43.0
version 2.43.0