Namespace
appflowyinc
Image / Tag
appflowy_cloud:87cfbb5fa7db0bd826a88202e7740f58ab927967
Content Digest
sha256:6e91902f8b4b900b966540d625c5f7a3548d2f9ef0b1dc9d5ee6115c3d882bab
Details
Created

2024-09-12 13:39:15 UTC

Size

47 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:a2318d6c47ec9cac5acc500c47c79602bcf953cec711a18bc898911a0984365b - 59.14% (27.8 MB)

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

[#002] sha256:8142b78aff1df69b58f5ecff6405b7c2b170c1fa895017327b00d6b2d833097c - 7.1% (3.34 MB)

[#003] sha256:0fb1d60250fdca1617b50d804058db530890c559db94d56257861ba5310270b5 - 33.76% (15.9 MB)


History
2024-09-04 22:30:47 UTC

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

2024-09-04 22:30:47 UTC

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

2024-09-12 13:19:28 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2024-09-12 13:19:37 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-09-12 13:39:15 UTC (buildkit.dockerfile.v0)

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

2024-09-12 13:39:15 UTC (buildkit.dockerfile.v0)

ENV APP_ENVIRONMENT=production

2024-09-12 13:39:15 UTC (buildkit.dockerfile.v0)

ENV RUST_BACKTRACE=1

2024-09-12 13:39:15 UTC (buildkit.dockerfile.v0)

ARG APPFLOWY_APPLICATION_PORT

2024-09-12 13:39:15 UTC (buildkit.dockerfile.v0)

ARG PORT

2024-09-12 13:39:15 UTC (buildkit.dockerfile.v0)

ENV PORT=8000

2024-09-12 13:39:15 UTC (buildkit.dockerfile.v0)

EXPOSE map[8000/tcp:{}]

2024-09-12 13:39:15 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