Namespace
appflowyinc
Image / Tag
appflowy_cloud:b7e08687b49e1196043b1d8e1116b2a02733b2ea
Content Digest
sha256:c966c59cd394925673e2368ba45498bb06917cb3518b6dea08256f481bacb247
Details
Created

2025-01-22 14:01:50 UTC

Size

47.5 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:af302e5c37e9dc1dbe2eadc8f5059d82a914066b541b0d1a6daa91d0cc55057d - 56.65% (26.9 MB)

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

[#002] sha256:22c36f486aaad2b2f6437eb130f9cdb4ff846ee5c826b419c4c0ee014e5a2b28 - 7.03% (3.34 MB)

[#003] sha256:a54dc1293cc4efb0d301717ddc845b0ef3e412ff6668f88cb84dcbcb44a322d9 - 36.32% (17.2 MB)


History
2025-01-13 00:00:00 UTC (debuerreotype 0.15)

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

2025-01-22 13:41:23 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2025-01-22 13:41: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-22 14:01:50 UTC (buildkit.dockerfile.v0)

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

2025-01-22 14:01:50 UTC (buildkit.dockerfile.v0)

ENV APP_ENVIRONMENT=production

2025-01-22 14:01:50 UTC (buildkit.dockerfile.v0)

ENV RUST_BACKTRACE=1

2025-01-22 14:01:50 UTC (buildkit.dockerfile.v0)

ARG APPFLOWY_APPLICATION_PORT

2025-01-22 14:01:50 UTC (buildkit.dockerfile.v0)

ARG PORT

2025-01-22 14:01:50 UTC (buildkit.dockerfile.v0)

ENV PORT=8000

2025-01-22 14:01:50 UTC (buildkit.dockerfile.v0)

EXPOSE map[8000/tcp:{}]

2025-01-22 14:01:50 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