baseer (sha256:e08a1ef978ae4dc2bf9887065c5bc41c4bb8831ee1a2bb04f060c64a2cbaaf32)
Published 2025-12-09 22:48:50 +00:00 by rizary
Installation
docker pull git.rizilab.com/rizilab/baseer@sha256:e08a1ef978ae4dc2bf9887065c5bc41c4bb8831ee1a2bb04f060c64a2cbaaf32sha256:e08a1ef978ae4dc2bf9887065c5bc41c4bb8831ee1a2bb04f060c64a2cbaaf32Image layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1765152000' |
| RUN /bin/sh -c apt-get update && apt-get install -y ca-certificates libssl3 curl && rm -rf /var/lib/apt/lists/* # buildkit |
| RUN /bin/sh -c groupadd -r baseer && useradd -r -g baseer baseer # buildkit |
| WORKDIR /app |
| COPY /app/target/release/baseer /usr/local/bin/baseer # buildkit |
| COPY docker/config/baseer.docker.toml /app/Config.toml # buildkit |
| RUN /bin/sh -c mkdir -p /data /app/.logs && chown -R baseer:baseer /app /data # buildkit |
| USER baseer |
| ENV RUST_LOG=info |
| CMD ["baseer" "--config" "Config.toml"] |