Namespace
appflowyinc
Image / Tag
appflowy_cloud:2870b6f3a93b4932b4d2be9cbc81f1e7cde4e8e8
Content Digest
sha256:514a7d0340d35fbd9ff398d0b744248f5360539d863bc409e04a83708ee49372
Details
Created

2024-12-23 04:43:37 UTC

Size

47.4 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:bc0965b23a04fe7f2d9fb20f597008fcf89891de1c705ffc1c80483a1f098e4f - 56.81% (26.9 MB)

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

[#002] sha256:aa25afd8d0c4c6decdd79cfd50e3f52e2e6c121be33cd3dcca96ced8f2ff9238 - 6.65% (3.15 MB)

[#003] sha256:ca16768c0ede7c32049853aef792a28f7ca4b1cec24c5ea9834a62a48dfdbdfb - 36.54% (17.3 MB)


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

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

2024-12-23 04:21:53 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2024-12-23 04:22:01 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

2024-12-23 04:43:37 UTC (buildkit.dockerfile.v0)

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

2024-12-23 04:43:37 UTC (buildkit.dockerfile.v0)

ENV APP_ENVIRONMENT=production

2024-12-23 04:43:37 UTC (buildkit.dockerfile.v0)

ENV RUST_BACKTRACE=1

2024-12-23 04:43:37 UTC (buildkit.dockerfile.v0)

ARG APPFLOWY_APPLICATION_PORT

2024-12-23 04:43:37 UTC (buildkit.dockerfile.v0)

ARG PORT

2024-12-23 04:43:37 UTC (buildkit.dockerfile.v0)

ENV PORT=8000

2024-12-23 04:43:37 UTC (buildkit.dockerfile.v0)

EXPOSE map[8000/tcp:{}]

2024-12-23 04:43:37 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