template-text-tool (latest)

Published 2025-05-31 09:31:40 +02:00 by dirk in dirk/template-text-tool

Installation

docker pull git.0x7be.net/dirk/template-text-tool:latest
sha256:3d2711602328e6f6b469e9ed92fe86931f9d4a7942ab2e580f857bf5142ac967

About this package

A simple web application to create template-based text

Image layers

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"]

Labels

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
Details
Container
2025-05-31 09:31:40 +02:00
19
OCI / Docker
linux/amd64
4.7 MiB
Versions (1) View all
latest 2025-05-31