- Arnsberg
- https://0xMax42.io/
- Joined on
2025-04-18
Block a user
lt-auth-proxy (0.1.1)
Installation
docker pull git.0xmax42.io/maxp/lt-auth-proxy:0.1.1
sha256:ea5bbf33960aa21b8ad0846b2200e23914874ed45cdde7c639da7bb35697a9cc
Images
Digest | OS / Arch | Size |
---|---|---|
2035a55d4c | linux/amd64 | 79 MiB |
ae2c6dfeeb | linux/arm64 | 78 MiB |
Image Layers ( linux/amd64)
ADD alpine-minirootfs-3.21.3-x86_64.tar.gz / # buildkit |
CMD ["/bin/sh"] |
COPY --chown=root:root --chmod=755 /lib/*-linux-gnu/* /usr/local/lib/ # buildkit |
COPY --chown=root:root --chmod=755 /lib/ld-linux-* /lib/ # buildkit |
RUN /bin/sh -c addgroup --gid 1000 deno && adduser --uid 1000 --disabled-password deno --ingroup deno && mkdir /deno-dir/ && chown deno:deno /deno-dir/ && mkdir /lib64 && ln -s /usr/local/lib/ld-linux-* /lib64/ # buildkit |
ENV LD_LIBRARY_PATH=/usr/local/lib |
ENV DENO_DIR=/deno-dir/ |
ENV DENO_INSTALL_ROOT=/usr/local |
ARG DENO_VERSION=2.3.1 |
ENV DENO_VERSION=2.3.1 |
COPY /deno /bin/deno # buildkit |
COPY /tini /tini # buildkit |
COPY ./_entry.sh /usr/local/bin/docker-entrypoint.sh # buildkit |
RUN |1 DENO_VERSION=2.3.1 /bin/sh -c chmod 755 /usr/local/bin/docker-entrypoint.sh # buildkit |
ENTRYPOINT ["/tini" "--" "docker-entrypoint.sh"] |
CMD ["eval" "console.log('Welcome to Deno!')"] |
RUN /bin/sh -c apk add --no-cache curl # buildkit |
COPY /app/app /app/app # buildkit |
WORKDIR /app |
ENV PROXY_HOST=0.0.0.0 |
ENV PROXY_PORT=8011 |
ENV LT_SERVER_HOST=localhost |
ENV LT_SERVER_PORT=8010 |
ENV API_KEYS=demo-key |
CMD ["/app/app"] |
Labels
Key | Value |
---|---|
org.opencontainers.image.authors | 0xMax42 <mail@0xmax42.io> |
org.opencontainers.image.description | Lightweight LanguageTool Auth Proxy |
org.opencontainers.image.documentation | https://git.0xmax42.io/maxp/lt-auth-proxy |
org.opencontainers.image.version | v0.1.1 |