Namespace
appflowyinc
Image / Tag
appflowy_cloud:f3d2f9a509f172d1edcea7ace8a3fefe043ce8bd
Content Digest
sha256:1f02f08841549e64ca314b5b87a6ddc761c9cf7eff68b954dfac61005042554b
Details
Created

2024-12-30 11:05:47 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:fd674058ff8f8cfa7fb8a20c006fc0128541cbbad7f7f7f28df570d08f9e4d92 - 56.61% (26.9 MB)

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

[#002] sha256:1dea39aa0722a72b70144e2f5340bd893f968c4891003c328cf6a8922ac42f0d - 6.63% (3.15 MB)

[#003] sha256:69995c5f61b5e48530040710530f3fa0cc3683f647932c07f10b962f940d8043 - 36.76% (17.5 MB)


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

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

2024-12-30 10:43:22 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2024-12-30 10:43:31 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-30 11:05:47 UTC (buildkit.dockerfile.v0)

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

2024-12-30 11:05:47 UTC (buildkit.dockerfile.v0)

ENV APP_ENVIRONMENT=production

2024-12-30 11:05:47 UTC (buildkit.dockerfile.v0)

ENV RUST_BACKTRACE=1

2024-12-30 11:05:47 UTC (buildkit.dockerfile.v0)

ARG APPFLOWY_APPLICATION_PORT

2024-12-30 11:05:47 UTC (buildkit.dockerfile.v0)

ARG PORT

2024-12-30 11:05:47 UTC (buildkit.dockerfile.v0)

ENV PORT=8000

2024-12-30 11:05:47 UTC (buildkit.dockerfile.v0)

EXPOSE map[8000/tcp:{}]

2024-12-30 11:05:47 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