Namespace
appflowyinc
Image / Tag
appflowy_cloud:1301faa4c85d09e7121eec0d296ded9abfdb899f
Content Digest
sha256:da65bce4c4e8283c4f38876a46c0dca2ab5931c8a63d03af3dc5c0cadbcc4bff
Details
Created

2024-11-07 06:28:19 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:a480a496ba95a197d587aa1d9e0f545ca7dbd40495a4715342228db62b67c4ba - 57.84% (27.8 MB)

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

[#002] sha256:ea56407927eb0fbde4d9e1151c720f90c7d6f0b77dd2b3f425a8865a81374082 - 6.95% (3.34 MB)

[#003] sha256:04a6176e5fbf560d72fde2524675a8c43a6dfc0f95a8c3563a53f6fae1343be7 - 35.21% (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-07 05:56:26 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2024-11-07 05:56: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-11-07 06:28:19 UTC (buildkit.dockerfile.v0)

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

2024-11-07 06:28:19 UTC (buildkit.dockerfile.v0)

ENV APP_ENVIRONMENT=production

2024-11-07 06:28:19 UTC (buildkit.dockerfile.v0)

ENV RUST_BACKTRACE=1

2024-11-07 06:28:19 UTC (buildkit.dockerfile.v0)

ARG APPFLOWY_APPLICATION_PORT

2024-11-07 06:28:19 UTC (buildkit.dockerfile.v0)

ARG PORT

2024-11-07 06:28:19 UTC (buildkit.dockerfile.v0)

ENV PORT=8000

2024-11-07 06:28:19 UTC (buildkit.dockerfile.v0)

EXPOSE map[8000/tcp:{}]

2024-11-07 06:28:19 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