A simple web application to create template-based text
| ARG SERVER_VERSION=2.36.1 |
| ENV SERVER_VERSION=2.36.1 |
| LABEL version=2.36.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 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.36.1 org.opencontainers.image.documentation=https://github.com/static-web-server/static-web-server |
| COPY --chown=10000:10001 ./template-text-tool /template-text-tool # buildkit |
| VOLUME [/template-text-tool/sets/] |
| EXPOSE map[80/tcp:{}] |
| USER 10000:10001 |
| LABEL org.opencontainers.image.description=A simple web application to create template-based text |
| LABEL org.opencontainers.image.documentation=https://git.0x7be.net/dirk/template-text-tool/src/branch/main/README.md |
| LABEL org.opencontainers.image.title=Template Text Tool |
| LABEL org.opencontainers.image.url=https://git.0x7be.net/dirk/-/packages/container/template-text-tool/latest |
| LABEL org.opencontainers.image.vendor=https://git.0x7be.net/dirk |
| LABEL org.opencontainers.image.version=latest |
| LABEL description=A simple web application to create template-based text |
| LABEL maintainer=https://git.0x7be.net/dirk |
| LABEL version=latest |
| ENTRYPOINT ["/static-web-server"] |
| CMD ["--root=/template-text-tool" "--ignore-hidden-files=true" "--directory-listing=true" "--directory-listing-order=0" "--directory-listing-format=json"] |
| Key |
Value |
| description |
A simple web application to create template-based text |
| maintainer |
https://git.0x7be.net/dirk |
| org.opencontainers.image.description |
A simple web application to create template-based text |
| org.opencontainers.image.documentation |
https://git.0x7be.net/dirk/template-text-tool/src/branch/main/README.md |
| org.opencontainers.image.title |
Template Text Tool |
| org.opencontainers.image.url |
https://git.0x7be.net/dirk/-/packages/container/template-text-tool/latest |
| org.opencontainers.image.vendor |
https://git.0x7be.net/dirk |
| org.opencontainers.image.version |
latest |
| version |
latest |