Namespace
appflowyinc
Image / Tag
appflowy_cloud:2c1c820e68dce74a19821b0fe4a75fc41a647182
Content Digest
sha256:3f7dc0c0b67deefd0de906ddab33d5b72d4478622ee8d05283b775bc2544d1b0
Details
Created

2025-04-06 11:29:56 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:6e909acdb790c5a1989d9cfc795fda5a246ad6664bb27b5c688e2b734b2c5fad - 56.08% (26.9 MB)

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

[#002] sha256:9554bbca29cbd1136446e46d42ecddda55e2d55ecb1430f52f563f3951676fcc - 11.36% (5.45 MB)

[#003] sha256:32bb73168440e6af2dd77ffae5837ab6dcc86e58b73e84d562ab192b6e9b2183 - 32.55% (15.6 MB)


History
2025-03-17 00:00:00 UTC (debuerreotype 0.15)

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

2025-04-06 11:12:15 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2025-04-06 11:12:23 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-06 11:29:56 UTC (buildkit.dockerfile.v0)

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

2025-04-06 11:29:56 UTC (buildkit.dockerfile.v0)

ENV APP_ENVIRONMENT=production

2025-04-06 11:29:56 UTC (buildkit.dockerfile.v0)

ENV RUST_BACKTRACE=1

2025-04-06 11:29:56 UTC (buildkit.dockerfile.v0)

ARG APPFLOWY_APPLICATION_PORT

2025-04-06 11:29:56 UTC (buildkit.dockerfile.v0)

ARG PORT

2025-04-06 11:29:56 UTC (buildkit.dockerfile.v0)

ENV PORT=8000

2025-04-06 11:29:56 UTC (buildkit.dockerfile.v0)

EXPOSE map[8000/tcp:{}]

2025-04-06 11:29:56 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