Namespace
appflowyinc
Image / Tag
appflowy_cloud:348a73685e971b1b4307a7329d09bc8792a8b911
Content Digest
sha256:acdab0e3221394f6997a9bbcd81770b51832c91093fdbd85b5c133f143180938
Details
Created

2024-10-28 08:18:39 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:a480a496ba95a197d587aa1d9e0f545ca7dbd40495a4715342228db62b67c4ba - 57.92% (27.8 MB)

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

[#002] sha256:7d7cf908cf6ef77c9ead497fbcd365615bf1f87aec94d6add155a632e7b70b6d - 6.96% (3.34 MB)

[#003] sha256:b4918960330690ce4718eb12339518db8d9f321e12be997ea011e0efcc0232a9 - 35.12% (16.8 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-28 07:46:45 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2024-10-28 07:46:56 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-28 08:18:39 UTC (buildkit.dockerfile.v0)

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

2024-10-28 08:18:39 UTC (buildkit.dockerfile.v0)

ENV APP_ENVIRONMENT=production

2024-10-28 08:18:39 UTC (buildkit.dockerfile.v0)

ENV RUST_BACKTRACE=1

2024-10-28 08:18:39 UTC (buildkit.dockerfile.v0)

ARG APPFLOWY_APPLICATION_PORT

2024-10-28 08:18:39 UTC (buildkit.dockerfile.v0)

ARG PORT

2024-10-28 08:18:39 UTC (buildkit.dockerfile.v0)

ENV PORT=8000

2024-10-28 08:18:39 UTC (buildkit.dockerfile.v0)

EXPOSE map[8000/tcp:{}]

2024-10-28 08:18:39 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