Namespace
appflowyinc
Image / Tag
appflowy_cloud:007ced8757f0239a13204b9e2b629bba80f55e14
Content Digest
sha256:58893d704320247ca95777828cf904a4b8da67c81c8e20b01bea02ba68a564c2
Details
Created

2025-02-12 07:59:09 UTC

Size

49.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:c29f5b76f736a8b555fd191c48d6581bb918bcd605a7cbcc76205dd6acff3260 - 54.2% (26.9 MB)

[#001] sha256:cac6f24b608c06d9710d841ff843ad8856b89e14f794b54b4a3986c0c9ae82fb - 0.0% (92 Bytes)

[#002] sha256:ce3e8e158257bdb74b24535aa1ba02e24363715c68d9995b4e2668bc22e0f271 - 10.98% (5.45 MB)

[#003] sha256:61bbe68ddf40da44d7a1de210c2862e813c8384ab5faed3105ff0b53cd20dc9c - 34.82% (17.3 MB)


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

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

2025-02-12 07:38:10 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2025-02-12 07:38:19 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-02-12 07:59:09 UTC (buildkit.dockerfile.v0)

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

2025-02-12 07:59:09 UTC (buildkit.dockerfile.v0)

ENV APP_ENVIRONMENT=production

2025-02-12 07:59:09 UTC (buildkit.dockerfile.v0)

ENV RUST_BACKTRACE=1

2025-02-12 07:59:09 UTC (buildkit.dockerfile.v0)

ARG APPFLOWY_APPLICATION_PORT

2025-02-12 07:59:09 UTC (buildkit.dockerfile.v0)

ARG PORT

2025-02-12 07:59:09 UTC (buildkit.dockerfile.v0)

ENV PORT=8000

2025-02-12 07:59:09 UTC (buildkit.dockerfile.v0)

EXPOSE map[8000/tcp:{}]

2025-02-12 07:59:09 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