Namespace
appflowyinc
Image / Tag
appflowy_cloud:0f7a1f41d0bd05e96180c1158f8a73ed02509fea
Content Digest
sha256:19630e1a6de12f122a30bb3a35be02a13f08f2620485afa91eb4c4453b4492fd
Details
Created

2025-01-17 02:07:31 UTC

Size

47.9 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:af302e5c37e9dc1dbe2eadc8f5059d82a914066b541b0d1a6daa91d0cc55057d - 56.18% (26.9 MB)

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

[#002] sha256:3750b9f27a9add770b26db27060a358ccf8e4bcc57e7eb591d928bfb78100ad3 - 6.97% (3.34 MB)

[#003] sha256:f06eeaf9d18e0ee4b78832a9db2e2cb318c272527bad69e26ccc3aa7b45f4c80 - 36.86% (17.7 MB)


History
2025-01-13 00:00:00 UTC (debuerreotype 0.15)

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

2025-01-17 01:44:32 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2025-01-17 01:44:41 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

2025-01-17 02:07:31 UTC (buildkit.dockerfile.v0)

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

2025-01-17 02:07:31 UTC (buildkit.dockerfile.v0)

ENV APP_ENVIRONMENT=production

2025-01-17 02:07:31 UTC (buildkit.dockerfile.v0)

ENV RUST_BACKTRACE=1

2025-01-17 02:07:31 UTC (buildkit.dockerfile.v0)

ARG APPFLOWY_APPLICATION_PORT

2025-01-17 02:07:31 UTC (buildkit.dockerfile.v0)

ARG PORT

2025-01-17 02:07:31 UTC (buildkit.dockerfile.v0)

ENV PORT=8000

2025-01-17 02:07:31 UTC (buildkit.dockerfile.v0)

EXPOSE map[8000/tcp:{}]

2025-01-17 02:07:31 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