Namespace
appflowyinc
Image / Tag
appflowy_cloud:0.8.14-amd64
Content Digest
sha256:966313a220dd346c6980d93e53ed54950d2aea96efade948ac00aa22f2808850
Details
Created

2024-12-19 16:33:25 UTC

Size

47.5 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2024-12-19T16:14:14.794Z
  • 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
    a4490b96c6ee4cced4b48af04e25256dc037ce70
  • 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.14

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:bc0965b23a04fe7f2d9fb20f597008fcf89891de1c705ffc1c80483a1f098e4f - 56.67% (26.9 MB)

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

[#002] sha256:f650609698260fc2e10982e07370fd873281b991b99a427d1dbdbcc1de6cd5ee - 6.64% (3.15 MB)

[#003] sha256:520d64b6a3a25eeaf16acba1e0f1c2832baa18003ac37f1c8cf3a636fd8a1183 - 36.69% (17.4 MB)


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

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

2024-12-19 16:14:21 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2024-12-19 16:14:30 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-19 16:33:25 UTC (buildkit.dockerfile.v0)

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

2024-12-19 16:33:25 UTC (buildkit.dockerfile.v0)

ENV APP_ENVIRONMENT=production

2024-12-19 16:33:25 UTC (buildkit.dockerfile.v0)

ENV RUST_BACKTRACE=1

2024-12-19 16:33:25 UTC (buildkit.dockerfile.v0)

ARG APPFLOWY_APPLICATION_PORT

2024-12-19 16:33:25 UTC (buildkit.dockerfile.v0)

ARG PORT

2024-12-19 16:33:25 UTC (buildkit.dockerfile.v0)

ENV PORT=8000

2024-12-19 16:33:25 UTC (buildkit.dockerfile.v0)

EXPOSE map[8000/tcp:{}]

2024-12-19 16:33:25 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