Namespace
appflowyinc
Image / Tag
appflowy_cloud:88c1fa0e7d8cb41913d401dcf8bd5eb15c2487d1
Content Digest
sha256:670930353d3da43e39b9ab557334164ef9f1610e9274047b8e52d8c401eb1908
Details
Created

2024-12-12 14:54:59 UTC

Size

47.9 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.25% (26.9 MB)

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

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

[#003] sha256:91ca5b1f5c9608652a88274fb1ea65cedc8e072b0d907f46b5358cf269a82259 - 37.16% (17.8 MB)


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

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

2024-12-12 14:21:35 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2024-12-12 14:21:45 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-12 14:54:59 UTC (buildkit.dockerfile.v0)

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

2024-12-12 14:54:59 UTC (buildkit.dockerfile.v0)

ENV APP_ENVIRONMENT=production

2024-12-12 14:54:59 UTC (buildkit.dockerfile.v0)

ENV RUST_BACKTRACE=1

2024-12-12 14:54:59 UTC (buildkit.dockerfile.v0)

ARG APPFLOWY_APPLICATION_PORT

2024-12-12 14:54:59 UTC (buildkit.dockerfile.v0)

ARG PORT

2024-12-12 14:54:59 UTC (buildkit.dockerfile.v0)

ENV PORT=8000

2024-12-12 14:54:59 UTC (buildkit.dockerfile.v0)

EXPOSE map[8000/tcp:{}]

2024-12-12 14:54:59 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