Namespace
appflowyinc
Image / Tag
appflowy_cloud:c5f2b3e615be21aa12035ce061ddf2d4b53ff9f1
Content Digest
sha256:02f1ecb19a57b08e3d5f7848464a91078feb23eaefc3285836144cda49c08de1
Details
Created

2024-09-15 06:18:55 UTC

Size

47 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:a2318d6c47ec9cac5acc500c47c79602bcf953cec711a18bc898911a0984365b - 59.1% (27.8 MB)

[#001] sha256:60020b7a44fe6d04d5d76e18b61ff3dc986216a9bcecce3169fdad10d439dee9 - 0.0% (93 Bytes)

[#002] sha256:c45e912d058ce8be8eef877a129820f9065f97d76e42d801eceee17f52a2b478 - 7.1% (3.34 MB)

[#003] sha256:1cc072068128dcd23641b3281468cdcb5fa23119448873c07a88d70fe605f7c5 - 33.8% (15.9 MB)


History
2024-09-04 22:30:47 UTC

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

2024-09-04 22:30:47 UTC

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

2024-09-15 06:00:03 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2024-09-15 06:00: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-09-15 06:18:55 UTC (buildkit.dockerfile.v0)

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

2024-09-15 06:18:55 UTC (buildkit.dockerfile.v0)

ENV APP_ENVIRONMENT=production

2024-09-15 06:18:55 UTC (buildkit.dockerfile.v0)

ENV RUST_BACKTRACE=1

2024-09-15 06:18:55 UTC (buildkit.dockerfile.v0)

ARG APPFLOWY_APPLICATION_PORT

2024-09-15 06:18:55 UTC (buildkit.dockerfile.v0)

ARG PORT

2024-09-15 06:18:55 UTC (buildkit.dockerfile.v0)

ENV PORT=8000

2024-09-15 06:18:55 UTC (buildkit.dockerfile.v0)

EXPOSE map[8000/tcp:{}]

2024-09-15 06:18:55 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