2024-09-26 11:18:21 UTC
47.1 MB
production
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PORT8000
RUST_BACKTRACE1
[#000] sha256:a2318d6c47ec9cac5acc500c47c79602bcf953cec711a18bc898911a0984365b - 59.0% (27.8 MB)
[#001] sha256:695cb48d4cbd1710d710e3b6c11106eccf89dbb57a241b18a78955fb1d2224a6 - 0.0% (93 Bytes)
[#002] sha256:1444f3b30262bdb48baa5fa6557ba8c339b739e4488fd542c1d51781a5558a67 - 7.09% (3.34 MB)
[#003] sha256:f107b6e8c5e49f82253540436b7b5512b46ec84da77d629a3b4f9b172ad1ae9d - 33.91% (16 MB)
/bin/sh -c #(nop) ADD file:d13afefcc2b0b02b598a3ac2598fe2187db41de1e17820e5b600a955b1429d59 in /
2024-09-04 22:30:47 UTC/bin/sh -c #(nop) CMD ["bash"]
2024-09-26 10:58:42 UTC (buildkit.dockerfile.v0)WORKDIR /app
2024-09-26 10:58:51 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-09-26 11:18:21 UTC (buildkit.dockerfile.v0)COPY /app/target/release/appflowy_cloud /usr/local/bin/appflowy_cloud # buildkit
2024-09-26 11:18:21 UTC (buildkit.dockerfile.v0)ENV APP_ENVIRONMENT=production
2024-09-26 11:18:21 UTC (buildkit.dockerfile.v0)ENV RUST_BACKTRACE=1
2024-09-26 11:18:21 UTC (buildkit.dockerfile.v0)ARG APPFLOWY_APPLICATION_PORT
2024-09-26 11:18:21 UTC (buildkit.dockerfile.v0)ARG PORT
2024-09-26 11:18:21 UTC (buildkit.dockerfile.v0)ENV PORT=8000
2024-09-26 11:18:21 UTC (buildkit.dockerfile.v0)EXPOSE map[8000/tcp:{}]
2024-09-26 11:18:21 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.