Namespace
appflowyinc
Image / Tag
appflowy_cloud:0.7.7-arm64v8
Content Digest
sha256:41c2eafd803c3cc937cb3d072d5130e3873b0e686cd85ca78587b5d4bd1619a0
Details
Created

2024-11-13 16:16:48 UTC

Size

48.5 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2024-11-13T11:04:07.991Z
  • 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
    7f73453667c9ed0ee57f0b38c432a9ca881063c7
  • 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.7.7

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:6d29a096dd42e5e003949f934fa6b1a3ec8e076dd8cfc2a85a4e750a3639bf7a - 57.36% (27.8 MB)

[#001] sha256:1886f7c04b2d4e5a6facffbc032e83635a359f56f4a8a15be23ae3b3e7d17548 - 0.0% (91 Bytes)

[#002] sha256:5d79e23624f278047bb26d9a3f8fb41226cbb908fc3063c84bfe7d92208471a0 - 6.54% (3.17 MB)

[#003] sha256:da206465d619f5eadc3606531e4a156e2184eff431b5412708a8e718729f3d95 - 36.1% (17.5 MB)


History
2024-11-11 00:00:00 UTC (buildkit.dockerfile.v0)

ADD rootfs.tar.xz / # buildkit

2024-11-11 00:00:00 UTC (buildkit.dockerfile.v0)

CMD ["bash"]

2024-11-13 11:04:14 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2024-11-13 11:05:47 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-11-13 16:16:48 UTC (buildkit.dockerfile.v0)

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

2024-11-13 16:16:48 UTC (buildkit.dockerfile.v0)

ENV APP_ENVIRONMENT=production

2024-11-13 16:16:48 UTC (buildkit.dockerfile.v0)

ENV RUST_BACKTRACE=1

2024-11-13 16:16:48 UTC (buildkit.dockerfile.v0)

ARG APPFLOWY_APPLICATION_PORT

2024-11-13 16:16:48 UTC (buildkit.dockerfile.v0)

ARG PORT

2024-11-13 16:16:48 UTC (buildkit.dockerfile.v0)

ENV PORT=8000

2024-11-13 16:16:48 UTC (buildkit.dockerfile.v0)

EXPOSE map[8000/tcp:{}]

2024-11-13 16:16: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