sha256:105589913b025e66ca2cce22b23d8310bd0f8c99b06a7adfe0ba77673bcaace2
OS/ARCH
Compressed size
175.48 MB
Last pushed
over 1 year by bitwardenadmin
Type
Image
Manifest digest
sha256:d3c30bea9ff636d7fe2609eea5d3dc84106a2ab511caec8c7244beef39c6bde6
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 KB5ENV DOTNET_VERSION=9.0.30 B6COPY /dotnet /usr/share/dotnet # buildkit32.94 MB7RUN /bin/sh -c ln -s155 B8ENV ASPNET_VERSION=9.0.30 B9COPY /dotnet /usr/share/dotnet # buildkit10.78 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/amd64 /bin/sh -c18.73 MB22RUN |1 TARGETPLATFORM=linux/amd64 /bin/sh -c157 B23RUN |1 TARGETPLATFORM=linux/amd64 /bin/sh -c147 B24RUN |1 TARGETPLATFORM=linux/amd64 /bin/sh -c32 B25RUN |1 TARGETPLATFORM=linux/amd64 /bin/sh -c122 B26RUN |1 TARGETPLATFORM=linux/amd64 /bin/sh -c137 B27RUN |1 TARGETPLATFORM=linux/amd64 /bin/sh -c150 B28RUN |1 TARGETPLATFORM=linux/amd64 /bin/sh -c156 B29RUN |1 TARGETPLATFORM=linux/amd64 /bin/sh -c135 B30RUN |1 TARGETPLATFORM=linux/amd64 /bin/sh -c115 B31RUN |1 TARGETPLATFORM=linux/amd64 /bin/sh -c152 B32RUN |1 TARGETPLATFORM=linux/amd64 /bin/sh -c147 B33RUN |1 TARGETPLATFORM=linux/amd64 /bin/sh -c93 B34WORKDIR /app32 B35COPY /app ./ # buildkit36.14 MB36COPY self-host/supervisord/*.ini /etc/supervisor.d/ # buildkit478 B37COPY self-host/supervisord/supervisord.conf /etc/supervisor/supervisord.conf # buildkit401 B38RUN |1 TARGETPLATFORM=linux/amd64 /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/amd64 /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/amd64 /bin/sh -c10.59 MB49RUN |1 TARGETPLATFORM=linux/amd64 /bin/sh -c32 B50RUN |1 TARGETPLATFORM=linux/amd64 /bin/sh -c32 B51RUN |1 TARGETPLATFORM=linux/amd64 /bin/sh -c10.75 MB52RUN |1 TARGETPLATFORM=linux/amd64 /bin/sh -c10.75 MB53COPY self-host/entrypoint.sh /entrypoint.sh # buildkit2.28 KB54RUN |1 TARGETPLATFORM=linux/amd64 /bin/sh -c2.28 KB55VOLUME [/etc/bitwarden_passwordless]0 B56WORKDIR /app32 B57EXPOSE map[5701/tcp:{}]0 B58ENTRYPOINT ["/entrypoint.sh"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1740355200'