Namespace
appflowyinc
Image / Tag
appflowy_cloud:1d1858d2fb2768b391a8e1a84ac28b69e5207ec1
Content Digest
sha256:c05478b37c5424a105b0f7a16bc2425d50e38cb5a0e1ba0246140a1b756014ae
Details
Created

2025-05-15 06:25:17 UTC

Size

52.3 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 - 51.46% (26.9 MB)

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

[#002] sha256:f90386816dcf146cc7eab3dd31adff91e80822cc933b0ffd90825234eba91169 - 10.42% (5.45 MB)

[#003] sha256:230cc29b259861d83a3e45ef27736715bbf707e014e72ab632865a8ba0cc34b0 - 38.13% (19.9 MB)


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

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

2025-05-15 06:06:21 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2025-05-15 06:06:30 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-15 06:25:17 UTC (buildkit.dockerfile.v0)

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

2025-05-15 06:25:17 UTC (buildkit.dockerfile.v0)

ENV APP_ENVIRONMENT=production

2025-05-15 06:25:17 UTC (buildkit.dockerfile.v0)

ENV RUST_BACKTRACE=1

2025-05-15 06:25:17 UTC (buildkit.dockerfile.v0)

ARG APPFLOWY_APPLICATION_PORT

2025-05-15 06:25:17 UTC (buildkit.dockerfile.v0)

ARG PORT

2025-05-15 06:25:17 UTC (buildkit.dockerfile.v0)

ENV PORT=8000

2025-05-15 06:25:17 UTC (buildkit.dockerfile.v0)

EXPOSE map[8000/tcp:{}]

2025-05-15 06:25: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