sha256:5c73b58763ffa0f9b631b6b4492e854665e8be7d094a92433735012ce6eab38a
OS/ARCH
Compressed size
3.69 MB
Last pushed
over 1 year by meysam81
Type
Image
Manifest digest
sha256:2316e42156612917a40503c9cc87f7d2daf7a6abe86b3bc01b6d1694de43c80b
Image Layers
1ARG SERVER_VERSION=2.34.00 B2ENV SERVER_VERSION=2.34.00 B3LABEL version=2.34.0 description=A cross-platform, high-performance0 B4COPY /usr/local/bin/static-web-server / # buildkit3.68 MB5COPY ./docker/public /public # buildkit11.53 KB6EXPOSE map[80/tcp:{}]0 B7STOPSIGNAL SIGQUIT0 B8ENTRYPOINT ["/static-web-server"]0 B9LABEL org.opencontainers.image.vendor=Jose Quintana org.opencontainers.image.url=https://github.com/static-web-server/static-web-server org.opencontainers.image.title=Static0 B10ENV SERVER_PORT=8000 SERVER_ERROR_PAGE_404=index.html SERVER_FALLBACK_PAGE=index.html SERVER_COMPRESSION_LEVEL=fastest0 B11COPY public/index.html /public # buildkit832 BCommand
ARG SERVER_VERSION=2.34.0