Namespace
appflowyinc
Image / Tag
appflowy_cloud:0.7.24-arm64v8
Content Digest
sha256:7e293afdd56f03ed53963fcd9b268f44b40e6a14d5c684d1f1573d70e9f061ab
Details
Created

2024-11-25 16:33:47 UTC

Size

49.3 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2024-11-25T11:20:52.953Z
  • 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
    9e067e618b4c132abb738e8c6a94b5e1e004910e
  • 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.24

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 - 56.35% (27.8 MB)

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

[#002] sha256:b597e7e4ef662cf6218074ced4134470832ca44d483471ea50af7eba961b4082 - 6.42% (3.17 MB)

[#003] sha256:3a50b0fe0f43074ec0d990f345b62da7d632b926a2fbcc8c39f58d532a853027 - 37.23% (18.4 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-25 11:20:58 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2024-11-25 11:22:31 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-25 16:33:47 UTC (buildkit.dockerfile.v0)

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

2024-11-25 16:33:47 UTC (buildkit.dockerfile.v0)

ENV APP_ENVIRONMENT=production

2024-11-25 16:33:47 UTC (buildkit.dockerfile.v0)

ENV RUST_BACKTRACE=1

2024-11-25 16:33:47 UTC (buildkit.dockerfile.v0)

ARG APPFLOWY_APPLICATION_PORT

2024-11-25 16:33:47 UTC (buildkit.dockerfile.v0)

ARG PORT

2024-11-25 16:33:47 UTC (buildkit.dockerfile.v0)

ENV PORT=8000

2024-11-25 16:33:47 UTC (buildkit.dockerfile.v0)

EXPOSE map[8000/tcp:{}]

2024-11-25 16:33:47 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