Namespace
appflowyinc
Image / Tag
appflowy_cloud:bbd21dfef69dbaaea281224e54bd3b4d0e38fa74
Content Digest
sha256:5d52afb78a7d190053b2588ed9f953ed08e37e62f663e39439ae2590cdff6231
Details
Created

2024-10-13 12:41:08 UTC

Size

47.8 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.17% (27.8 MB)

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

[#002] sha256:22a1c713977b4c48e9e121efb5b9e584b932a133d381b4970cc2dcc32d09c1e4 - 6.99% (3.34 MB)

[#003] sha256:d1372c432950940d61e2dfe4f9386c0d5b425454c3086ce8cc0ca061fb0ac70c - 34.84% (16.6 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-13 12:09:26 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2024-10-13 12:09:36 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-13 12:41:08 UTC (buildkit.dockerfile.v0)

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

2024-10-13 12:41:08 UTC (buildkit.dockerfile.v0)

ENV APP_ENVIRONMENT=production

2024-10-13 12:41:08 UTC (buildkit.dockerfile.v0)

ENV RUST_BACKTRACE=1

2024-10-13 12:41:08 UTC (buildkit.dockerfile.v0)

ARG APPFLOWY_APPLICATION_PORT

2024-10-13 12:41:08 UTC (buildkit.dockerfile.v0)

ARG PORT

2024-10-13 12:41:08 UTC (buildkit.dockerfile.v0)

ENV PORT=8000

2024-10-13 12:41:08 UTC (buildkit.dockerfile.v0)

EXPOSE map[8000/tcp:{}]

2024-10-13 12:41:08 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