anima-server (713d199)

Published 2026-06-03 22:20:58 +00:00 by toasterson

Installation

docker pull code.aopc.cloud/toasterson/anima-server:713d199
sha256:31552141eff84664e05f076ce73911d3c92bc3a55a2d206cc0ab376f92772a85

Image layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1779062400'
RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates libssl3 libpq5 libfontconfig1 && rm -rf /var/lib/apt/lists/* # buildkit
RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends git && rm -rf /var/lib/apt/lists/* # buildkit
COPY /build/target/release/anima-server /usr/local/bin/ # buildkit
EXPOSE [50051/tcp 50054/tcp]
ENTRYPOINT ["anima-server"]
Details
Container
2026-06-03 22:20:58 +00:00
2
OCI / Docker
linux/amd64
72 MiB
Versions (113) View all
8784aeb 2026-06-04
2f87cb9 2026-06-04
713d199 2026-06-03
1f74c92 2026-06-03
7dc3402 2026-06-02