Namespace
appflowyinc
Image / Tag
appflowy_cloud:8ab5da4aef3f98fb4eeb86b38987c37245301d9a
Content Digest
sha256:17b1eb7bf8e53fe12df349490a188d9ea57643b05c3896a73ff2fc0b7b699bd3
Details
Created

2024-10-17 06:06:50 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:a480a496ba95a197d587aa1d9e0f545ca7dbd40495a4715342228db62b67c4ba - 58.12% (27.8 MB)

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

[#002] sha256:7c3bbe4ce1a9b2f80bd1ee176e61ac0d9b1c914452deca04a9d4a18c23ffe127 - 6.98% (3.34 MB)

[#003] sha256:352e534f0306c8b5f3ea727bf09bf9e0982a4459b23656f3d8f1d41c08e790de - 34.9% (16.7 MB)


History
2024-10-17 00:20:29 UTC

/bin/sh -c #(nop) ADD file:90b9dd8f12120e8b2cd3ece45fcbe8af67e40565e2032a40f64bd921c43e2ce7 in /

2024-10-17 00:20:30 UTC

/bin/sh -c #(nop) CMD ["bash"]

2024-10-17 05:35:26 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2024-10-17 05:35:36 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-10-17 06:06:50 UTC (buildkit.dockerfile.v0)

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

2024-10-17 06:06:50 UTC (buildkit.dockerfile.v0)

ENV APP_ENVIRONMENT=production

2024-10-17 06:06:50 UTC (buildkit.dockerfile.v0)

ENV RUST_BACKTRACE=1

2024-10-17 06:06:50 UTC (buildkit.dockerfile.v0)

ARG APPFLOWY_APPLICATION_PORT

2024-10-17 06:06:50 UTC (buildkit.dockerfile.v0)

ARG PORT

2024-10-17 06:06:50 UTC (buildkit.dockerfile.v0)

ENV PORT=8000

2024-10-17 06:06:50 UTC (buildkit.dockerfile.v0)

EXPOSE map[8000/tcp:{}]

2024-10-17 06:06:50 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