Michael Housh michael
  • Joined on 2024-04-01

ductcalc (sha-87c651e)

Published 2026-02-11 15:57:21 +00:00 by michael

Installation

docker pull git.housh.dev/michael/ductcalc:sha-87c651e
sha256:1ff8fb11de75a1c02cfd2545ce6cac53ae0a44d1eb90dbad62ddbd9dd794ec5b

Images

Digest OS / Arch Size
4ea16d8f9d linux/arm64 356 MiB

Image Layers ( linux/arm64)

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=24.04
ADD file:6089c6bede9eca8ec4f424e5798a0ae0712a6fe38c9b97f9afb9d24d9675024e in /
CMD ["/bin/bash"]
RUN /bin/sh -c export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true && apt-get -q update && apt-get -q dist-upgrade -y && apt-get -q install -y libjemalloc2 ca-certificates tzdata libcurl4 sqlite3 curl pandoc weasyprint && rm -r /var/lib/apt/lists/* # buildkit
RUN /bin/sh -c useradd --user-group --create-home --system --skel /dev/null --home-dir /app vapor # buildkit
WORKDIR /app
COPY --chown=vapor:vapor /staging /app # buildkit
ENV SWIFT_BACKTRACE=enable=yes,sanitize=yes,threads=all,images=all,interactive=no,swift-backtrace=./swift-backtrace-static
ENV LOG_LEVEL=debug
USER vapor:vapor
EXPOSE [8080/tcp]
ENTRYPOINT ["./App"]
CMD ["serve" "--env" "production" "--hostname" "0.0.0.0" "--port" "8080"]

Labels

Key Value
org.opencontainers.image.created 2026-02-11T15:51:01.363Z
org.opencontainers.image.description
org.opencontainers.image.licenses
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.revision 87c651eed94aa3a1e29d68f1afa8b93bac9ae053
org.opencontainers.image.source https://git.housh.dev/michael/swift-duct-calc
org.opencontainers.image.title swift-duct-calc
org.opencontainers.image.url https://git.housh.dev/michael/swift-duct-calc
org.opencontainers.image.version dev
Details
Container
2026-02-11 15:57:21 +00:00
0
OCI / Docker
Versions (3) View all
latest 2026-02-11
sha-87c651e 2026-02-11
dev 2026-02-11