Namespace
appflowyinc
Image / Tag
appflowy_cloud:6f53a97ac15c4e8eff8d8beb55ccb50cc5e9b783
Content Digest
sha256:1a149551c126541ac6691f65960d50d27faa4d6f343a3a1bbd5d93d3f6e5fa1e
Details
Created

2025-02-26 14:38:04 UTC

Size

47.7 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:7cf63256a31a4cc44f6defe8e1af95363aee5fa75f30a248d95cae684f87c53c - 56.41% (26.9 MB)

[#001] sha256:0daf0e2b7595e2dc56ac3a878e34c74ea34690cbb7e270363a5927399a67496c - 0.0% (93 Bytes)

[#002] sha256:1a61b38c34ddf8cedbb8df9713f14e253859bd2d0ffd14cef29897f7755a402f - 11.42% (5.45 MB)

[#003] sha256:5a4ba4e23695dbe7036d6a5aca3b67871f53a00146dc818af6b049bd3813e381 - 32.17% (15.4 MB)


History
2025-02-24 00:00:00 UTC (debuerreotype 0.15)

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

2025-02-26 14:20:53 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2025-02-26 14:21:02 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-02-26 14:38:04 UTC (buildkit.dockerfile.v0)

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

2025-02-26 14:38:04 UTC (buildkit.dockerfile.v0)

ENV APP_ENVIRONMENT=production

2025-02-26 14:38:04 UTC (buildkit.dockerfile.v0)

ENV RUST_BACKTRACE=1

2025-02-26 14:38:04 UTC (buildkit.dockerfile.v0)

ARG APPFLOWY_APPLICATION_PORT

2025-02-26 14:38:04 UTC (buildkit.dockerfile.v0)

ARG PORT

2025-02-26 14:38:04 UTC (buildkit.dockerfile.v0)

ENV PORT=8000

2025-02-26 14:38:04 UTC (buildkit.dockerfile.v0)

EXPOSE map[8000/tcp:{}]

2025-02-26 14:38: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