Namespace
appflowyinc
Image / Tag
appflowy_cloud:519f2eb742879f21685ee65c3cd4f71995271e85
Content Digest
sha256:f95c9e81786ae72c00f0f47c7d7d4f7c2ec446fb0f68d6c0905fa3406a940355
Details
Created

2025-05-09 15:42:49 UTC

Size

50.6 MB

Content Digest
Labels
  • com.docker.compose.project
    appflowy-cloud
  • com.docker.compose.service
    appflowy_cloud
  • com.docker.compose.version
    2.27.1

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:254e724d77862dc53abbd3bf0e27f9d2f64293909cdd3d0aad6a8fe5a6680659 - 53.2% (26.9 MB)

[#001] sha256:2e6d520a04874bed9d78834df50c19e26b8367d2dd9a8ae82bc5ad15b8e122e0 - 0.0% (92 Bytes)

[#002] sha256:8e3716a26ff620a865f7a478ba09cba5a6527499dbecf5ce3d4597cdec944c2d - 10.77% (5.45 MB)

[#003] sha256:a7c859a55a6ff9132bee87cae52798078bbf32addbdcb4ace491939bd9c0eff0 - 36.03% (18.2 MB)


History
2025-04-28 00:00:00 UTC (debuerreotype 0.15)

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

2025-05-09 15:24:44 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2025-05-09 15:24:53 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-05-09 15:42:49 UTC (buildkit.dockerfile.v0)

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

2025-05-09 15:42:49 UTC (buildkit.dockerfile.v0)

ENV APP_ENVIRONMENT=production

2025-05-09 15:42:49 UTC (buildkit.dockerfile.v0)

ENV RUST_BACKTRACE=1

2025-05-09 15:42:49 UTC (buildkit.dockerfile.v0)

ARG APPFLOWY_APPLICATION_PORT

2025-05-09 15:42:49 UTC (buildkit.dockerfile.v0)

ARG PORT

2025-05-09 15:42:49 UTC (buildkit.dockerfile.v0)

ENV PORT=8000

2025-05-09 15:42:49 UTC (buildkit.dockerfile.v0)

EXPOSE map[8000/tcp:{}]

2025-05-09 15:42:49 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