Namespace
appflowyinc
Image / Tag
appflowy_cloud:0c49c07921b456b9627faed4a2870a7f1708c428
Content Digest
sha256:691d19e379a6ddb6a9509a125f13c833c1ecbb5b0da0ed5e5d19eb69325cf3b4
Details
Created

2025-02-17 08:37: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.26% (26.9 MB)

[#001] sha256:851a29ff11ba1ccd28b6b2396803a5ac049f0685d2dc776cec592df264453bfd - 0.0% (93 Bytes)

[#002] sha256:153bbc48028454cbb4ba9cae14ab39f13a2b10fb94038f3c12b1cda0560f0ca7 - 10.99% (5.45 MB)

[#003] sha256:7c2851e984cf6604508af95e393cc0811a51d95c2675d83ba02f8ebff0a42c42 - 34.75% (17.2 MB)


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

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

2025-02-17 08:16:56 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2025-02-17 08:17:05 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-17 08:37:53 UTC (buildkit.dockerfile.v0)

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

2025-02-17 08:37:53 UTC (buildkit.dockerfile.v0)

ENV APP_ENVIRONMENT=production

2025-02-17 08:37:53 UTC (buildkit.dockerfile.v0)

ENV RUST_BACKTRACE=1

2025-02-17 08:37:53 UTC (buildkit.dockerfile.v0)

ARG APPFLOWY_APPLICATION_PORT

2025-02-17 08:37:53 UTC (buildkit.dockerfile.v0)

ARG PORT

2025-02-17 08:37:53 UTC (buildkit.dockerfile.v0)

ENV PORT=8000

2025-02-17 08:37:53 UTC (buildkit.dockerfile.v0)

EXPOSE map[8000/tcp:{}]

2025-02-17 08:37: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