Namespace
appflowyinc
Image / Tag
appflowy_cloud:f4f1eb89ebd8a7a85e76ad0bc9cb2150181b5567
Content Digest
sha256:3c3e49bd3b5ab84c4089d2df149f96b33d1e59bf5005cd726e8344360895c3ad
Details
Created

2024-12-24 03:08:56 UTC

Size

47.4 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:bc0965b23a04fe7f2d9fb20f597008fcf89891de1c705ffc1c80483a1f098e4f - 56.79% (26.9 MB)

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

[#002] sha256:6b0d46e40276665e083cc0d48aba176ca3a9efd72a4f94fbe1fb6dc1123065a7 - 6.65% (3.15 MB)

[#003] sha256:efe3a9f28dad33756131f3eb8267fa8edd6102a43bbd8321eacdb49227c77b03 - 36.56% (17.3 MB)


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

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

2024-12-24 02:46:55 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2024-12-24 02:47:03 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-24 03:08:56 UTC (buildkit.dockerfile.v0)

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

2024-12-24 03:08:56 UTC (buildkit.dockerfile.v0)

ENV APP_ENVIRONMENT=production

2024-12-24 03:08:56 UTC (buildkit.dockerfile.v0)

ENV RUST_BACKTRACE=1

2024-12-24 03:08:56 UTC (buildkit.dockerfile.v0)

ARG APPFLOWY_APPLICATION_PORT

2024-12-24 03:08:56 UTC (buildkit.dockerfile.v0)

ARG PORT

2024-12-24 03:08:56 UTC (buildkit.dockerfile.v0)

ENV PORT=8000

2024-12-24 03:08:56 UTC (buildkit.dockerfile.v0)

EXPOSE map[8000/tcp:{}]

2024-12-24 03:08:56 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