Namespace
appflowyinc
Image / Tag
appflowy_cloud:dbf4aff3464df86d1c0bdd3b90d5b18d5422762a
Content Digest
sha256:3cbc777d8da14d76a6392d00b5fc3eb8edfb040b134526cb56b130af439f44be
Details
Created

2024-10-02 14:13:49 UTC

Size

47.2 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:302e3ee498053a7b5332ac79e8efebec16e900289fc1ecd1c754ce8fa047fcab - 58.89% (27.8 MB)

[#001] sha256:755edfd39a7fddff05074b652023739a3df825142d625a99957215962fdeed1e - 0.0% (92 Bytes)

[#002] sha256:d6b82280f4e0291ed9068df4a9ccb33f996f4a33e246d5bb1b7dd2a3d74c98d8 - 7.07% (3.34 MB)

[#003] sha256:6298860a6d633f1bcaf1b4775c4551798c6848c6093a4f50acd77b69c2e5c97f - 34.03% (16.1 MB)


History
2024-09-27 04:29:32 UTC

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

2024-09-27 04:29:32 UTC

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

2024-10-02 13:54:34 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2024-10-02 13:54:43 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-02 14:13:49 UTC (buildkit.dockerfile.v0)

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

2024-10-02 14:13:49 UTC (buildkit.dockerfile.v0)

ENV APP_ENVIRONMENT=production

2024-10-02 14:13:49 UTC (buildkit.dockerfile.v0)

ENV RUST_BACKTRACE=1

2024-10-02 14:13:49 UTC (buildkit.dockerfile.v0)

ARG APPFLOWY_APPLICATION_PORT

2024-10-02 14:13:49 UTC (buildkit.dockerfile.v0)

ARG PORT

2024-10-02 14:13:49 UTC (buildkit.dockerfile.v0)

ENV PORT=8000

2024-10-02 14:13:49 UTC (buildkit.dockerfile.v0)

EXPOSE map[8000/tcp:{}]

2024-10-02 14:13:49 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