Namespace
appflowyinc
Image / Tag
appflowy_cloud:5de2ceabe20957b3bd69ece494b01dfb8f2933aa
Content Digest
sha256:27e5e70a72af53b009b4cc4fa62c6785b480eb8b01e668a69b7af3e64e3b74d7
Details
Created

2024-11-28 02:50:56 UTC

Size

48.6 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.18% (27.8 MB)

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

[#002] sha256:bd3dd1d40ad75d5f5894fad6426cc403e36fda8c3d11993eef3df01682740bf2 - 6.87% (3.34 MB)

[#003] sha256:2abd61467af5b09ec4472c836a6167f56399e3d6844777f522b8b5bcca26a89c - 35.95% (17.5 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-28 02:20:08 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2024-11-28 02:20:17 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-28 02:50:56 UTC (buildkit.dockerfile.v0)

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

2024-11-28 02:50:56 UTC (buildkit.dockerfile.v0)

ENV APP_ENVIRONMENT=production

2024-11-28 02:50:56 UTC (buildkit.dockerfile.v0)

ENV RUST_BACKTRACE=1

2024-11-28 02:50:56 UTC (buildkit.dockerfile.v0)

ARG APPFLOWY_APPLICATION_PORT

2024-11-28 02:50:56 UTC (buildkit.dockerfile.v0)

ARG PORT

2024-11-28 02:50:56 UTC (buildkit.dockerfile.v0)

ENV PORT=8000

2024-11-28 02:50:56 UTC (buildkit.dockerfile.v0)

EXPOSE map[8000/tcp:{}]

2024-11-28 02:50:56 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