Michael Housh michael
  • Joined on 2024-04-01

michael/swift-duct-calc (sha-a8286f9)

Published 2026-02-11 16:41:43 +00:00 by michael in michael/swift-duct-calc

Installation

docker pull git.housh.dev/michael/michael/swift-duct-calc:sha-a8286f9
sha256:f8c2aebaa7531ecb265344958332b8b81f739ad2fdd26a24dbbb28f839c2f31b

Images

Digest OS / Arch Size
9d63d8cfdc 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-11T16:35:27.760Z
org.opencontainers.image.description
org.opencontainers.image.licenses
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.revision a8286f9ce2d3074c571b2487635e532b2cda415e
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 fix-gitea-workflow
Details
Container
2026-02-11 16:41:43 +00:00
0
OCI / Docker
Versions (5) View all
latest 2026-02-11
sha-af4d4e3 2026-02-11
fix-gitea-workflow 2026-02-11
sha-0f96c67 2026-02-11
sha-a8286f9 2026-02-11