Namespace
appflowyinc
Image / Tag
appflowy_cloud:cac504aebc5a17b4e525b95f682b9aedd2aae061
Content Digest
sha256:67cbdedd9e086df07b0644629ba58971e6d5d9d75edc5c1ad471d8a81c93317e
Details
Created

2025-04-26 03:11:02 UTC

Size

50.6 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:8a628cdd7ccc83e90e5a95888fcb0ec24b991141176c515ad101f12d6433eb96 - 53.21% (26.9 MB)

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

[#002] sha256:432205872fcf44e5124f34c46e5dcb4e20a44df198b1bf242af2fe9d721ad5e6 - 10.77% (5.45 MB)

[#003] sha256:45d18a9bc582eb51b2125d1a5d5e2e0d2642c31facdf640efb1e980f74d01f34 - 36.02% (18.2 MB)


History
2025-04-07 00:00:00 UTC (debuerreotype 0.15)

# debian.sh --arch 'amd64' out/ 'bookworm' '@1743984000'

2025-04-26 02:52:44 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2025-04-26 02:52:52 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c apt-get update -y && apt-get install -y --no-install-recommends openssl ca-certificates curl && update-ca-certificates && apt-get autoremove -y && apt-get clean -y && rm -rf /var/lib/apt/lists/* # buildkit

2025-04-26 03:11:02 UTC (buildkit.dockerfile.v0)

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

2025-04-26 03:11:02 UTC (buildkit.dockerfile.v0)

ENV APP_ENVIRONMENT=production

2025-04-26 03:11:02 UTC (buildkit.dockerfile.v0)

ENV RUST_BACKTRACE=1

2025-04-26 03:11:02 UTC (buildkit.dockerfile.v0)

ARG APPFLOWY_APPLICATION_PORT

2025-04-26 03:11:02 UTC (buildkit.dockerfile.v0)

ARG PORT

2025-04-26 03:11:02 UTC (buildkit.dockerfile.v0)

ENV PORT=8000

2025-04-26 03:11:02 UTC (buildkit.dockerfile.v0)

EXPOSE map[8000/tcp:{}]

2025-04-26 03:11:02 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