Namespace
appflowyinc
Image / Tag
appflowy_cloud:ee87bb9bd6d93b217e8c665bedc00b552db80eae
Content Digest
sha256:c7553d49aff64f32b95841b261b125c26cf4ccfd4da36f232177841b601aac5a
Details
Created

2024-12-06 04:02:42 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:bc0965b23a04fe7f2d9fb20f597008fcf89891de1c705ffc1c80483a1f098e4f - 56.48% (26.9 MB)

[#001] sha256:6693e23bbbc24a15b32a99d7cd7abd2ed3d97872274f577a26e4206dfa8012fe - 0.0% (92 Bytes)

[#002] sha256:290aab4171fb720d36b7fee345bb103d53c30734a7cc1ac39f3d749467629287 - 6.61% (3.15 MB)

[#003] sha256:a264d89c89ae129ce9b471b2c6a1413aa5689d42bbb31d8c511c6e9946adb179 - 36.91% (17.6 MB)


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

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

2024-12-06 03:33:27 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2024-12-06 03:33:36 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-06 04:02:42 UTC (buildkit.dockerfile.v0)

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

2024-12-06 04:02:42 UTC (buildkit.dockerfile.v0)

ENV APP_ENVIRONMENT=production

2024-12-06 04:02:42 UTC (buildkit.dockerfile.v0)

ENV RUST_BACKTRACE=1

2024-12-06 04:02:42 UTC (buildkit.dockerfile.v0)

ARG APPFLOWY_APPLICATION_PORT

2024-12-06 04:02:42 UTC (buildkit.dockerfile.v0)

ARG PORT

2024-12-06 04:02:42 UTC (buildkit.dockerfile.v0)

ENV PORT=8000

2024-12-06 04:02:42 UTC (buildkit.dockerfile.v0)

EXPOSE map[8000/tcp:{}]

2024-12-06 04:02:42 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