Michael Housh michael
  • Joined on 2024-04-01

swift-manual-d (0.1.1)

Published 2026-01-16 00:32:14 +00:00 by michael in michael/swift-duct-calc

Installation

docker pull git.housh.dev/michael/swift-manual-d:0.1.1
sha256:fbb2f06eff53234b583c5bc9ade85266341fdb6579b1f2e71d0d3d86091da7c5

Image Layers

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 && 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-01-16T00:26:21.396Z
org.opencontainers.image.description
org.opencontainers.image.licenses
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.revision c6a29313aa9f45622d932c280a7f601240990d4a
org.opencontainers.image.source https://git.housh.dev/michael/swift-manual-d
org.opencontainers.image.title swift-manual-d
org.opencontainers.image.url https://git.housh.dev/michael/swift-manual-d
org.opencontainers.image.version 0.1.1
Details
Container
2026-01-16 00:32:14 +00:00
1
OCI / Docker
linux/arm64
114 MiB
Versions (5) View all
0.1.1 2026-01-16
prod 2026-01-16
sha-c6a2931 2026-01-16
0.1.0 2026-01-15
sha-f5afc6e 2026-01-15