Namespace
appflowyinc
Image / Tag
appflowy_cloud:ca40c78591401163c3651babd8444575fdd70e8c
Content Digest
sha256:4f03f8582e6b2f7aaa193e2c27afbd101d7bf42ec1d4472d59298b509bab9b43
Details
Created

2024-10-27 03:32:15 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.91% (27.8 MB)

[#001] sha256:a922ecbd680e66ed9b5b547f454c7f1c6bb924f32f0fe4c62ca7d529c64ebd54 - 0.0% (91 Bytes)

[#002] sha256:0efb2e3a31acf6d96fd925eff158ba523ce44a0d9d20e9132fea72a94afe65ae - 6.96% (3.34 MB)

[#003] sha256:5b37ebe89bb30929379ca820645fe09a790bdc99dc5317dd5750f8d7848a0a40 - 35.14% (16.9 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-27 03:01:01 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2024-10-27 03:01:11 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-27 03:32:15 UTC (buildkit.dockerfile.v0)

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

2024-10-27 03:32:15 UTC (buildkit.dockerfile.v0)

ENV APP_ENVIRONMENT=production

2024-10-27 03:32:15 UTC (buildkit.dockerfile.v0)

ENV RUST_BACKTRACE=1

2024-10-27 03:32:15 UTC (buildkit.dockerfile.v0)

ARG APPFLOWY_APPLICATION_PORT

2024-10-27 03:32:15 UTC (buildkit.dockerfile.v0)

ARG PORT

2024-10-27 03:32:15 UTC (buildkit.dockerfile.v0)

ENV PORT=8000

2024-10-27 03:32:15 UTC (buildkit.dockerfile.v0)

EXPOSE map[8000/tcp:{}]

2024-10-27 03:32:15 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