sha256:245af0cc3122848268fe6ceb081375a47f11f6ee821cd073d78b013c9c266f6b
OS/ARCH
Compressed size
106.12 MB
Last pushed
over 1 year by bitwardenadmin
Type
Image
Manifest digest
sha256:18c75277f33fcbb5c3a11be1f39c3d6c8d6e928d6008b9debba2b2aef280bd76
Image Layers
1# debian.sh --arch 'amd64' out/26.91 MB2ENV APP_UID=1654 ASPNETCORE_HTTP_PORTS=8080 DOTNET_RUNNING_IN_CONTAINER=true0 B3RUN /bin/sh -c apt-get update17.86 MB4RUN /bin/sh -c groupadd 3.2 KB5LABEL org.opencontainers.image.title=Passwordless API Test Server0 B6LABEL org.opencontainers.image.description=Docker image of the0 B7LABEL org.opencontainers.image.authors=Bitwarden0 B8LABEL org.opencontainers.image.url=https://github.com/passwordless/passwordless-server0 B9LABEL org.opencontainers.image.source=https://github.com/passwordless/passwordless-server/blob/main/Api.dockerfile0 B10EXPOSE map[8080/tcp:{}]0 B11ENV DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=false0 B12RUN /bin/sh -c mkdir -p93 B13RUN /bin/sh -c chmod 77793 B14USER 16540 B15WORKDIR /opt/app/118 B16COPY /tmp/app/src/Api/bin/publish ./ # buildkit61.35 MB18ENV MAIL__PROVIDERS__0__NAME=file0 B19ENV MAIL__PROVIDERS__0__PATH=/app/mail.md0 B20ENTRYPOINT ["./Passwordless.Api"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1740355200'