Namespace
appflowyinc
Image / Tag
appflowy_cloud:e2398b4b4115d5c9dcbe6cabe23836695985519c
Content Digest
sha256:2f7efeb11fc151e1d12961e23f36c8558295785cfe102e16bad2e8e3c095b5ef
Details
Created

2025-01-09 16:37:30 UTC

Size

47.7 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:fd674058ff8f8cfa7fb8a20c006fc0128541cbbad7f7f7f28df570d08f9e4d92 - 56.43% (26.9 MB)

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

[#002] sha256:d629e021c9abd473e0db5ddbbe6a0b04037f2bc4ca03ca97b41c2a3873bfda59 - 6.61% (3.15 MB)

[#003] sha256:092b915353b7df2846891de6e1f63adb014a2676de54817fa209780de34ce858 - 36.96% (17.6 MB)


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

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

2025-01-09 16:15:22 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2025-01-09 16:15:31 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-09 16:37:30 UTC (buildkit.dockerfile.v0)

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

2025-01-09 16:37:30 UTC (buildkit.dockerfile.v0)

ENV APP_ENVIRONMENT=production

2025-01-09 16:37:30 UTC (buildkit.dockerfile.v0)

ENV RUST_BACKTRACE=1

2025-01-09 16:37:30 UTC (buildkit.dockerfile.v0)

ARG APPFLOWY_APPLICATION_PORT

2025-01-09 16:37:30 UTC (buildkit.dockerfile.v0)

ARG PORT

2025-01-09 16:37:30 UTC (buildkit.dockerfile.v0)

ENV PORT=8000

2025-01-09 16:37:30 UTC (buildkit.dockerfile.v0)

EXPOSE map[8000/tcp:{}]

2025-01-09 16:37:30 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