server (sha256:7e9065728a477b68d9104fe60e9f421e9f9870fd1ef93588d0a102404d358777)

Published 2026-06-18 14:40:06 +02:00 by opgl

Installation

docker pull git.plochit.pl/shardhost.eu/server@sha256:7e9065728a477b68d9104fe60e9f421e9f9870fd1ef93588d0a102404d358777
sha256:7e9065728a477b68d9104fe60e9f421e9f9870fd1ef93588d0a102404d358777

Image layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1781049600'
WORKDIR /app
RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates && rm -rf /var/lib/apt/lists/* # buildkit
RUN /bin/sh -c groupadd -r appuser && useradd -r -g appuser appuser # buildkit
COPY /app/target/release/server /usr/local/bin/server # buildkit
COPY migrations ./migrations # buildkit
RUN /bin/sh -c chown -R appuser:appuser /app # buildkit
USER appuser
ENV HOST=0.0.0.0
ENV PORT=8080
EXPOSE [8080/tcp]
CMD ["server"]
Details
Container
2026-06-18 14:40:06 +02:00
1
OCI / Docker
linux/amd64
39 MiB
Versions (42) View all
latest 2026-07-01
sha-c32b1e8 2026-07-01
0.4.0 2026-07-01
sha-c2f4a6d 2026-07-01
0.3.0 2026-06-23