Namespace
appflowyinc
Image / Tag
appflowy_cloud:0.6.19-amd64
Content Digest
sha256:ca60163229f2a9355ddafc89a0f79296b5d335bc1961a927cca9b8a479bd9651
Details
Created

2024-09-15 01:52:26 UTC

Size

47 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2024-09-15T01:40:47.084Z
  • 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
    4c54481d704bf2f1b5118b4f36add7fb953c0cfc
  • 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.6.19

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:a2318d6c47ec9cac5acc500c47c79602bcf953cec711a18bc898911a0984365b - 59.11% (27.8 MB)

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

[#002] sha256:aa1d7f17d8c2822ab918c3e951654ae1da13a45d6a688ac8e8a1201b468919eb - 7.1% (3.34 MB)

[#003] sha256:76d5265ad24017024610346d5a9b197cd8a72fe7530cc565af3d6932c15745d5 - 33.79% (15.9 MB)


History
2024-09-04 22:30:47 UTC

/bin/sh -c #(nop) ADD file:d13afefcc2b0b02b598a3ac2598fe2187db41de1e17820e5b600a955b1429d59 in /

2024-09-04 22:30:47 UTC

/bin/sh -c #(nop) CMD ["bash"]

2024-09-15 01:40:54 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2024-09-15 01:41:04 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-09-15 01:52:26 UTC (buildkit.dockerfile.v0)

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

2024-09-15 01:52:26 UTC (buildkit.dockerfile.v0)

ENV APP_ENVIRONMENT=production

2024-09-15 01:52:26 UTC (buildkit.dockerfile.v0)

ENV RUST_BACKTRACE=1

2024-09-15 01:52:26 UTC (buildkit.dockerfile.v0)

ARG APPFLOWY_APPLICATION_PORT

2024-09-15 01:52:26 UTC (buildkit.dockerfile.v0)

ARG PORT

2024-09-15 01:52:26 UTC (buildkit.dockerfile.v0)

ENV PORT=8000

2024-09-15 01:52:26 UTC (buildkit.dockerfile.v0)

EXPOSE map[8000/tcp:{}]

2024-09-15 01:52:26 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