pilotlight (sha256:7e196c37d1cc3212a7b9a878bfdc3532b2e7068ad1d378a67587124f3702790c)

Published 2026-08-03 21:22:41 +00:00 by joelving

Installation

docker pull code.joelving.dk/joelving/pilotlight@sha256:7e196c37d1cc3212a7b9a878bfdc3532b2e7068ad1d378a67587124f3702790c
sha256:7e196c37d1cc3212a7b9a878bfdc3532b2e7068ad1d378a67587124f3702790c

About this package

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

Image layers

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
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.44.0
version 2.44.0