Namespace
appflowyinc
Image / Tag
appflowy_ai:0.9.126-amd64
Content Digest
sha256:86a9f87d8a4e95aca1399d9d71e7c6ca9e91a40377f2f1f50da75946a8c8a2e2
Details
Created

2025-09-23 15:14:39 UTC

Size

46.6 MB

Content Digest
Environment
APP_ENVIRONMENT

production

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PORT

5001

RUST_BACKTRACE

1


Layers

[#000] sha256:cde4222c36b887df35956e37385ad2fd5d32301ca9894363790a1430bf62f80f - 59.58% (27.8 MB)

[#001] sha256:67a9f4aa4cabdf6a296f59f47e04b67e8e197a3a8642e785740166ca8127990e - 0.0% (142 Bytes)

[#002] sha256:0dc6bb4abdb7e085ecf18044681e9434723729dd9d0afa3be6fb9fd1b589c3ac - 9.81% (4.58 MB)

[#003] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#005] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#006] sha256:3dc07480e276b5f73be36a563d53785b2614664151ef4cb9b40b16829d07e009 - 30.61% (14.3 MB)


History
2025-09-08 00:00:00 UTC (debuerreotype 0.16)

# debian.sh --arch 'amd64' out/ 'bookworm' '@1757289600'

2025-09-23 15:07:28 UTC (buildkit.dockerfile.v0)

WORKDIR /app/services/appflowy-ai

2025-09-23 15:07:40 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c apt-get update -y && apt-get install -y --no-install-recommends openssl && apt-get install -y ca-certificates && apt-get install -y libpq5 && apt-get autoremove -y && apt-get clean -y && rm -rf /var/lib/apt/lists/* # buildkit

2025-09-23 15:07:41 UTC (buildkit.dockerfile.v0)

WORKDIR /app/

2025-09-23 15:07:41 UTC (buildkit.dockerfile.v0)

ARG PROFILE=release

2025-09-23 15:07:41 UTC (buildkit.dockerfile.v0)

ARG APP_VERSION=0.9.126

2025-09-23 15:07:41 UTC (buildkit.dockerfile.v0)

RUN |2 PROFILE=release APP_VERSION=0.9.126 /bin/sh -c echo "Using profile: ${PROFILE}" # buildkit

2025-09-23 15:07:41 UTC (buildkit.dockerfile.v0)

RUN |2 PROFILE=release APP_VERSION=0.9.126 /bin/sh -c if [ "$PROFILE" = "release" ]; then echo "Using release binary"; else echo "Using debug binary"; fi # buildkit

2025-09-23 15:14:39 UTC (buildkit.dockerfile.v0)

COPY /app/target/release/appflowy-ai /usr/local/bin/appflowy-ai # buildkit

2025-09-23 15:14:39 UTC (buildkit.dockerfile.v0)

EXPOSE &{[{{78 0} {78 0}}] 0xc0000c8b00}

2025-09-23 15:14:39 UTC (buildkit.dockerfile.v0)

ENV APP_ENVIRONMENT=production

2025-09-23 15:14:39 UTC (buildkit.dockerfile.v0)

ENV PORT=5001

2025-09-23 15:14:39 UTC (buildkit.dockerfile.v0)

ENV RUST_BACKTRACE=1

2025-09-23 15:14:39 UTC (buildkit.dockerfile.v0)

CMD ["appflowy-ai"]

Danger Zone
Delete Tag

Please be careful as this will not just delete the reference but also the actual content!

For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.

Delete