Namespace
appflowyinc
Image / Tag
appflowy_cloud:ff1b81152e89ef144e8df77a6831cf8318290d2b
Content Digest
sha256:ae7f4513263c4f0f76e97f1180ee4dbd474d8bbece2a4ee7dace15e0bf523233
Details
Created

2025-06-12 07:20:33 UTC

Size

200 MB

Content Digest
Labels
  • com.docker.compose.project
    appflowy-cloud
  • com.docker.compose.service
    appflowy_cloud
  • com.docker.compose.version
    2.36.0

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:b895f377d09e8ffeb527904a83b9f50e53af3ceeab123736408cf01ab05455f4 - 13.89% (27.8 MB)

[#001] sha256:40830fadb5b64284308412ba9a733fe7284bf0dd56a22c0c1b73d4870893ce5b - 0.0% (93 Bytes)

[#002] sha256:71e4429df448ec3f5a887372df526a35796bec8841204b3da27e80e3bfd93f1d - 2.72% (5.45 MB)

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

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

[#005] sha256:deb9dba753b7f21d9d16295655faf9e6551ddef591587f27cbc6858f9a3d1683 - 83.38% (167 MB)


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

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

2025-06-12 07:11:10 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2025-06-12 07:11:20 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-06-12 07:11:21 UTC (buildkit.dockerfile.v0)

ARG PROFILE=debug

2025-06-12 07:11:21 UTC (buildkit.dockerfile.v0)

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

2025-06-12 07:11:21 UTC (buildkit.dockerfile.v0)

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

2025-06-12 07:20:33 UTC (buildkit.dockerfile.v0)

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

2025-06-12 07:20:33 UTC (buildkit.dockerfile.v0)

ENV APP_ENVIRONMENT=production

2025-06-12 07:20:33 UTC (buildkit.dockerfile.v0)

ENV RUST_BACKTRACE=1

2025-06-12 07:20:33 UTC (buildkit.dockerfile.v0)

ARG APPFLOWY_APPLICATION_PORT

2025-06-12 07:20:33 UTC (buildkit.dockerfile.v0)

ARG PORT

2025-06-12 07:20:33 UTC (buildkit.dockerfile.v0)

ENV PORT=8000

2025-06-12 07:20:33 UTC (buildkit.dockerfile.v0)

EXPOSE map[8000/tcp:{}]

2025-06-12 07:20:33 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