Namespace
appflowyinc
Image / Tag
appflowy_cloud:0.9.64-amd64
Content Digest
sha256:ded3da3a25fe7a76c28108adb9849b8aa0ce02b0da5898bc7dd58a09c00e5139
Details
Created

2025-07-04 03:18:10 UTC

Size

52.1 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2025-07-04T03:06:05.066Z
  • org.opencontainers.image.description
    Bring projects, wikis, and teams together with AI. AppFlowy is the AI collaborative workspace where you achieve more without losing control of your data. The leading open source Notion alternative.
  • org.opencontainers.image.licenses
    AGPL-3.0
  • org.opencontainers.image.revision
    ecf8c031d3c955508a0d3887acd61d970022db79
  • org.opencontainers.image.source
    https://github.com/AppFlowy-IO/AppFlowy-Cloud
  • org.opencontainers.image.title
    AppFlowy-Cloud
  • org.opencontainers.image.url
    https://github.com/AppFlowy-IO/AppFlowy-Cloud
  • org.opencontainers.image.version
    0.9.64

Environment
APP_ENVIRONMENT

production

PATH

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

PORT

8000

RUST_BACKTRACE

1


Layers

[#000] sha256:3da95a905ed546f99c4564407923a681757d89651a388ec3f1f5e9bf5ed0b39d - 51.69% (26.9 MB)

[#001] sha256:80c5584dad12e4f6e8df7177748098896b1c9ac48f0ed93d8950f682e3ffe073 - 0.0% (93 Bytes)

[#002] sha256:03b6ee6b6774024c7db460fe39242935d0fe25fb483eb9b8e211ca5768dca784 - 10.46% (5.45 MB)

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

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

[#005] sha256:e707eac56c4e60f1954ba833d49f334f1010c8dc6db3df07870c1ca2afa51688 - 37.85% (19.7 MB)


History
2025-06-30 00:00:00 UTC (debuerreotype 0.15)

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

2025-07-04 03:06:12 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2025-07-04 03:06:22 UTC (buildkit.dockerfile.v0)

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

2025-07-04 03:06:23 UTC (buildkit.dockerfile.v0)

ARG PROFILE=release

2025-07-04 03:06:23 UTC (buildkit.dockerfile.v0)

RUN |1 PROFILE=release /bin/sh -c echo "Building with profile: ${PROFILE}" # buildkit

2025-07-04 03:06:23 UTC (buildkit.dockerfile.v0)

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

2025-07-04 03:18:10 UTC (buildkit.dockerfile.v0)

COPY /app/target/release/appflowy_cloud /usr/local/bin/appflowy_cloud # buildkit

2025-07-04 03:18:10 UTC (buildkit.dockerfile.v0)

ENV APP_ENVIRONMENT=production

2025-07-04 03:18:10 UTC (buildkit.dockerfile.v0)

ENV RUST_BACKTRACE=1

2025-07-04 03:18:10 UTC (buildkit.dockerfile.v0)

ARG APPFLOWY_APPLICATION_PORT

2025-07-04 03:18:10 UTC (buildkit.dockerfile.v0)

ARG PORT

2025-07-04 03:18:10 UTC (buildkit.dockerfile.v0)

ENV PORT=8000

2025-07-04 03:18:10 UTC (buildkit.dockerfile.v0)

EXPOSE map[8000/tcp:{}]

2025-07-04 03:18:10 UTC (buildkit.dockerfile.v0)

CMD ["appflowy_cloud"]

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