Namespace
appflowyinc
Image / Tag
appflowy_cloud:0.9.3-amd64
Content Digest
sha256:da558eef7f301f3ef9047ddea1b950e2451769962744a7a660ea3f7b8d902d2e
Details
Created

2025-01-06 02:01:18 UTC

Size

47.7 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2025-01-06T01:48:07.686Z
  • org.opencontainers.image.description
    AppFlowy is an open-source alternative to Notion. You are in charge of your data and customizations. Built with Flutter and Rust.
  • org.opencontainers.image.licenses
    AGPL-3.0
  • org.opencontainers.image.revision
    49e83c6b6b813fb2322169f783f20f6fddb89e93
  • org.opencontainers.image.source
    https://github.com/AppFlowy-IO/AppFlowy-Cloud
  • org.opencontainers.image.title
    AppFlowy-Cloud
  • org.opencontainers.image.url
    https://github.com/AppFlowy-IO/AppFlowy-Cloud
  • org.opencontainers.image.version
    0.9.3

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:fd674058ff8f8cfa7fb8a20c006fc0128541cbbad7f7f7f28df570d08f9e4d92 - 56.48% (26.9 MB)

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

[#002] sha256:c7effec635d6ad0b0f39dda5e88b1bb396a02427e8aea8b8aa61ba361ad60877 - 6.61% (3.15 MB)

[#003] sha256:2aef7963a6ec3af547eff42ce2ffa11fc69f81e3f900b1c005cfaf58a280b055 - 36.91% (17.6 MB)


History
2024-12-23 00:00:00 UTC (debuerreotype 0.15)

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

2025-01-06 01:48:13 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2025-01-06 01:48:22 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c apt-get update -y && apt-get install -y --no-install-recommends openssl ca-certificates && update-ca-certificates && apt-get autoremove -y && apt-get clean -y && rm -rf /var/lib/apt/lists/* # buildkit

2025-01-06 02:01:18 UTC (buildkit.dockerfile.v0)

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

2025-01-06 02:01:18 UTC (buildkit.dockerfile.v0)

ENV APP_ENVIRONMENT=production

2025-01-06 02:01:18 UTC (buildkit.dockerfile.v0)

ENV RUST_BACKTRACE=1

2025-01-06 02:01:18 UTC (buildkit.dockerfile.v0)

ARG APPFLOWY_APPLICATION_PORT

2025-01-06 02:01:18 UTC (buildkit.dockerfile.v0)

ARG PORT

2025-01-06 02:01:18 UTC (buildkit.dockerfile.v0)

ENV PORT=8000

2025-01-06 02:01:18 UTC (buildkit.dockerfile.v0)

EXPOSE map[8000/tcp:{}]

2025-01-06 02:01:18 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