Namespace
appflowyinc
Image / Tag
admin_frontend:0f384a119adbbd97f36e4f9cd0b07be48d8ce2e3
Content Digest
sha256:b4b14bf394f1c98e7177b894043cea11d674ab6fe50aaec80485a086acebacfa
Details
Created

2024-03-30 03:12:42 UTC

Size

58.4 MB

Content Digest
Labels
  • com.docker.compose.project
    appflowy-cloud
  • com.docker.compose.service
    admin_frontend
  • com.docker.compose.version
    2.23.3

Environment
PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

RUST_BACKTRACE

1

RUST_LOG

info


Layers

[#000] sha256:71215d55680cf0ab2dcc0e1dd65ed76414e3fb0c294249b5b9319a8fa7c398e4 - 80.92% (47.3 MB)

[#001] sha256:94e4794f11b11a32bd82762c2d9935d366a0d99e0f446b640a7daa8a6499c457 - 0.0% (92 Bytes)

[#002] sha256:df89076c14c777fdbae143a90d94cc3f7ed298ee6a8df7f72c2dbb64f076845f - 10.01% (5.85 MB)

[#003] sha256:05a672c8db58f271ac3c348c66a1cc892d74a4f1a151af666f8f5819af410348 - 9.02% (5.27 MB)

[#004] sha256:8a20ab31f9669cce1f89a4fcb6a5ee7e00dfb183f845b00ddcec05659a0c242c - 0.05% (28.1 KB)


History
2024-03-12 01:20:46 UTC

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

2024-03-12 01:20:46 UTC

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

2024-03-30 03:06:39 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2024-03-30 03:06:51 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c apt-get update -y && apt-get install -y --no-install-recommends libc6 libssl-dev && apt-get autoremove -y && apt-get clean -y && rm -rf /var/lib/apt/lists/* # buildkit

2024-03-30 03:12:42 UTC (buildkit.dockerfile.v0)

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

2024-03-30 03:12:42 UTC (buildkit.dockerfile.v0)

COPY /app/admin_frontend/assets /app/assets # buildkit

2024-03-30 03:12:42 UTC (buildkit.dockerfile.v0)

ENV RUST_BACKTRACE=1

2024-03-30 03:12:42 UTC (buildkit.dockerfile.v0)

ENV RUST_LOG=info

2024-03-30 03:12:42 UTC (buildkit.dockerfile.v0)

CMD ["admin_frontend"]

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