Namespace
appflowyinc
Image / Tag
appflowy_cloud:56f8f395fa59753262dff4f52ec1119d2230904b
Content Digest
sha256:2f0383a71561c22aa6fb24bb8deabf9297d04c4e021c3ec1ddbd0cd3e1e63536
Details
Created

2024-10-02 14:41:52 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:5e059a4473bb269bc5fbd6f90a57be81a0a216116129ce760c6be9a358930308 - 0.0% (93 Bytes)

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

[#003] sha256:09634790f76e11cfa521b601e6563016990d37a8163b5e98f24ad8700197970a - 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 14:22:54 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2024-10-02 14:23:04 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:41:52 UTC (buildkit.dockerfile.v0)

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

2024-10-02 14:41:52 UTC (buildkit.dockerfile.v0)

ENV APP_ENVIRONMENT=production

2024-10-02 14:41:52 UTC (buildkit.dockerfile.v0)

ENV RUST_BACKTRACE=1

2024-10-02 14:41:52 UTC (buildkit.dockerfile.v0)

ARG APPFLOWY_APPLICATION_PORT

2024-10-02 14:41:52 UTC (buildkit.dockerfile.v0)

ARG PORT

2024-10-02 14:41:52 UTC (buildkit.dockerfile.v0)

ENV PORT=8000

2024-10-02 14:41:52 UTC (buildkit.dockerfile.v0)

EXPOSE map[8000/tcp:{}]

2024-10-02 14:41:52 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