Namespace
appflowyinc
Image / Tag
appflowy_cloud:712732702c6ccf9d9d8bc729a3566b34d5dae12e
Content Digest
sha256:68d3c0f91cad2f9a6c1eed564dddb6515c04d44fc73c5845837b134e2d30020f
Details
Created

2024-11-27 04:08:45 UTC

Size

48.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:2d429b9e73a6cf90a5bb85105c8118b30a1b2deedeae3ea9587055ffcb80eb45 - 56.79% (27.8 MB)

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

[#002] sha256:e0ee3502a2263cb2dd095df01d2b5543a3de43418012a41224baf672775b430f - 6.82% (3.34 MB)

[#003] sha256:8d8480c25c718afc453c2d5d6130b09f1115713bda457ba1edd22a679d28f084 - 36.39% (17.8 MB)


History
2024-11-11 00:00:00 UTC (buildkit.dockerfile.v0)

ADD rootfs.tar.xz / # buildkit

2024-11-11 00:00:00 UTC (buildkit.dockerfile.v0)

CMD ["bash"]

2024-11-27 03:37:10 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2024-11-27 03:37:19 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-11-27 04:08:45 UTC (buildkit.dockerfile.v0)

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

2024-11-27 04:08:45 UTC (buildkit.dockerfile.v0)

ENV APP_ENVIRONMENT=production

2024-11-27 04:08:45 UTC (buildkit.dockerfile.v0)

ENV RUST_BACKTRACE=1

2024-11-27 04:08:45 UTC (buildkit.dockerfile.v0)

ARG APPFLOWY_APPLICATION_PORT

2024-11-27 04:08:45 UTC (buildkit.dockerfile.v0)

ARG PORT

2024-11-27 04:08:45 UTC (buildkit.dockerfile.v0)

ENV PORT=8000

2024-11-27 04:08:45 UTC (buildkit.dockerfile.v0)

EXPOSE map[8000/tcp:{}]

2024-11-27 04:08:45 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