Block a user
scripts (latest)
Installation
docker pull git.fjla.uk/fred.boniface/scripts:latestsha256:4c37c1f15ca8f22804150a441ec70b37261c4f4758b147de4c9563cd2c517fb9
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 9e671cdb68 | linux/amd64 | 3.7 MiB |
Image Layers ( linux/amd64)
| ARG SERVER_VERSION=2.40.1 |
| ENV SERVER_VERSION=2.40.1 |
| LABEL version=2.40.1 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.40.1 org.opencontainers.image.documentation=https://static-web-server.net |
| ENV SERVER_PORT=8080 |
| ENV SERVER_HOST=0.0.0.0 |
| ENV SERVER_ROOT=/public |
| ENV SERVER_LOG_LEVEL=info |
| COPY . /public # buildkit |
| USER 61919 |
| EXPOSE [8080/tcp] |
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.40.1 |
| version | 2.40.1 |