Namespace
appflowyinc
Image / Tag
appflowy_cloud:e20dc17c6d5c0a1bf10a0a1509621138d43d3f9e
Content Digest
sha256:677ece306d90118d80c1be43191ec98e06072aa4f64a637cdf20eb99cba46286
Details
Created

2024-11-16 03:17:58 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.87% (27.8 MB)

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

[#002] sha256:832daeb1cc3ec96714cd8ed800d9e9a3816ceae2f4ecfaf13cc5ba546180e492 - 6.83% (3.34 MB)

[#003] sha256:bcc1331481f160db1647c2b21a7a6a7add627fd9e569d0eac19619f051eab382 - 36.3% (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-16 02:47:05 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2024-11-16 02:47:14 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-16 03:17:58 UTC (buildkit.dockerfile.v0)

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

2024-11-16 03:17:58 UTC (buildkit.dockerfile.v0)

ENV APP_ENVIRONMENT=production

2024-11-16 03:17:58 UTC (buildkit.dockerfile.v0)

ENV RUST_BACKTRACE=1

2024-11-16 03:17:58 UTC (buildkit.dockerfile.v0)

ARG APPFLOWY_APPLICATION_PORT

2024-11-16 03:17:58 UTC (buildkit.dockerfile.v0)

ARG PORT

2024-11-16 03:17:58 UTC (buildkit.dockerfile.v0)

ENV PORT=8000

2024-11-16 03:17:58 UTC (buildkit.dockerfile.v0)

EXPOSE map[8000/tcp:{}]

2024-11-16 03:17:58 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