A cross-platform, high-performance and asynchronous web server for static files-serving.
ARG SERVER_VERSION=0.0.0 |
ENV SERVER_VERSION=2.28.0 |
LABEL version=2.28.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 map[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.28.0 org.opencontainers.image.documentation=https://github.com/static-web-server/static-web-server |
COPY . /public # buildkit |
Key |
Value |
description |
A cross-platform, high-performance and asynchronous web server for static files-serving. |
maintainer |
Jose Quintana <joseluisq.net> |
org.opencontainers.image.created |
2024-04-12T10:13:48Z |
org.opencontainers.image.description |
A cross-platform, high-performance and asynchronous web server for static files-serving. |
org.opencontainers.image.documentation |
https://github.com/static-web-server/static-web-server |
org.opencontainers.image.revision |
b57847dfda79484326f3518fb065ef3c0587e24a |
org.opencontainers.image.source |
https://git.gnous.eu/gnouseu/maintenance.git |
org.opencontainers.image.title |
Static Web Server |
org.opencontainers.image.url |
https://git.gnous.eu/gnouseu/maintenance |
org.opencontainers.image.vendor |
Jose Quintana |
org.opencontainers.image.version |
2.28.0 |
version |
2.28.0 |