Namespace
appflowyinc
Image / Tag
appflowy_cloud:137b8052d1b76acb898821fb7e83645a3bd7f603
Content Digest
sha256:ae22962404d99ab04d33fdf7d6611d861ebd4ce7ba8295197f46c5711572b559
Details
Created

2025-02-06 04:32:28 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.22% (26.9 MB)

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

[#002] sha256:28737c9e09409e97d69f2c3b9326910d5951cb68f2fc27551d8fd3a3f4fef27d - 10.98% (5.45 MB)

[#003] sha256:5be4665c786c651e0677477b68e1b38f96534d2e4593d05ec5382e9828e25240 - 34.8% (17.3 MB)


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

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

2025-02-06 04:12:43 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2025-02-06 04:12:52 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-06 04:32:28 UTC (buildkit.dockerfile.v0)

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

2025-02-06 04:32:28 UTC (buildkit.dockerfile.v0)

ENV APP_ENVIRONMENT=production

2025-02-06 04:32:28 UTC (buildkit.dockerfile.v0)

ENV RUST_BACKTRACE=1

2025-02-06 04:32:28 UTC (buildkit.dockerfile.v0)

ARG APPFLOWY_APPLICATION_PORT

2025-02-06 04:32:28 UTC (buildkit.dockerfile.v0)

ARG PORT

2025-02-06 04:32:28 UTC (buildkit.dockerfile.v0)

ENV PORT=8000

2025-02-06 04:32:28 UTC (buildkit.dockerfile.v0)

EXPOSE map[8000/tcp:{}]

2025-02-06 04:32:28 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