2023-11-18 13:10:23 UTC
39.7 MB
production
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
RUST_BACKTRACE1
[#000] sha256:0bc8ff246cb8ff91066742f8f7ded40397e7aaaa925200b7bec5382d1ffcd6a0 - 75.44% (30 MB)
[#001] sha256:bfe4f3366c72bf85d785afe48d58fc7ce0e71ed19a408dabad84668ae5e57432 - 0.0% (93 Bytes)
[#002] sha256:eba258694252d9b4e602072fefa0298e2202b16faddd7bfd56b5d3aba4d78e6e - 0.89% (363 KB)
[#003] sha256:0f8cdba93df02e583c35277e7bfa7e5cba2423ebd2b9294a5fecac595ed9c9be - 23.67% (9.4 MB)
[#004] sha256:78e778b0569fcc569275f4bcbd73710aba6e22211aa5e354e1be1293300bdd2a - 0.0% (670 Bytes)
/bin/sh -c #(nop) ADD file:5fb15e28ab9cd52a4c1371f9273d159579710f4efb955c1e6d76c0403e36967c in /
2023-11-01 00:21:12 UTC/bin/sh -c #(nop) CMD ["bash"]
2023-11-18 13:03:11 UTC (buildkit.dockerfile.v0)WORKDIR /app
2023-11-18 13:03:15 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c apt-get update -y && apt-get install -y --no-install-recommends openssl && apt-get autoremove -y && apt-get clean -y && rm -rf /var/lib/apt/lists/* # buildkit
2023-11-18 13:10:23 UTC (buildkit.dockerfile.v0)COPY /app/target/release/appflowy_cloud /usr/local/bin/appflowy_cloud # buildkit
2023-11-18 13:10:23 UTC (buildkit.dockerfile.v0)COPY /app/configuration configuration # buildkit
2023-11-18 13:10:23 UTC (buildkit.dockerfile.v0)ENV APP_ENVIRONMENT=production
2023-11-18 13:10:23 UTC (buildkit.dockerfile.v0)ENV RUST_BACKTRACE=1
2023-11-18 13:10:23 UTC (buildkit.dockerfile.v0)CMD ["appflowy_cloud"]
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.