Namespace
appflowyinc
Image / Tag
appflowy_cloud:f2dcde2e7ab9d9a4b3d885fb430584b76a2d4a97
Content Digest
sha256:130bf0f9e8aeff783f28e189bd9ebe5a39a0927dd35b94cfee201f5dc23dca98
Details
Created

2024-12-20 09:32:52 UTC

Size

47.3 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.95% (26.9 MB)

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

[#002] sha256:fcfe64a9d9bcf2e7b4e34a4eedcd04a3a3366bf24544de26db83585215a8c7fd - 6.67% (3.15 MB)

[#003] sha256:38af5b17dfbbb975727ce5d9add695e0160b6cd0666ac7c167ecdf8c246e9b38 - 36.38% (17.2 MB)


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

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

2024-12-20 09:11:13 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2024-12-20 09:11:21 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-20 09:32:52 UTC (buildkit.dockerfile.v0)

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

2024-12-20 09:32:52 UTC (buildkit.dockerfile.v0)

ENV APP_ENVIRONMENT=production

2024-12-20 09:32:52 UTC (buildkit.dockerfile.v0)

ENV RUST_BACKTRACE=1

2024-12-20 09:32:52 UTC (buildkit.dockerfile.v0)

ARG APPFLOWY_APPLICATION_PORT

2024-12-20 09:32:52 UTC (buildkit.dockerfile.v0)

ARG PORT

2024-12-20 09:32:52 UTC (buildkit.dockerfile.v0)

ENV PORT=8000

2024-12-20 09:32:52 UTC (buildkit.dockerfile.v0)

EXPOSE map[8000/tcp:{}]

2024-12-20 09:32:52 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