Namespace
appflowyinc
Image / Tag
appflowy_cloud:66e8d26d85ea97f631bd30a9342e0f78b216f74c
Content Digest
sha256:45f9ab073f315243f93bbad484427b7e0e149a13af1386c3c3a58b97e0bf5b71
Details
Created

2024-10-23 06:33:47 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.07% (27.8 MB)

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

[#002] sha256:9e492a388b8a77eb090a0f5c5b2731923e0b655207c0f90f4214df9567551fc9 - 6.98% (3.34 MB)

[#003] sha256:1f9ea1f52e6cf4b3fff3be6597ba3dc1e8444cd0e75dd00212f71cee77b0c338 - 34.96% (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-23 06:00:28 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2024-10-23 06:00:40 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-23 06:33:47 UTC (buildkit.dockerfile.v0)

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

2024-10-23 06:33:47 UTC (buildkit.dockerfile.v0)

ENV APP_ENVIRONMENT=production

2024-10-23 06:33:47 UTC (buildkit.dockerfile.v0)

ENV RUST_BACKTRACE=1

2024-10-23 06:33:47 UTC (buildkit.dockerfile.v0)

ARG APPFLOWY_APPLICATION_PORT

2024-10-23 06:33:47 UTC (buildkit.dockerfile.v0)

ARG PORT

2024-10-23 06:33:47 UTC (buildkit.dockerfile.v0)

ENV PORT=8000

2024-10-23 06:33:47 UTC (buildkit.dockerfile.v0)

EXPOSE map[8000/tcp:{}]

2024-10-23 06:33:47 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