rse-backend (0.3.0)

Published 2024-10-21 22:11:13 +00:00 by phundrak

Installation

docker pull labs.phundrak.com/phundrak/rse-backend:0.3.0
sha256:3a15bdf648c301ad1d25bedbc149df0985641f46805ab4ce7f3b290b3e616049

Image Layers

ADD file:0f6f1b93a8fddd20b36a99cc6cfbe4a03bc7be2adb427f7f8e74a2029c54c8bb in /
CMD ["bash"]
RUN /bin/sh -c apt-get update && apt-get install -qqy ca-certificates # 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
WORKDIR /app
COPY /usr/local/cargo/bin/rse-backend /bin # buildkit
COPY settings /app/settings # buildkit
COPY migrations /app/migrations # buildkit
CMD ["rse-backend"]
Details
Container
2024-10-21 22:11:13 +00:00
3
OCI / Docker
linux/amd64
49 MiB
Versions (3) View all
0.3.0 2024-10-21
latest 2024-10-21
0.2.0 2024-10-13