sha256:7ceb326b5c127e59177fdc5ec647a6f00d46f08aed0b789c14e6a895804e8414
OS/ARCH
Compressed size
322.37 MB
Last pushed
3 months by databasus
Type
Image
Manifest digest
sha256:97f0c879ebc3c58ad6b5dc1b1972cecd938a5334fb5db2f06173016a53aad005
Image Layers
1# debian.sh --arch 'amd64' out/26.93 MB2ARG APP_VERSION=dev-1f4cf296c0f1818d65634a5b56b591c660db9c2b0 B3ARG TARGETARCH=amd640 B4LABEL org.opencontainers.image.version=dev-1f4cf296c0f1818d65634a5b56b591c660db9c2b0 B5ENV APP_VERSION=dev-1f4cf296c0f1818d65634a5b56b591c660db9c2b0 B6ENV CONTAINER_ARCH=amd640 B7ENV ENV_MODE=production0 B8RUN |2 APP_VERSION=dev-1f4cf296c0f1818d65634a5b56b591c660db9c2b TARGETARCH=amd64 /bin/sh133.92 MB9ARG TARGETARCH=amd640 B10RUN |2 APP_VERSION=dev-1f4cf296c0f1818d65634a5b56b591c660db9c2b TARGETARCH=amd64 /bin/sh63.72 MB11RUN |2 APP_VERSION=dev-1f4cf296c0f1818d65634a5b56b591c660db9c2b TARGETARCH=amd64 /bin/sh126 B12RUN |2 APP_VERSION=dev-1f4cf296c0f1818d65634a5b56b591c660db9c2b TARGETARCH=amd64 /bin/sh1.18 KB13WORKDIR /app32 B14COPY /usr/local/bin/goose /usr/local/bin/goose # buildkit24.87 MB15COPY /app/main . # buildkit56.9 MB16RUN |2 APP_VERSION=dev-1f4cf296c0f1818d65634a5b56b591c660db9c2b TARGETARCH=amd64 /bin/sh174 B17COPY backend/migrations ./migrations # buildkit14.14 KB18COPY /app/ui/build ./ui/build # buildkit544.3 KB19RUN |2 APP_VERSION=dev-1f4cf296c0f1818d65634a5b56b591c660db9c2b TARGETARCH=amd64 /bin/sh122 B20COPY /verification-agent-binaries/* ./agent-binaries/ # buildkit15.48 MB21COPY .env.example /.env # buildkit873 B22COPY <<EOF /app/start.sh # buildkit3.1 KB23LABEL org.opencontainers.image.source=https://github.com/databasus/databasus0 B24RUN |2 APP_VERSION=dev-1f4cf296c0f1818d65634a5b56b591c660db9c2b TARGETARCH=amd64 /bin/sh3.1 KB25EXPOSE [4005/tcp]0 B26HEALTHCHECK {Test:[CMD databasus healthcheck] Interval:30s0 B27VOLUME [/databasus-data]0 B28ENTRYPOINT ["/app/start.sh"]0 B29CMD []0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1781049600'