Namespace
appflowyinc
Image / Tag
appflowy_cloud:f342823437514dc627f6e24023ca348e872753e0
Content Digest
sha256:9f70d4b67842942a476c348d7d5906a00de1418fd91421b9927b5f3adc997d38
Details
Created

2025-05-18 04:03:04 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.35.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.45% (26.9 MB)

[#001] sha256:2f2cfa6e419eaa617b52741dee5ba417fbccfc48986dd214d2ce311324dc48da - 0.0% (93 Bytes)

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

[#003] sha256:516997da19d0737c5f94117520894805b63e55cc0742a9cab86f54e1380fa3dd - 38.13% (20 MB)


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

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

2025-05-18 03:44:35 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2025-05-18 03:44:44 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-18 04:03:04 UTC (buildkit.dockerfile.v0)

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

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

ENV APP_ENVIRONMENT=production

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

ENV RUST_BACKTRACE=1

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

ARG APPFLOWY_APPLICATION_PORT

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

ARG PORT

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

ENV PORT=8000

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

EXPOSE map[8000/tcp:{}]

2025-05-18 04:03:04 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