imposter-rs (latest)
Published 2026-08-03 21:53:38 +02:00 by m.kuenkler
Installation
docker pull git.urand.de/public/imposter-rs:latestsha256:3febbd5ef2ebdf888da654499d207c794b383a091dac958ddd89b42066c77d13
Image Layers
| # debian.sh --arch 'amd64' out/ 'trixie' '@1783900800' |
| 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/imposter-rs /app/ # buildkit |
| COPY /app/target/release/hash.txt /app/ # buildkit |
| COPY /app/target/site /app/site # buildkit |
| ENV RUST_LOG=warn |
| ENV LEPTOS_SITE_ADDR=0.0.0.0:3000 |
| ENV LEPTOS_SITE_ROOT=site |
| ENV LEPTOS_HASH_FILES=true |
| ENV LEPTOS_HASH_FILE_NAME=hash.txt |
| EXPOSE [3000/tcp] |
| CMD ["/app/imposter-rs"] |