sha256:437c72024525de7e00aeb4dd4dcb81a32e48f10393281d0922cc829e9e56b6b7
OS/ARCH
Compressed size
169.46 MB
Last pushed
over 1 year by bitwardenadmin
Type
Image
Manifest digest
sha256:15105dd33d47b4139d7a42af9756ce84d90e88a59898cd0f41691b80811ccd84
Image Layers
1# debian.sh --arch 'arm64' out/26.75 MB2ENV APP_UID=1654 ASPNETCORE_HTTP_PORTS=8080 DOTNET_RUNNING_IN_CONTAINER=true0 B3RUN /bin/sh -c apt-get update17.65 MB4RUN /bin/sh -c groupadd 3.25 KB5ENV DOTNET_VERSION=9.0.20 B6COPY /dotnet /usr/share/dotnet # buildkit31.31 MB7RUN /bin/sh -c ln -s165 B8ENV ASPNET_VERSION=9.0.20 B9COPY /shared/Microsoft.AspNetCore.App /usr/share/dotnet/shared/Microsoft.AspNetCore.App # buildkit10.41 MB10ARG TARGETPLATFORM0 B11LABEL com.bitwarden.product=bitwarden0 B12LABEL com.bitwarden.project=passwordless0 B13ENV ASPNETCORE_ENVIRONMENT=Production0 B14ENV BWP_ENABLE_ADMIN=true0 B15ENV BWP_ENABLE_API=true0 B16ENV BWP_DB_FILE_API=/etc/bitwarden_passwordless/api.db0 B17ENV BWP_DB_FILE_ADMIN=/etc/bitwarden_passwordless/admin.db0 B18ENV DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=false0 B19ENV SelfHosted=true0 B20ENV RP_PORT=57010 B21RUN |1 TARGETPLATFORM=linux/arm64 /bin/sh -c18.67 MB22RUN |1 TARGETPLATFORM=linux/arm64 /bin/sh -c156 B23RUN |1 TARGETPLATFORM=linux/arm64 /bin/sh -c146 B24RUN |1 TARGETPLATFORM=linux/arm64 /bin/sh -c32 B25RUN |1 TARGETPLATFORM=linux/arm64 /bin/sh -c122 B26RUN |1 TARGETPLATFORM=linux/arm64 /bin/sh -c136 B27RUN |1 TARGETPLATFORM=linux/arm64 /bin/sh -c148 B28RUN |1 TARGETPLATFORM=linux/arm64 /bin/sh -c155 B29RUN |1 TARGETPLATFORM=linux/arm64 /bin/sh -c135 B30RUN |1 TARGETPLATFORM=linux/arm64 /bin/sh -c113 B31RUN |1 TARGETPLATFORM=linux/arm64 /bin/sh -c151 B32RUN |1 TARGETPLATFORM=linux/arm64 /bin/sh -c144 B33RUN |1 TARGETPLATFORM=linux/arm64 /bin/sh -c93 B34WORKDIR /app32 B35COPY /app ./ # buildkit34.99 MB36COPY self-host/supervisord/*.ini /etc/supervisor.d/ # buildkit477 B37COPY self-host/supervisord/supervisord.conf /etc/supervisor/supervisord.conf # buildkit400 B38RUN |1 TARGETPLATFORM=linux/arm64 /bin/sh -c32 B39COPY self-host/nginx/nginx.conf /etc/nginx # buildkit2.29 KB40COPY self-host/nginx/proxy.conf /etc/nginx # buildkit446 B41COPY self-host/nginx/mime.types /etc/nginx # buildkit1.71 KB42COPY self-host/nginx/security-headers.conf /etc/nginx # buildkit259 B43COPY self-host/nginx/security-headers-ssl.conf /etc/nginx # buildkit278 B44COPY self-host/nginx/logrotate.sh / # buildkit346 B45RUN |1 TARGETPLATFORM=linux/arm64 /bin/sh -c346 B46COPY self-host/hbs/nginx-config.hbs /etc/hbs/ # buildkit1.09 KB47COPY self-host/hbs/config.yaml /etc/hbs/ # buildkit238 B48RUN |1 TARGETPLATFORM=linux/arm64 /bin/sh -c32 B49RUN |1 TARGETPLATFORM=linux/arm64 /bin/sh -c32 B50RUN |1 TARGETPLATFORM=linux/arm64 /bin/sh -c9.73 MB51RUN |1 TARGETPLATFORM=linux/arm64 /bin/sh -c9.97 MB52RUN |1 TARGETPLATFORM=linux/arm64 /bin/sh -c9.97 MB53COPY self-host/entrypoint.sh /entrypoint.sh # buildkit2.28 KB54RUN |1 TARGETPLATFORM=linux/arm64 /bin/sh -c2.28 KB55VOLUME [/etc/bitwarden_passwordless]0 B56WORKDIR /app32 B57EXPOSE map[5701/tcp:{}]0 B58ENTRYPOINT ["/entrypoint.sh"]0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1740355200'