andyzaharia
  • Joined on 2024-07-05

vapor-stamps (latest)

Published 2025-10-12 20:38:51 +00:00 by andyzaharia

Installation

docker pull git.andyzaharia.com/andyzaharia/vapor-stamps:latest
sha256:e74a8cbf6ceb8c19afbe1bebfbc2606ea0d44e8de3a253f481a4a0ef0563097e

Images

Digest OS / Arch Size
3b68a2d76d linux/amd64 107 MiB
786cf4fe5e linux/arm64 104 MiB

Image Layers ( linux/arm64)

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=22.04
ADD file:7a71c1d52054f8e04c815eaec639d14adaaa62346860f4003201834430b7ff18 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 libxml2 && 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
USER vapor:vapor
EXPOSE &{[{{97 0} {97 0}}] 0x4003fbb880}
ENTRYPOINT ["./App"]
CMD ["serve" "--env" "production" "--hostname" "0.0.0.0" "--port" "8080"]

Labels

Key Value
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.version 22.04
Details
Container
2025-10-12 20:38:51 +00:00
5
OCI / Docker
Versions (1) View all
latest 2025-10-12