Namespace
appflowyinc
Image / Tag
appflowy_cloud:a972515c1e1448840b8cca37f865d380f1024c83
Content Digest
sha256:5de8a56890d8459075df047584aaf88a517681d59feda9f3942452a95f3ee004
Details
Created

2024-12-09 04:20:31 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.47% (26.9 MB)

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

[#002] sha256:3d36ce022786bb2b2a17a636e28ef32f9660f3438276d0d8763c23ebf2ba509b - 6.61% (3.15 MB)

[#003] sha256:891d0eeb13ba67a4c0c485c1ac7ce51ff22397a184606004ab1d24c08ac75cf7 - 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-09 03:50:15 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2024-12-09 03:50:25 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-09 04:20:31 UTC (buildkit.dockerfile.v0)

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

2024-12-09 04:20:31 UTC (buildkit.dockerfile.v0)

ENV APP_ENVIRONMENT=production

2024-12-09 04:20:31 UTC (buildkit.dockerfile.v0)

ENV RUST_BACKTRACE=1

2024-12-09 04:20:31 UTC (buildkit.dockerfile.v0)

ARG APPFLOWY_APPLICATION_PORT

2024-12-09 04:20:31 UTC (buildkit.dockerfile.v0)

ARG PORT

2024-12-09 04:20:31 UTC (buildkit.dockerfile.v0)

ENV PORT=8000

2024-12-09 04:20:31 UTC (buildkit.dockerfile.v0)

EXPOSE map[8000/tcp:{}]

2024-12-09 04:20:31 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