Namespace
appflowyinc
Image / Tag
appflowy_cloud:1a5c19fb17e4d5f997ca21de744e125ce96cc807
Content Digest
sha256:7bbfa985f9001baeabb5ba96f8d0240afa6832ca7e42dec9ce017fb8243a9890
Details
Created

2024-12-10 07:36:37 UTC

Size

47.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:bc0965b23a04fe7f2d9fb20f597008fcf89891de1c705ffc1c80483a1f098e4f - 56.55% (26.9 MB)

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

[#002] sha256:33c66e7b33bbfa7f4e4196bd8ae81f9b54e219d0d45280c4f175bf0944fc02db - 6.62% (3.15 MB)

[#003] sha256:787e257d51a2c7c6bbde684988f2205d9571f325995779d88a69bdf9dfd5f20c - 36.83% (17.5 MB)


History
2024-12-02 00:00:00 UTC (debuerreotype 0.15)

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

2024-12-10 07:06:16 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2024-12-10 07:06:25 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

2024-12-10 07:36:37 UTC (buildkit.dockerfile.v0)

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

2024-12-10 07:36:37 UTC (buildkit.dockerfile.v0)

ENV APP_ENVIRONMENT=production

2024-12-10 07:36:37 UTC (buildkit.dockerfile.v0)

ENV RUST_BACKTRACE=1

2024-12-10 07:36:37 UTC (buildkit.dockerfile.v0)

ARG APPFLOWY_APPLICATION_PORT

2024-12-10 07:36:37 UTC (buildkit.dockerfile.v0)

ARG PORT

2024-12-10 07:36:37 UTC (buildkit.dockerfile.v0)

ENV PORT=8000

2024-12-10 07:36:37 UTC (buildkit.dockerfile.v0)

EXPOSE map[8000/tcp:{}]

2024-12-10 07:36:37 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