Namespace
appflowyinc
Image / Tag
admin_frontend:51020b8f0362e422abd05bf0485acc9ab706af87
Content Digest
sha256:46400c59ff81fa13fc7ae299c821a3a1dc70959ab72cde774be2ea6a9ace2bfb
Details
Created

2024-04-03 07:09:09 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:348947ed2495383c659099758a3479d748f7ce19a7584342eb844fbabf746b90 - 0.0% (93 Bytes)

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

[#003] sha256:22a2a5fc97d0456ff1249917b81c5136e45408c4dc68842599cf105c12bbddcb - 9.02% (5.27 MB)

[#004] sha256:b2096c7c8326dfc8a23a662cb7a9fd97f0c631fa15b9d25218134822b7b8a637 - 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-04-03 07:03:13 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2024-04-03 07:03:25 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-04-03 07:09:09 UTC (buildkit.dockerfile.v0)

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

2024-04-03 07:09:09 UTC (buildkit.dockerfile.v0)

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

2024-04-03 07:09:09 UTC (buildkit.dockerfile.v0)

ENV RUST_BACKTRACE=1

2024-04-03 07:09:09 UTC (buildkit.dockerfile.v0)

ENV RUST_LOG=info

2024-04-03 07:09:09 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