Namespace
appflowyinc
Image / Tag
appflowy_cloud:0.8.15-arm64v8
Content Digest
sha256:f96f548c58ae8d907986dc07825a1e60be81b4f5e2bb62df473c2a333d897c3a
Details
Created

2024-12-20 10:36:48 UTC

Size

47.7 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2024-12-20T05:28:14.036Z
  • 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
    a68dde0252818603f1a25a13eff0f55db49df4f0
  • 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.8.15

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:bb3f2b52e6af242cee1bc6c19ce79e05544f8a1d13f5a6c1e828d98d2dbdc94e - 56.05% (26.8 MB)

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

[#002] sha256:f9b724d41774b8b75a4ab92e2e614c7f3c6772093b3b375834432af25691849c - 6.25% (2.98 MB)

[#003] sha256:f7ccec586bb242cb53a0f3033c3432932f8c5b2c6ec519f903166110a2e9bf8f - 37.7% (18 MB)


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

# debian.sh --arch 'arm64' out/ 'bookworm' '@1733097600'

2024-12-20 05:28:20 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2024-12-20 05:29:53 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

2024-12-20 10:36:48 UTC (buildkit.dockerfile.v0)

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

2024-12-20 10:36:48 UTC (buildkit.dockerfile.v0)

ENV APP_ENVIRONMENT=production

2024-12-20 10:36:48 UTC (buildkit.dockerfile.v0)

ENV RUST_BACKTRACE=1

2024-12-20 10:36:48 UTC (buildkit.dockerfile.v0)

ARG APPFLOWY_APPLICATION_PORT

2024-12-20 10:36:48 UTC (buildkit.dockerfile.v0)

ARG PORT

2024-12-20 10:36:48 UTC (buildkit.dockerfile.v0)

ENV PORT=8000

2024-12-20 10:36:48 UTC (buildkit.dockerfile.v0)

EXPOSE map[8000/tcp:{}]

2024-12-20 10:36:48 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