Michael Housh michael
  • Joined on 2024-04-01

swift-manual-d (0.1.0)

Published 2026-01-15 20:47:33 +00:00 by michael in michael/swift-duct-calc

Installation

docker pull git.housh.dev/michael/swift-manual-d:0.1.0
sha256:eaf664c974181f40a0ec7bb8623f48fff38302803107866b00a1e182f75809b6

Image Layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=24.04
ADD file:44fdb45bd3a8d9bd9c66b716aa0bb6ee11b6fbcceb59ee0eb54165785a35dfcb 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-15T20:41:34.007Z
org.opencontainers.image.description
org.opencontainers.image.licenses
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.revision f5afc6e32b73015576defa70d02112993e4743e5
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.0
Details
Container
2026-01-15 20:47:33 +00:00
2
OCI / Docker
linux/arm64
116 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