Ethica

ethicaserve (0.3.0)

Published 2026-06-12 14:21:02 +00:00 by steffen

Installation

docker pull git.skui.io/ethica/ethicaserve:0.3.0
sha256:8d0740009957a788818f42d98495958dac4cfff186aecf70f88b35bb6c5facb0

Image Layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1781049600'
RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates && rm -rf /var/lib/apt/lists/* # buildkit
COPY /src/target/release/ethicaserve /usr/local/bin/ethicaserve # buildkit
COPY /src/ethicalib/target/release/libethicalib.so /usr/local/lib/libethicalib.so # buildkit
COPY ethicaserve.toml.example /etc/ethicaserve/ethicaserve.toml.example # buildkit
COPY public /opt/ethicaserve/public # buildkit
ENV LD_LIBRARY_PATH=/usr/local/lib
WORKDIR /opt/ethicaserve
ENTRYPOINT ["/usr/local/bin/ethicaserve"]
Details
Container
2026-06-12 14:21:02 +00:00
0
OCI / Docker
linux/amd64
36 MiB
Versions (2) View all
latest 2026-06-12
0.3.0 2026-06-12