Namespace
appflowyinc
Image / Tag
appflowy_cloud:0.7.25-amd64
Content Digest
sha256:ae68f62faa5836647d07f29ea1cf1a887f2bba06d75b0425298ba06292bbfb94
Details
Created

2024-11-27 07:01:01 UTC

Size

48.9 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2024-11-27T06:41:54.478Z
  • 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
    a4b598db5bce7b7d2f3cb0ed33dea9d5f65818aa
  • 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.25

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:2d429b9e73a6cf90a5bb85105c8118b30a1b2deedeae3ea9587055ffcb80eb45 - 56.79% (27.8 MB)

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

[#002] sha256:54e272d3db2ece8954ebc1dfb0d01d026b1e9e86ea969389dc8a43d331c5c215 - 6.82% (3.34 MB)

[#003] sha256:830883ceb8950a96d87224cc08c1627cd683c430453a362ecea16e73ae8a479e - 36.39% (17.8 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-27 06:42:01 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2024-11-27 06:42:12 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-27 07:01:01 UTC (buildkit.dockerfile.v0)

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

2024-11-27 07:01:01 UTC (buildkit.dockerfile.v0)

ENV APP_ENVIRONMENT=production

2024-11-27 07:01:01 UTC (buildkit.dockerfile.v0)

ENV RUST_BACKTRACE=1

2024-11-27 07:01:01 UTC (buildkit.dockerfile.v0)

ARG APPFLOWY_APPLICATION_PORT

2024-11-27 07:01:01 UTC (buildkit.dockerfile.v0)

ARG PORT

2024-11-27 07:01:01 UTC (buildkit.dockerfile.v0)

ENV PORT=8000

2024-11-27 07:01:01 UTC (buildkit.dockerfile.v0)

EXPOSE map[8000/tcp:{}]

2024-11-27 07:01:01 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