Namespace
appflowyinc
Image / Tag
admin_frontend:a318d2f96dde58dbb760f2ac08d278ae01e1a0a4
Content Digest
sha256:64911603a4ce0e964642f91872f4e75394abf136ee4ab7213622140aff54fad0
Details
Created

2024-01-23 21:56:47 UTC

Size

58.1 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:1b13d4e1a46e5e969702ec92b7c787c1b6891bff7c21ad378ff6dbc9e751d5d4 - 81.35% (47.3 MB)

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

[#002] sha256:e64b293fcd962c66859d8cb2711802b8652696e0842577a9975b18812ac94221 - 10.06% (5.85 MB)

[#003] sha256:8d50ecf2964955745ece81465c77603a2550cc018b16380af562b8342f9932d3 - 8.54% (4.96 MB)

[#004] sha256:188fc95c8b2bb4750a2af07a7407f83529d44ee743208e76ed694d1d5ac192a9 - 0.05% (27.9 KB)


History
2024-01-11 02:37:42 UTC

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

2024-01-11 02:37:43 UTC

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

2024-01-23 21:51:54 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2024-01-23 21:52:01 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-01-23 21:56:47 UTC (buildkit.dockerfile.v0)

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

2024-01-23 21:56:47 UTC (buildkit.dockerfile.v0)

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

2024-01-23 21:56:47 UTC (buildkit.dockerfile.v0)

ENV RUST_BACKTRACE=1

2024-01-23 21:56:47 UTC (buildkit.dockerfile.v0)

ENV RUST_LOG=info

2024-01-23 21:56:47 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