Namespace
appflowyinc
Image / Tag
appflowy_cloud:f4d6e0ed3d91cadf518592da67ffb1b3e2e60fef
Content Digest
sha256:5b9a184b25efbcac2bbdd0590db20e9c65d55730ab3976be1857b41599a76480
Details
Created

2024-12-06 07:01:00 UTC

Size

48 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.05% (26.9 MB)

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

[#002] sha256:379a62b91e20f25461642ee0d7bb7c13228b735a00113459f7ac9cb7066e932c - 6.57% (3.15 MB)

[#003] sha256:13afc36a657942218029ce057a68eccaa55210df2a650ae47b2566753e6173f2 - 37.38% (18 MB)


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

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

2024-12-06 06:31:01 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2024-12-06 06:31:10 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-06 07:01:00 UTC (buildkit.dockerfile.v0)

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

2024-12-06 07:01:00 UTC (buildkit.dockerfile.v0)

ENV APP_ENVIRONMENT=production

2024-12-06 07:01:00 UTC (buildkit.dockerfile.v0)

ENV RUST_BACKTRACE=1

2024-12-06 07:01:00 UTC (buildkit.dockerfile.v0)

ARG APPFLOWY_APPLICATION_PORT

2024-12-06 07:01:00 UTC (buildkit.dockerfile.v0)

ARG PORT

2024-12-06 07:01:00 UTC (buildkit.dockerfile.v0)

ENV PORT=8000

2024-12-06 07:01:00 UTC (buildkit.dockerfile.v0)

EXPOSE map[8000/tcp:{}]

2024-12-06 07:01:00 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