Namespace
appflowyinc
Image / Tag
appflowy_cloud:a7368f86637e9e6673e24b7a468faeafb9ed1348
Content Digest
sha256:f0c00386939a512f7baa525f98e1916de0123b57465f0bdbb6b87007f4265b2f
Details
Created

2025-04-25 11:26:17 UTC

Size

52.2 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:8a628cdd7ccc83e90e5a95888fcb0ec24b991141176c515ad101f12d6433eb96 - 51.62% (26.9 MB)

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

[#002] sha256:8195240bb0b6ce49bc50daccc0a9c68f095d5183c05812f3ce91f7a51737254e - 10.45% (5.45 MB)

[#003] sha256:bda8ddd3d451ed8b5485f32a496d9d48d6fdc45ee1a89e7d796788d3d97f3fdc - 37.93% (19.8 MB)


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

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

2025-04-25 10:56:38 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2025-04-25 10:56:47 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-04-25 11:26:17 UTC (buildkit.dockerfile.v0)

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

2025-04-25 11:26:17 UTC (buildkit.dockerfile.v0)

ENV APP_ENVIRONMENT=production

2025-04-25 11:26:17 UTC (buildkit.dockerfile.v0)

ENV RUST_BACKTRACE=1

2025-04-25 11:26:17 UTC (buildkit.dockerfile.v0)

ARG APPFLOWY_APPLICATION_PORT

2025-04-25 11:26:17 UTC (buildkit.dockerfile.v0)

ARG PORT

2025-04-25 11:26:17 UTC (buildkit.dockerfile.v0)

ENV PORT=8000

2025-04-25 11:26:17 UTC (buildkit.dockerfile.v0)

EXPOSE map[8000/tcp:{}]

2025-04-25 11:26:17 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