sha256:5ddea8f82ca3510c72bd834075765f2eb2d7b46f5eafb483aaa02c51aa0078dc
OS/ARCH
Compressed size
314.38 MB
Last pushed
9 days by databasus
Type
Image
Manifest digest
sha256:97ddc9b4f6f1c61d49f3641d1aa72501bf63762efec634d89668107e162badbb
Image Layers
1# debian.sh --arch 'amd64' out/26.92 MB2ARG APP_VERSION=dev-862cd68739b87e9ccdf854cd64d8fe78d8262eba0 B3ARG TARGETARCH=amd640 B4LABEL org.opencontainers.image.version=dev-862cd68739b87e9ccdf854cd64d8fe78d8262eba0 B5ENV APP_VERSION=dev-862cd68739b87e9ccdf854cd64d8fe78d8262eba0 B6ENV CONTAINER_ARCH=amd640 B7ENV ENV_MODE=production0 B8RUN |2 APP_VERSION=dev-862cd68739b87e9ccdf854cd64d8fe78d8262eba TARGETARCH=amd64 /bin/sh126.32 MB9ARG TARGETARCH=amd640 B10RUN |2 APP_VERSION=dev-862cd68739b87e9ccdf854cd64d8fe78d8262eba TARGETARCH=amd64 /bin/sh60.81 MB11RUN |2 APP_VERSION=dev-862cd68739b87e9ccdf854cd64d8fe78d8262eba TARGETARCH=amd64 /bin/sh1.29 KB12WORKDIR /app32 B13COPY /usr/local/bin/goose /usr/local/bin/goose # buildkit25.23 MB14COPY /app/main . # buildkit59.03 MB15RUN |2 APP_VERSION=dev-862cd68739b87e9ccdf854cd64d8fe78d8262eba TARGETARCH=amd64 /bin/sh173 B16COPY backend/migrations ./migrations # buildkit16.3 KB17COPY /app/ui/build ./ui/build # buildkit549.6 KB18RUN |2 APP_VERSION=dev-862cd68739b87e9ccdf854cd64d8fe78d8262eba TARGETARCH=amd64 /bin/sh121 B19COPY /verification-agent-binaries/* ./agent-binaries/ # buildkit15.5 MB20COPY .env.example /.env # buildkit908 B21COPY --chmod=0755 docker/start.sh /app/start.sh #4.54 KB22LABEL org.opencontainers.image.source=https://github.com/databasus/databasus0 B23EXPOSE [4005/tcp]0 B24HEALTHCHECK {Test:[CMD databasus healthcheck] Interval:30s0 B25VOLUME [/databasus-data]0 B26ENTRYPOINT ["/app/start.sh"]0 B27CMD []0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1787529600'