Namespace
appflowyinc
Image / Tag
appflowy_cloud:997260e4b14cd8b27f371262d9633d87ba5d8470
Content Digest
sha256:8c90629a21d1a8c247612b6802c65296b55e1f9fc3d2f733ac338a76da14c7e8
Details
Created

2024-09-30 07:12:38 UTC

Size

47.1 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:302e3ee498053a7b5332ac79e8efebec16e900289fc1ecd1c754ce8fa047fcab - 58.97% (27.8 MB)

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

[#002] sha256:64c4d9c34a9629b06e8a2bb2acb1c714c97384adc0bfc0587e7e50cccde2dbbd - 7.08% (3.34 MB)

[#003] sha256:384a57bc5bfa61aeef3c5778d581d6434fe17e0e333206632853edf5c5f1b26c - 33.94% (16 MB)


History
2024-09-27 04:29:32 UTC

/bin/sh -c #(nop) ADD file:a9a95cfab16803be03e59ade41622ef5061cf90f2d034304fe4ac1ee9ff30389 in /

2024-09-27 04:29:32 UTC

/bin/sh -c #(nop) CMD ["bash"]

2024-09-30 06:53:26 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2024-09-30 06:53:35 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-09-30 07:12:38 UTC (buildkit.dockerfile.v0)

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

2024-09-30 07:12:38 UTC (buildkit.dockerfile.v0)

ENV APP_ENVIRONMENT=production

2024-09-30 07:12:38 UTC (buildkit.dockerfile.v0)

ENV RUST_BACKTRACE=1

2024-09-30 07:12:38 UTC (buildkit.dockerfile.v0)

ARG APPFLOWY_APPLICATION_PORT

2024-09-30 07:12:38 UTC (buildkit.dockerfile.v0)

ARG PORT

2024-09-30 07:12:38 UTC (buildkit.dockerfile.v0)

ENV PORT=8000

2024-09-30 07:12:38 UTC (buildkit.dockerfile.v0)

EXPOSE map[8000/tcp:{}]

2024-09-30 07:12:38 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