Namespace
appflowyinc
Image / Tag
appflowy_cloud:e1b43831f471b5493bb1643d65f2c8e946aa69fa
Content Digest
sha256:077db9eea1262744e6cbdf27d0652654d236f5be6de3324dfaf8ada357144302
Details
Created

2025-03-19 15:04:14 UTC

Size

47.9 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.14% (26.9 MB)

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

[#002] sha256:4dae3c9dd2716d12c5220529524c25aa1f768c1e7b93fc59588625f7b67b1e82 - 11.37% (5.45 MB)

[#003] sha256:39cac18a990778b659689a881148a56ab37aa82aedf76cd215742b949a554395 - 32.48% (15.6 MB)


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

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

2025-03-19 14:46:20 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2025-03-19 14:46:29 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-03-19 15:04:14 UTC (buildkit.dockerfile.v0)

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

2025-03-19 15:04:14 UTC (buildkit.dockerfile.v0)

ENV APP_ENVIRONMENT=production

2025-03-19 15:04:14 UTC (buildkit.dockerfile.v0)

ENV RUST_BACKTRACE=1

2025-03-19 15:04:14 UTC (buildkit.dockerfile.v0)

ARG APPFLOWY_APPLICATION_PORT

2025-03-19 15:04:14 UTC (buildkit.dockerfile.v0)

ARG PORT

2025-03-19 15:04:14 UTC (buildkit.dockerfile.v0)

ENV PORT=8000

2025-03-19 15:04:14 UTC (buildkit.dockerfile.v0)

EXPOSE map[8000/tcp:{}]

2025-03-19 15:04:14 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