Namespace
appflowyinc
Image / Tag
appflowy_cloud:0.9.91-arm64v8
Content Digest
sha256:8297b73b47f2e2b22f1021f1e36e2e0b5128a5ba4b6bef8e0dcc961ae8665047
Details
Created

2025-08-15 12:54:28 UTC

Size

53.4 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2025-08-15T12:43:05.729Z
  • org.opencontainers.image.description
  • org.opencontainers.image.licenses
  • org.opencontainers.image.revision
    5b2233ac9bdd0e6d8d94eacf971fa9d2ff85be47
  • org.opencontainers.image.source
    https://github.com/AppFlowy-IO/AppFlowy-CI
  • org.opencontainers.image.title
    AppFlowy-CI
  • org.opencontainers.image.url
    https://github.com/AppFlowy-IO/AppFlowy-CI
  • org.opencontainers.image.version
    main

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:2a1d1e47d5d3882516b73175b002f18275a8043fe435e97fb8230e445ebe0aee - 52.15% (27.8 MB)

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

[#002] sha256:f814267fb10df9be7135c9b68c88ef21aa501eb1b325f3ab234ef1a912103d3b - 9.94% (5.3 MB)

[#003] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#005] sha256:44e7bbc3f671a07fe177fa6194414f167c26b41071e4e057b7b1a39894d39abe - 37.91% (20.2 MB)


History
2025-08-11 00:00:00 UTC (debuerreotype 0.15)

# debian.sh --arch 'arm64' out/ 'bookworm' '@1754870400'

2025-08-15 12:43:14 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2025-08-15 12:43:30 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-08-15 12:43:31 UTC (buildkit.dockerfile.v0)

ARG PROFILE=release

2025-08-15 12:43:31 UTC (buildkit.dockerfile.v0)

ARG APP_VERSION=0.9.91

2025-08-15 12:43:31 UTC (buildkit.dockerfile.v0)

RUN |2 PROFILE=release APP_VERSION=0.9.91 /bin/sh -c echo "Building with profile: ${PROFILE}" # buildkit

2025-08-15 12:43:31 UTC (buildkit.dockerfile.v0)

RUN |2 PROFILE=release APP_VERSION=0.9.91 /bin/sh -c if [ "$PROFILE" = "release" ]; then echo "Using release binary"; else echo "Using debug binary"; fi # buildkit

2025-08-15 12:54:28 UTC (buildkit.dockerfile.v0)

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

2025-08-15 12:54:28 UTC (buildkit.dockerfile.v0)

ENV APP_ENVIRONMENT=production

2025-08-15 12:54:28 UTC (buildkit.dockerfile.v0)

ENV RUST_BACKTRACE=1

2025-08-15 12:54:28 UTC (buildkit.dockerfile.v0)

ARG APPFLOWY_APPLICATION_PORT

2025-08-15 12:54:28 UTC (buildkit.dockerfile.v0)

ARG PORT

2025-08-15 12:54:28 UTC (buildkit.dockerfile.v0)

ENV PORT=8000

2025-08-15 12:54:28 UTC (buildkit.dockerfile.v0)

EXPOSE map[8000/tcp:{}]

2025-08-15 12:54:28 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