sha256:5ddea8f82ca3510c72bd834075765f2eb2d7b46f5eafb483aaa02c51aa0078dc
OS/ARCH
Compressed size
292.52 MB
Last pushed
9 days by databasus
Type
Image
Manifest digest
sha256:d7b94dc02024f03b2f5b39d12556b021897bbf86dba50029913c10ef487821d1
Image Layers
1# debian.sh --arch 'arm64' out/26.81 MB2ARG APP_VERSION=dev-862cd68739b87e9ccdf854cd64d8fe78d8262eba0 B3ARG TARGETARCH=arm640 B4LABEL org.opencontainers.image.version=dev-862cd68739b87e9ccdf854cd64d8fe78d8262eba0 B5ENV APP_VERSION=dev-862cd68739b87e9ccdf854cd64d8fe78d8262eba0 B6ENV CONTAINER_ARCH=arm640 B7ENV ENV_MODE=production0 B8RUN |2 APP_VERSION=dev-862cd68739b87e9ccdf854cd64d8fe78d8262eba TARGETARCH=arm64 /bin/sh123.07 MB9ARG TARGETARCH=arm640 B10RUN |2 APP_VERSION=dev-862cd68739b87e9ccdf854cd64d8fe78d8262eba TARGETARCH=arm64 /bin/sh48.22 MB11RUN |2 APP_VERSION=dev-862cd68739b87e9ccdf854cd64d8fe78d8262eba TARGETARCH=arm64 /bin/sh1.29 KB12WORKDIR /app32 B13COPY /usr/local/bin/goose /usr/local/bin/goose # buildkit23.6 MB14COPY /app/main . # buildkit54.76 MB15RUN |2 APP_VERSION=dev-862cd68739b87e9ccdf854cd64d8fe78d8262eba TARGETARCH=arm64 /bin/sh174 B16COPY backend/migrations ./migrations # buildkit16.3 KB17COPY /app/ui/build ./ui/build # buildkit549.6 KB18RUN |2 APP_VERSION=dev-862cd68739b87e9ccdf854cd64d8fe78d8262eba TARGETARCH=arm64 /bin/sh122 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 'arm64' out/ 'bookworm' '@1787529600'