sha256:105589913b025e66ca2cce22b23d8310bd0f8c99b06a7adfe0ba77673bcaace2
OS/ARCH
Compressed size
170.56 MB
Last pushed
over 1 year by bitwardenadmin
Type
Image
Manifest digest
sha256:089158270d80991e2c0d0f6e62c90314606f71e49587b3316dc2bfc3a6e9b86e
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.26 KB5ENV DOTNET_VERSION=9.0.30 B6COPY /dotnet /usr/share/dotnet # buildkit31.32 MB7RUN /bin/sh -c ln -s166 B8ENV ASPNET_VERSION=9.0.30 B9COPY /dotnet /usr/share/dotnet # 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 -c148 B24RUN |1 TARGETPLATFORM=linux/arm64 /bin/sh -c32 B25RUN |1 TARGETPLATFORM=linux/arm64 /bin/sh -c122 B26RUN |1 TARGETPLATFORM=linux/arm64 /bin/sh -c139 B27RUN |1 TARGETPLATFORM=linux/arm64 /bin/sh -c150 B28RUN |1 TARGETPLATFORM=linux/arm64 /bin/sh -c156 B29RUN |1 TARGETPLATFORM=linux/arm64 /bin/sh -c135 B30RUN |1 TARGETPLATFORM=linux/arm64 /bin/sh -c115 B31RUN |1 TARGETPLATFORM=linux/arm64 /bin/sh -c153 B32RUN |1 TARGETPLATFORM=linux/arm64 /bin/sh -c145 B33RUN |1 TARGETPLATFORM=linux/arm64 /bin/sh -c93 B34WORKDIR /app32 B35COPY /app ./ # buildkit36.08 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 # buildkit445 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 # buildkit279 B44COPY self-host/nginx/logrotate.sh / # buildkit347 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/ # buildkit237 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'