Namespace
appflowyinc
Image / Tag
appflowy_cloud:34451475bd70f91c848649cad1443c344f07c18b
Content Digest
sha256:207b445e90b0ad7cb8a4e8cb148a1aa5eae3e5ac9b4ad83b4f63c9dae45ee897
Details
Created

2025-01-30 02:46:11 UTC

Size

49.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:af302e5c37e9dc1dbe2eadc8f5059d82a914066b541b0d1a6daa91d0cc55057d - 54.23% (26.9 MB)

[#001] sha256:5c1b8d264d9ac4d21d2c5c66e949d665e60d6406c95616783553f75ed04e14be - 0.0% (93 Bytes)

[#002] sha256:be56409c41485e7f8960c65f34c01efbd5f7f3bf4d8594d7569d80b30a07e621 - 10.98% (5.45 MB)

[#003] sha256:62e0dc1c9971dca184fd9734521d69092800e1cac1e5f26849fa84c8cb44773a - 34.79% (17.3 MB)


History
2025-01-13 00:00:00 UTC (debuerreotype 0.15)

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

2025-01-30 02:26:14 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2025-01-30 02:26:23 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-01-30 02:46:11 UTC (buildkit.dockerfile.v0)

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

2025-01-30 02:46:11 UTC (buildkit.dockerfile.v0)

ENV APP_ENVIRONMENT=production

2025-01-30 02:46:11 UTC (buildkit.dockerfile.v0)

ENV RUST_BACKTRACE=1

2025-01-30 02:46:11 UTC (buildkit.dockerfile.v0)

ARG APPFLOWY_APPLICATION_PORT

2025-01-30 02:46:11 UTC (buildkit.dockerfile.v0)

ARG PORT

2025-01-30 02:46:11 UTC (buildkit.dockerfile.v0)

ENV PORT=8000

2025-01-30 02:46:11 UTC (buildkit.dockerfile.v0)

EXPOSE map[8000/tcp:{}]

2025-01-30 02:46:11 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