Namespace
appflowyinc
Image / Tag
appflowy_cloud:b2c10496e8a7891a40dd4db66a18c15f9805f8f0
Content Digest
sha256:78272e2f1387d5c858938d0b2c7f83dc2fdb669982092257cf4a1c9952219a9a
Details
Created

2024-11-14 04:47:59 UTC

Size

48 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:2d429b9e73a6cf90a5bb85105c8118b30a1b2deedeae3ea9587055ffcb80eb45 - 57.9% (27.8 MB)

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

[#002] sha256:180d20fdfeb9db8c7b5357e9d6d046b8afb20ce903d8d2d99c40c89d5a2c3820 - 6.96% (3.34 MB)

[#003] sha256:ead6ed650ef6f1704f15da2b56cc777c2d2f0e4a668905c7653dc419630785d5 - 35.14% (16.9 MB)


History
2024-11-11 00:00:00 UTC (buildkit.dockerfile.v0)

ADD rootfs.tar.xz / # buildkit

2024-11-11 00:00:00 UTC (buildkit.dockerfile.v0)

CMD ["bash"]

2024-11-14 04:16:41 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2024-11-14 04:16:50 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-11-14 04:47:59 UTC (buildkit.dockerfile.v0)

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

2024-11-14 04:47:59 UTC (buildkit.dockerfile.v0)

ENV APP_ENVIRONMENT=production

2024-11-14 04:47:59 UTC (buildkit.dockerfile.v0)

ENV RUST_BACKTRACE=1

2024-11-14 04:47:59 UTC (buildkit.dockerfile.v0)

ARG APPFLOWY_APPLICATION_PORT

2024-11-14 04:47:59 UTC (buildkit.dockerfile.v0)

ARG PORT

2024-11-14 04:47:59 UTC (buildkit.dockerfile.v0)

ENV PORT=8000

2024-11-14 04:47:59 UTC (buildkit.dockerfile.v0)

EXPOSE map[8000/tcp:{}]

2024-11-14 04:47: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