Namespace
appflowyinc
Image / Tag
appflowy_cloud:ba271c97e539a233f319559b43f7dcd6e2d661ba
Content Digest
sha256:7853650ab948da419b889247b6ccf34dc935cb587edaee4a9d3e544c23b1811d
Details
Created

2024-11-10 17:03:31 UTC

Size

48.1 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.8% (27.8 MB)

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

[#002] sha256:bb98b2315182cdf4bd2cb1e0bb2c159b342cfe959de4b2066834ce8766c80ac3 - 6.94% (3.34 MB)

[#003] sha256:b3d9f58426fdfc2114340d9eec88cacaeead3422d466916cd2ab2bbe8cb9d8a9 - 35.26% (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-11-10 16:28:57 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2024-11-10 16:29:08 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-11-10 17:03:31 UTC (buildkit.dockerfile.v0)

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

2024-11-10 17:03:31 UTC (buildkit.dockerfile.v0)

ENV APP_ENVIRONMENT=production

2024-11-10 17:03:31 UTC (buildkit.dockerfile.v0)

ENV RUST_BACKTRACE=1

2024-11-10 17:03:31 UTC (buildkit.dockerfile.v0)

ARG APPFLOWY_APPLICATION_PORT

2024-11-10 17:03:31 UTC (buildkit.dockerfile.v0)

ARG PORT

2024-11-10 17:03:31 UTC (buildkit.dockerfile.v0)

ENV PORT=8000

2024-11-10 17:03:31 UTC (buildkit.dockerfile.v0)

EXPOSE map[8000/tcp:{}]

2024-11-10 17:03:31 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