personal

monzo-ingestion (92462bd3168c77c82e5d8c3b9804f86eeb35724d)

Published 2024-06-03 20:10:12 +00:00 by Ghost in personal/monzo-ingestion

Installation

docker pull git.joshuacoles.me/personal/monzo-ingestion:92462bd3168c77c82e5d8c3b9804f86eeb35724d
sha256:bfaa8228b6fb0b5bd4299f416fe36914aa4cd479ae38743c5bcd4ca2b2217dc1

Images

Digest OS / Arch Size
786dc6ef4c linux/amd64 39 MiB

Image Layers ( linux/amd64)

ADD file:5aaace706aa00ff97d243daa2c29f5de88f124e1b97c570634f16eef90783286 in /
CMD ["bash"]
RUN /bin/sh -c set -ex; apt-get update && apt-get -y install --no-install-recommends ca-certificates curl && rm -rf /var/lib/apt/lists/* # buildkit
ARG UID=10001
RUN |1 UID=10001 /bin/sh -c adduser --disabled-password --gecos "" --home "/nonexistent" --shell "/sbin/nologin" --no-create-home --uid "${UID}" appuser # buildkit
USER appuser
COPY /build/target/release/monzo-ingestion /bin/server # buildkit
EXPOSE map[3000/tcp:{}]
HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:3000/health || exit 1"] "5s" "3s" "0s" "0s" '\x03'}
CMD ["/bin/server" "serve" "--addr" "0.0.0.0:3000"]
Details
Container
2024-06-03 20:10:12 +00:00
0
OCI / Docker
Versions (11) View all