commenda (0.4.1)

Published 2026-03-15 12:47:12 +01:00 by zbolo-wd

Installation

docker pull git.webdeploy.it/zbolo-wd/commenda:0.4.1
sha256:64c000d3ba6f22ae6296a36dfff9e27c74fc565a3a549118905918703f5a1b68

Image layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1771804800'
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 useradd -r -s /usr/sbin/nologin commenda # buildkit
WORKDIR /app
COPY /build/target/release/commenda /app/commenda # buildkit
RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends gosu && rm -rf /var/lib/apt/lists/* # buildkit
COPY entrypoint.sh /app/entrypoint.sh # buildkit
RUN /bin/sh -c chmod +x /app/entrypoint.sh # buildkit
RUN /bin/sh -c mkdir -p /app/data # buildkit
VOLUME [/app/data]
ENV RUST_LOG=info
EXPOSE [3000/tcp]
ENTRYPOINT ["/app/entrypoint.sh"]
CMD ["--config" "/app/config.toml" "--database-url" "sqlite:///app/data/commenda.db" "serve" "--addr" "0.0.0.0:3000"]

Labels

Key Value
com.docker.compose.project commenda
com.docker.compose.service commenda-tag
com.docker.compose.version 2.40.3
Details
Container
2026-03-15 12:47:12 +01:00
0
OCI / Docker
linux/amd64
38 MiB
Versions (7) View all
3.3.0 2026-04-02
latest 2026-04-02
3.2.1 2026-04-01
3.2.0 2026-03-31
0.4.1 2026-03-15