Namespace
appflowyinc
Image / Tag
appflowy_cloud:49218453bc5d423a7b5276173d24df26c5e92dfa
Content Digest
sha256:9182e24569b543ed66917067761d97857e19f2623e15b7fc15289e65b63e106c
Details
Created

2025-01-14 12:04:59 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:af302e5c37e9dc1dbe2eadc8f5059d82a914066b541b0d1a6daa91d0cc55057d - 56.19% (26.9 MB)

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

[#002] sha256:19a5b01c8a1f463814c19b677b0ef2721ffd2237f117787d3e9e1d69a0f92e27 - 6.97% (3.34 MB)

[#003] sha256:ca0af8f7fa8508940dc77e51ac3c02379870e70518206c9ec4c71ec3a93e6862 - 36.84% (17.6 MB)


History
2025-01-13 00:00:00 UTC (debuerreotype 0.15)

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

2025-01-14 11:42:29 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2025-01-14 11:42: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

2025-01-14 12:04:59 UTC (buildkit.dockerfile.v0)

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

2025-01-14 12:04:59 UTC (buildkit.dockerfile.v0)

ENV APP_ENVIRONMENT=production

2025-01-14 12:04:59 UTC (buildkit.dockerfile.v0)

ENV RUST_BACKTRACE=1

2025-01-14 12:04:59 UTC (buildkit.dockerfile.v0)

ARG APPFLOWY_APPLICATION_PORT

2025-01-14 12:04:59 UTC (buildkit.dockerfile.v0)

ARG PORT

2025-01-14 12:04:59 UTC (buildkit.dockerfile.v0)

ENV PORT=8000

2025-01-14 12:04:59 UTC (buildkit.dockerfile.v0)

EXPOSE map[8000/tcp:{}]

2025-01-14 12:04:59 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