Namespace
appflowyinc
Image / Tag
appflowy_cloud:0.8.9-amd64
Content Digest
sha256:3e97ab3a786d11b486cbbbcf69fbaaf73b487c008b01c42547ddff144ebb508f
Details
Created

2024-12-15 15:49:01 UTC

Size

47.1 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2024-12-15T15:30:26.880Z
  • 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
    ec9c38254bc2c3093a2f226903241cc8d8b7aaf7
  • 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.9

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 - 57.14% (26.9 MB)

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

[#002] sha256:c78ab19f0c1d6d52a3d9ae98554debd942ebf6cc2fbb149d6e53eb26b11426ff - 6.69% (3.15 MB)

[#003] sha256:2bef847d110bc748b3aef29d9beed6c56a10899097de41128f88d1c910af1e5f - 36.17% (17 MB)


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

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

2024-12-15 15:30:32 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2024-12-15 15:30:42 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-15 15:49:01 UTC (buildkit.dockerfile.v0)

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

2024-12-15 15:49:01 UTC (buildkit.dockerfile.v0)

ENV APP_ENVIRONMENT=production

2024-12-15 15:49:01 UTC (buildkit.dockerfile.v0)

ENV RUST_BACKTRACE=1

2024-12-15 15:49:01 UTC (buildkit.dockerfile.v0)

ARG APPFLOWY_APPLICATION_PORT

2024-12-15 15:49:01 UTC (buildkit.dockerfile.v0)

ARG PORT

2024-12-15 15:49:01 UTC (buildkit.dockerfile.v0)

ENV PORT=8000

2024-12-15 15:49:01 UTC (buildkit.dockerfile.v0)

EXPOSE map[8000/tcp:{}]

2024-12-15 15:49: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