Namespace
appflowyinc
Image / Tag
appflowy_cloud:c2de1f56f7215a23a1eace578699d40d0afb1a71
Content Digest
sha256:fd6ebfd00a6fabe487b94725da5d8fdbd735357d38c50dc8dcd02c4766b20436
Details
Created

2024-11-15 13:46:54 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:2d429b9e73a6cf90a5bb85105c8118b30a1b2deedeae3ea9587055ffcb80eb45 - 57.98% (27.8 MB)

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

[#002] sha256:744ef6cfaaa664a0fb660f63362bcdd86c0e5450aff28d47e8e109a9302f5998 - 6.97% (3.34 MB)

[#003] sha256:0a719b58a0bfa2f290e0c4f778b8630506a99bc3701d23d61a63923076821e26 - 35.05% (16.8 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-15 13:14:34 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2024-11-15 13:14:44 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-15 13:46:54 UTC (buildkit.dockerfile.v0)

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

2024-11-15 13:46:54 UTC (buildkit.dockerfile.v0)

ENV APP_ENVIRONMENT=production

2024-11-15 13:46:54 UTC (buildkit.dockerfile.v0)

ENV RUST_BACKTRACE=1

2024-11-15 13:46:54 UTC (buildkit.dockerfile.v0)

ARG APPFLOWY_APPLICATION_PORT

2024-11-15 13:46:54 UTC (buildkit.dockerfile.v0)

ARG PORT

2024-11-15 13:46:54 UTC (buildkit.dockerfile.v0)

ENV PORT=8000

2024-11-15 13:46:54 UTC (buildkit.dockerfile.v0)

EXPOSE map[8000/tcp:{}]

2024-11-15 13:46:54 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