• Joined on 2026-03-07

leptos-question-bank (0.5.1)

Published 2026-06-19 15:43:24 +00:00 by hiron

Installation

docker pull git.rynexus.com/hiron/leptos-question-bank:0.5.1
sha256:bfbcaa42f3493807b3e94db1761216970e9eed95f35fd69afb28b942f33eed10

Images

Digest OS / Arch Size
08fcf8df0c linux/amd64 40 MiB

Image Layers ( linux/amd64)

# debian.sh --arch 'amd64' out/ 'bookworm' '@1781049600'
WORKDIR /app
RUN /bin/sh -c apt-get update -y && apt-get install -y --no-install-recommends openssl ca-certificates && apt-get autoremove -y && apt-get clean -y && rm -rf /var/lib/apt/lists/* # buildkit
COPY /app/target/release/leptos-question-bank /app/ # buildkit
COPY /app/target/site /app/site # buildkit
COPY /app/Cargo.toml /app/ # buildkit
COPY config config # buildkit
ENV APP_ENVIRONMENT=production
ENV RUST_LOG=info
ENV LEPTOS_SITE_ADDR=0.0.0.0:3000
ENV LEPTOS_SITE_ROOT=site
EXPOSE [3000/tcp]
ENTRYPOINT ["/app/leptos-question-bank"]

Labels

Key Value
org.opencontainers.image.created 2026-06-19T15:27:17.759Z
org.opencontainers.image.description This is a full-stack project using leptos framwark.
org.opencontainers.image.licenses
org.opencontainers.image.revision 0654119b31b50523d2e9ac3271763c46408fff83
org.opencontainers.image.source https://git.rynexus.com/hiron/leptos-question-bank
org.opencontainers.image.title leptos-question-bank
org.opencontainers.image.url https://git.rynexus.com/hiron/leptos-question-bank
org.opencontainers.image.version 0.5.1
Details
Container
2026-06-19 15:43:24 +00:00
1
OCI / Docker
Versions (17) View all
0.5.10 2026-07-07
latest 2026-07-07
0.5.9 2026-07-07
0.5.8 2026-07-06
0.5.7 2026-07-06