Namespace
appflowyinc
Image / Tag
appflowy_cloud:d47ec1e30788b0f4f17607f994c73e9770d48b05
Content Digest
sha256:4b60e2467adf9f9c63e5dcbd2195549efde4f1afe5318dbe141663ec5dcf1747
Details
Created

2025-01-12 14:51:33 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.42% (26.9 MB)

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

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

[#003] sha256:5848a37d233aeb442ba11f445d1fa0e29f9573e51655eff15da25b8d778e6e67 - 36.97% (17.6 MB)


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

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

2025-01-12 14:28:21 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2025-01-12 14:28:30 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-12 14:51:33 UTC (buildkit.dockerfile.v0)

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

2025-01-12 14:51:33 UTC (buildkit.dockerfile.v0)

ENV APP_ENVIRONMENT=production

2025-01-12 14:51:33 UTC (buildkit.dockerfile.v0)

ENV RUST_BACKTRACE=1

2025-01-12 14:51:33 UTC (buildkit.dockerfile.v0)

ARG APPFLOWY_APPLICATION_PORT

2025-01-12 14:51:33 UTC (buildkit.dockerfile.v0)

ARG PORT

2025-01-12 14:51:33 UTC (buildkit.dockerfile.v0)

ENV PORT=8000

2025-01-12 14:51:33 UTC (buildkit.dockerfile.v0)

EXPOSE map[8000/tcp:{}]

2025-01-12 14:51:33 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