Namespace
appflowyinc
Image / Tag
appflowy_cloud:a88e2f862c57e14ec766ac4f10a4bfb4d43c20ea
Content Digest
sha256:8e9a2f79eee4fe2bcd5d0e8138025ef586370a508b8202d2f110cd5902f90840
Details
Created

2024-11-29 07:44:37 UTC

Size

48.8 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.92% (27.8 MB)

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

[#002] sha256:bfb64dcd4db3ea22a02275ed54c65070ee93c02c8d078dadce2e98da4eb1a807 - 6.84% (3.34 MB)

[#003] sha256:3129c6c3568884ee379f5ddd6850b7f90d98af59f1333624f0669a4d7a0386f6 - 36.24% (17.7 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-29 07:14:23 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2024-11-29 07:14:33 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-29 07:44:37 UTC (buildkit.dockerfile.v0)

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

2024-11-29 07:44:37 UTC (buildkit.dockerfile.v0)

ENV APP_ENVIRONMENT=production

2024-11-29 07:44:37 UTC (buildkit.dockerfile.v0)

ENV RUST_BACKTRACE=1

2024-11-29 07:44:37 UTC (buildkit.dockerfile.v0)

ARG APPFLOWY_APPLICATION_PORT

2024-11-29 07:44:37 UTC (buildkit.dockerfile.v0)

ARG PORT

2024-11-29 07:44:37 UTC (buildkit.dockerfile.v0)

ENV PORT=8000

2024-11-29 07:44:37 UTC (buildkit.dockerfile.v0)

EXPOSE map[8000/tcp:{}]

2024-11-29 07:44:37 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