Namespace
appflowyinc
Image / Tag
appflowy_cloud:45f65434ed79d4537865e5e50ad7220c0ba2a688
Content Digest
sha256:285cee5d7cc53a89aa04d188ed9d2a66a91b4e8fec0310c0d1f797a7e43aa706
Details
Created

2024-11-14 08:33:16 UTC

Size

48 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:2d429b9e73a6cf90a5bb85105c8118b30a1b2deedeae3ea9587055ffcb80eb45 - 57.9% (27.8 MB)

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

[#002] sha256:a3ba5100f3018b5724e3550d59470a6508427946000fc3e45d81be6c0fd05a0b - 6.96% (3.34 MB)

[#003] sha256:d37fad660776043f25ad44cfdef77dac953c1158ed527686b4ca9a1c7542dc40 - 35.15% (16.9 MB)


History
2024-11-11 00:00:00 UTC (buildkit.dockerfile.v0)

ADD rootfs.tar.xz / # buildkit

2024-11-11 00:00:00 UTC (buildkit.dockerfile.v0)

CMD ["bash"]

2024-11-14 08:01:07 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2024-11-14 08:01:16 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-14 08:33:16 UTC (buildkit.dockerfile.v0)

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

2024-11-14 08:33:16 UTC (buildkit.dockerfile.v0)

ENV APP_ENVIRONMENT=production

2024-11-14 08:33:16 UTC (buildkit.dockerfile.v0)

ENV RUST_BACKTRACE=1

2024-11-14 08:33:16 UTC (buildkit.dockerfile.v0)

ARG APPFLOWY_APPLICATION_PORT

2024-11-14 08:33:16 UTC (buildkit.dockerfile.v0)

ARG PORT

2024-11-14 08:33:16 UTC (buildkit.dockerfile.v0)

ENV PORT=8000

2024-11-14 08:33:16 UTC (buildkit.dockerfile.v0)

EXPOSE map[8000/tcp:{}]

2024-11-14 08:33:16 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