Namespace
appflowyinc
Image / Tag
appflowy_cloud:a5f607501ec278d38b302f4d54ab31c2f7ce3aef
Content Digest
sha256:24f76fe9d42666d1bc719e9d394d84bed6c9b4a97bf4362aaef4a665b360a17d
Details
Created

2025-02-13 03:25:50 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.19% (26.9 MB)

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

[#002] sha256:cc9ac9c7585c1dd522e4dad042f392710ae98614449da58aab12a9ffbd8f1b02 - 10.97% (5.45 MB)

[#003] sha256:86d453d0b3a8f3c3b693f3468573a6d1aee7ec84489c36df1da743ccf1ad645b - 34.83% (17.3 MB)


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

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

2025-02-13 03:05:19 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2025-02-13 03:05:28 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-13 03:25:50 UTC (buildkit.dockerfile.v0)

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

2025-02-13 03:25:50 UTC (buildkit.dockerfile.v0)

ENV APP_ENVIRONMENT=production

2025-02-13 03:25:50 UTC (buildkit.dockerfile.v0)

ENV RUST_BACKTRACE=1

2025-02-13 03:25:50 UTC (buildkit.dockerfile.v0)

ARG APPFLOWY_APPLICATION_PORT

2025-02-13 03:25:50 UTC (buildkit.dockerfile.v0)

ARG PORT

2025-02-13 03:25:50 UTC (buildkit.dockerfile.v0)

ENV PORT=8000

2025-02-13 03:25:50 UTC (buildkit.dockerfile.v0)

EXPOSE map[8000/tcp:{}]

2025-02-13 03:25:50 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