Namespace
appflowyinc
Image / Tag
appflowy_cloud:e549d8601482df906ae8166891ec2ee47e41cfc1
Content Digest
sha256:10bf9a2378b8d96e6673985758d99f5e46d29c9dfdf0ac2cc514421e8e98b389
Details
Created

2025-02-14 09:53:53 UTC

Size

49.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:c29f5b76f736a8b555fd191c48d6581bb918bcd605a7cbcc76205dd6acff3260 - 54.27% (26.9 MB)

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

[#002] sha256:8c483f12f29498fda01edfda5ad741d60582c0d9d2a9bf86c856b469f788358c - 10.99% (5.45 MB)

[#003] sha256:2053a914e4846e6c29ae28e639ee8fe2f5308da1999f6413d853a557c6571a97 - 34.74% (17.2 MB)


History
2025-02-03 00:00:00 UTC (debuerreotype 0.15)

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

2025-02-14 09:33:17 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2025-02-14 09:33:26 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-02-14 09:53:53 UTC (buildkit.dockerfile.v0)

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

2025-02-14 09:53:53 UTC (buildkit.dockerfile.v0)

ENV APP_ENVIRONMENT=production

2025-02-14 09:53:53 UTC (buildkit.dockerfile.v0)

ENV RUST_BACKTRACE=1

2025-02-14 09:53:53 UTC (buildkit.dockerfile.v0)

ARG APPFLOWY_APPLICATION_PORT

2025-02-14 09:53:53 UTC (buildkit.dockerfile.v0)

ARG PORT

2025-02-14 09:53:53 UTC (buildkit.dockerfile.v0)

ENV PORT=8000

2025-02-14 09:53:53 UTC (buildkit.dockerfile.v0)

EXPOSE map[8000/tcp:{}]

2025-02-14 09:53:53 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