Block a user
vapor-stamps (sha256:3b68a2d76db446c2896c51a2e7f98022ef7bde6da583f57c186ef289ce1c06bb)
Published 2025-10-12 20:38:50 +00:00 by andyzaharia
Installation
docker pull git.andyzaharia.com/andyzaharia/vapor-stamps@sha256:3b68a2d76db446c2896c51a2e7f98022ef7bde6da583f57c186ef289ce1c06bbsha256:3b68a2d76db446c2896c51a2e7f98022ef7bde6da583f57c186ef289ce1c06bbImage Layers
| ARG RELEASE |
| ARG LAUNCHPAD_BUILD_ARCH |
| LABEL org.opencontainers.image.ref.name=ubuntu |
| LABEL org.opencontainers.image.version=22.04 |
| ADD file:32d41b6329e8f89fa4ac92ef97c04b7cfd5e90fb74e1509c3e27d7c91195b7c7 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}}] 0x400435e900} |
| 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 |