Namespace
appflowyinc
Image / Tag
appflowy_cloud:a117130d8a7991122765c3d597e4acdb7273a424
Content Digest
sha256:263a0dcf15e9c57f33d3c79b3c3b77cb460433b867d5fddddec0e07d3797c1f5
Details
Created

2024-12-13 03:54:44 UTC

Size

47.8 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.28% (26.9 MB)

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

[#002] sha256:9eed90c9e6b57d56eb18270cacb32e18bdc273d1975882c7d40b1f81e07da8b3 - 6.59% (3.15 MB)

[#003] sha256:009e750de17dcb07339464b497c63b723c7a07c2aa4ba7d22a0df288cd964fe8 - 37.12% (17.8 MB)


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

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

2024-12-13 03:21:59 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2024-12-13 03:22:08 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-13 03:54:44 UTC (buildkit.dockerfile.v0)

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

2024-12-13 03:54:44 UTC (buildkit.dockerfile.v0)

ENV APP_ENVIRONMENT=production

2024-12-13 03:54:44 UTC (buildkit.dockerfile.v0)

ENV RUST_BACKTRACE=1

2024-12-13 03:54:44 UTC (buildkit.dockerfile.v0)

ARG APPFLOWY_APPLICATION_PORT

2024-12-13 03:54:44 UTC (buildkit.dockerfile.v0)

ARG PORT

2024-12-13 03:54:44 UTC (buildkit.dockerfile.v0)

ENV PORT=8000

2024-12-13 03:54:44 UTC (buildkit.dockerfile.v0)

EXPOSE map[8000/tcp:{}]

2024-12-13 03:54:44 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