Namespace
appflowyinc
Image / Tag
appflowy_cloud:78faaa68587eb7ac353f99929f42975ee0f1378a
Content Digest
sha256:7403ec50db06bf8e943c25c9f0ae819b36fdc8c509cafcd9866a49947a123052
Details
Created

2025-05-09 13:50:02 UTC

Size

50.6 MB

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

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:254e724d77862dc53abbd3bf0e27f9d2f64293909cdd3d0aad6a8fe5a6680659 - 53.22% (26.9 MB)

[#001] sha256:d6f67b0864a77105d4901def97ee2bca5c0fb8554137eba036fef397ba55e20b - 0.0% (92 Bytes)

[#002] sha256:e6aa29bb6c27ef670b7314a660d7f4bf3198cb268e4b9484500f0495fc40c048 - 10.77% (5.45 MB)

[#003] sha256:62118e4328d60011a60157142b93330d88686b451d832490c49a905a9a33db07 - 36.0% (18.2 MB)


History
2025-04-28 00:00:00 UTC (debuerreotype 0.15)

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

2025-05-09 13:31:59 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2025-05-09 13:32:08 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-05-09 13:50:02 UTC (buildkit.dockerfile.v0)

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

2025-05-09 13:50:02 UTC (buildkit.dockerfile.v0)

ENV APP_ENVIRONMENT=production

2025-05-09 13:50:02 UTC (buildkit.dockerfile.v0)

ENV RUST_BACKTRACE=1

2025-05-09 13:50:02 UTC (buildkit.dockerfile.v0)

ARG APPFLOWY_APPLICATION_PORT

2025-05-09 13:50:02 UTC (buildkit.dockerfile.v0)

ARG PORT

2025-05-09 13:50:02 UTC (buildkit.dockerfile.v0)

ENV PORT=8000

2025-05-09 13:50:02 UTC (buildkit.dockerfile.v0)

EXPOSE map[8000/tcp:{}]

2025-05-09 13:50:02 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