Namespace
appflowyinc
Image / Tag
appflowy_cloud:8daee8d0687a23f71b5b3bcaff6663fd4ddcadf3
Content Digest
sha256:9ef41ece94791be3b13145dac37b88cf5a0b71e08c2d2f9448f1c0b95ddbd761
Details
Created

2025-01-10 04:33:12 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:5bd74b9802bc000285a383362ae32476aa7c4be7f2fffec902861abc262d482d - 0.0% (93 Bytes)

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

[#003] sha256:519650c7597cbb2d0708129910c450b5277333a73e783e2c73c1ff47a978d0ad - 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-10 04:10:24 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2025-01-10 04:10:32 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-10 04:33:12 UTC (buildkit.dockerfile.v0)

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

2025-01-10 04:33:12 UTC (buildkit.dockerfile.v0)

ENV APP_ENVIRONMENT=production

2025-01-10 04:33:12 UTC (buildkit.dockerfile.v0)

ENV RUST_BACKTRACE=1

2025-01-10 04:33:12 UTC (buildkit.dockerfile.v0)

ARG APPFLOWY_APPLICATION_PORT

2025-01-10 04:33:12 UTC (buildkit.dockerfile.v0)

ARG PORT

2025-01-10 04:33:12 UTC (buildkit.dockerfile.v0)

ENV PORT=8000

2025-01-10 04:33:12 UTC (buildkit.dockerfile.v0)

EXPOSE map[8000/tcp:{}]

2025-01-10 04:33:12 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