Namespace
appflowyinc
Image / Tag
appflowy_cloud:0.9.0-stateless-amd64
Content Digest
sha256:09b933c3768a9371743fed7bda317b1a3d67fd7e5eb12ec08583356e16636563
Details
Created

2024-12-27 07:05:39 UTC

Size

47.6 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2024-12-27T06:53:00.039Z
  • 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
    c94938ee464d31ff2f330f99e8d0e7734fcd93cb
  • 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.0-stateless

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:fd674058ff8f8cfa7fb8a20c006fc0128541cbbad7f7f7f28df570d08f9e4d92 - 56.61% (26.9 MB)

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

[#002] sha256:11c56a72422b0788024da731727433e106ebdc160071fe12e1bf62e649e552ff - 6.63% (3.15 MB)

[#003] sha256:0d4fe3dcb7c5a9e4b925c2de00bb6b846d85e1c02e3f59b79d54e767a37851c0 - 36.76% (17.5 MB)


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

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

2024-12-27 06:53:05 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2024-12-27 06:53:14 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-27 07:05:39 UTC (buildkit.dockerfile.v0)

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

2024-12-27 07:05:39 UTC (buildkit.dockerfile.v0)

ENV APP_ENVIRONMENT=production

2024-12-27 07:05:39 UTC (buildkit.dockerfile.v0)

ENV RUST_BACKTRACE=1

2024-12-27 07:05:39 UTC (buildkit.dockerfile.v0)

ARG APPFLOWY_APPLICATION_PORT

2024-12-27 07:05:39 UTC (buildkit.dockerfile.v0)

ARG PORT

2024-12-27 07:05:39 UTC (buildkit.dockerfile.v0)

ENV PORT=8000

2024-12-27 07:05:39 UTC (buildkit.dockerfile.v0)

EXPOSE map[8000/tcp:{}]

2024-12-27 07:05:39 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