taxes_web (latest)

Published 2026-06-11 09:56:36 +02:00 by kr00lix

Installation

docker pull git.kovalchuk.guru/kr00lix/taxes_web:latest
sha256:ee7b809dabaae4bf7799e682a5302b0e5588e8070f9a08ef5020737d1d7ae002

Image layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1779062400'
ARG TYPST_VERSION=0.14.2
RUN |1 TYPST_VERSION=0.14.2 /bin/sh -c apt-get update -y && apt-get install -y --no-install-recommends libstdc++6 openssl libncurses6 locales ca-certificates curl xz-utils && sed -i '/en_US.UTF-8/s/^# //g' /etc/locale.gen && locale-gen && ARCH="$(uname -m)" && case "$ARCH" in x86_64) TYPST_ARCH="x86_64-unknown-linux-musl" ;; aarch64) TYPST_ARCH="aarch64-unknown-linux-musl" ;; *) echo "unsupported arch: $ARCH" && exit 1 ;; esac && curl -fsSL "https://github.com/typst/typst/releases/download/v${TYPST_VERSION}/typst-${TYPST_ARCH}.tar.xz" -o /tmp/typst.tar.xz && tar -xf /tmp/typst.tar.xz -C /tmp && mv "/tmp/typst-${TYPST_ARCH}/typst" /usr/local/bin/typst && rm -rf /tmp/typst.tar.xz "/tmp/typst-${TYPST_ARCH}" && apt-get clean && rm -rf /var/lib/apt/lists/* # buildkit
ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8
WORKDIR /app
RUN |1 TYPST_VERSION=0.14.2 /bin/sh -c groupadd --gid 1000 app && useradd --uid 1000 --gid 1000 --create-home --shell /bin/bash app # buildkit
COPY --chown=app:app /app/_build/prod/rel/taxes_web ./ # buildkit
COPY --chown=app:app scripts/entrypoint.sh /entrypoint.sh # buildkit
RUN |1 TYPST_VERSION=0.14.2 /bin/sh -c chmod +x /entrypoint.sh # buildkit
USER app
ENV PHX_SERVER=true
ENV PORT=4000
EXPOSE map[4000/tcp:{}]
HEALTHCHECK &{["CMD-SHELL" "curl -fsS http://localhost:4000/ >/dev/null || exit 1"] "30s" "5s" "30s" "0s" '\x03'}
ENTRYPOINT ["/entrypoint.sh"]
CMD ["bin/taxes_web" "start"]

Labels

Key Value
org.opencontainers.image.created 2026-06-08T19:12:31.757Z
org.opencontainers.image.description
org.opencontainers.image.licenses
org.opencontainers.image.revision 1cc4c5580d2fd3afbee7653878d73c1defdf1ac1
org.opencontainers.image.source https://github.com/Kr00lIX/taxes_web
org.opencontainers.image.title taxes_web
org.opencontainers.image.url https://github.com/Kr00lIX/taxes_web
org.opencontainers.image.version latest
Details
Container
2026-06-11 09:56:36 +02:00
0
OCI / Docker
linux/amd64
91 MiB
Versions (1) View all
latest 2026-06-11