Namespace
appflowyinc
Image / Tag
appflowy_cloud:99170d3bca4af87b31839352b2d5cf6dcc997a53
Content Digest
sha256:8bb3f71e59f4220ad1a90147d3f41b4d97fa202f0f45a78665d14eba7232ad21
Details
Created

2025-04-12 13:15:59 UTC

Size

50.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:8a628cdd7ccc83e90e5a95888fcb0ec24b991141176c515ad101f12d6433eb96 - 53.23% (26.9 MB)

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

[#002] sha256:ba319385329929d5db6baaf6e59c0e5ef7f10828f073070236b0739d27be1022 - 10.77% (5.45 MB)

[#003] sha256:45683f48a88d20604bbbc1e527648cd6247d7bd89961b9772ab6746c1a62fbe6 - 35.99% (18.2 MB)


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

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

2025-04-12 12:57:59 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2025-04-12 12:58:08 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-12 13:15:59 UTC (buildkit.dockerfile.v0)

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

2025-04-12 13:15:59 UTC (buildkit.dockerfile.v0)

ENV APP_ENVIRONMENT=production

2025-04-12 13:15:59 UTC (buildkit.dockerfile.v0)

ENV RUST_BACKTRACE=1

2025-04-12 13:15:59 UTC (buildkit.dockerfile.v0)

ARG APPFLOWY_APPLICATION_PORT

2025-04-12 13:15:59 UTC (buildkit.dockerfile.v0)

ARG PORT

2025-04-12 13:15:59 UTC (buildkit.dockerfile.v0)

ENV PORT=8000

2025-04-12 13:15:59 UTC (buildkit.dockerfile.v0)

EXPOSE map[8000/tcp:{}]

2025-04-12 13:15:59 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