Namespace
appflowyinc
Image / Tag
appflowy_cloud:b6dce7cb5bc3ad3602e2fca4a7cc851002d44acd
Content Digest
sha256:3d1ab8538ee74c473e53fa7698dbe32d00759918599fae7a783a64e1fda9b9e2
Details
Created

2024-09-09 12:29:56 UTC

Size

46.9 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:a2318d6c47ec9cac5acc500c47c79602bcf953cec711a18bc898911a0984365b - 59.29% (27.8 MB)

[#001] sha256:109964a6a29be1c940bfa9d6fba0da6520989ac7ca349a4183febeae2a054a42 - 0.0% (91 Bytes)

[#002] sha256:5019b9db9ab4d60479f3d9e9816270aadb09fee539847a0f3f0b828bc728ef1f - 7.12% (3.34 MB)

[#003] sha256:1ec546fe3370c499df4792e2482cd51eb1f2a5030cebfa30e1d0d60db7c23a29 - 33.59% (15.7 MB)


History
2024-09-04 22:30:47 UTC

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

2024-09-04 22:30:47 UTC

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

2024-09-09 12:10:23 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2024-09-09 12:10:32 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-09 12:29:56 UTC (buildkit.dockerfile.v0)

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

2024-09-09 12:29:56 UTC (buildkit.dockerfile.v0)

ENV APP_ENVIRONMENT=production

2024-09-09 12:29:56 UTC (buildkit.dockerfile.v0)

ENV RUST_BACKTRACE=1

2024-09-09 12:29:56 UTC (buildkit.dockerfile.v0)

ARG APPFLOWY_APPLICATION_PORT

2024-09-09 12:29:56 UTC (buildkit.dockerfile.v0)

ARG PORT

2024-09-09 12:29:56 UTC (buildkit.dockerfile.v0)

ENV PORT=8000

2024-09-09 12:29:56 UTC (buildkit.dockerfile.v0)

EXPOSE map[8000/tcp:{}]

2024-09-09 12:29:56 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