Namespace
appflowyinc
Image / Tag
appflowy_cloud:0.9.24-amd64
Content Digest
sha256:c3a336cc8c1de766f4748d50dba5baab51ccda15171247638d949a5c68ec5ee5
Details
Created

2025-02-17 04:30:56 UTC

Size

49.6 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2025-02-17T04:18:01.709Z
  • 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
    954266fdea8f064fea76d859cd30c096009e406d
  • 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.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:c29f5b76f736a8b555fd191c48d6581bb918bcd605a7cbcc76205dd6acff3260 - 54.26% (26.9 MB)

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

[#002] sha256:b67c35fdafeab477e827af2245fab7f869fdb7509e8be706e87a6297fc6bd914 - 10.99% (5.45 MB)

[#003] sha256:6f3ccfacca652ca4e78abc3d68e0f12853b6171bf15508276168d0c03eacfcc6 - 34.75% (17.2 MB)


History
2025-02-03 00:00:00 UTC (debuerreotype 0.15)

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

2025-02-17 04:18:08 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2025-02-17 04:18:19 UTC (buildkit.dockerfile.v0)

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

2025-02-17 04:30:56 UTC (buildkit.dockerfile.v0)

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

2025-02-17 04:30:56 UTC (buildkit.dockerfile.v0)

ENV APP_ENVIRONMENT=production

2025-02-17 04:30:56 UTC (buildkit.dockerfile.v0)

ENV RUST_BACKTRACE=1

2025-02-17 04:30:56 UTC (buildkit.dockerfile.v0)

ARG APPFLOWY_APPLICATION_PORT

2025-02-17 04:30:56 UTC (buildkit.dockerfile.v0)

ARG PORT

2025-02-17 04:30:56 UTC (buildkit.dockerfile.v0)

ENV PORT=8000

2025-02-17 04:30:56 UTC (buildkit.dockerfile.v0)

EXPOSE map[8000/tcp:{}]

2025-02-17 04:30:56 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