2024-10-12 17:51:01 UTC
34.7 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
WORKDIR/app
[#000] sha256:cd784148e3483c2c86c50a48e535302ab0288bebd587accf40b714fffd0646b3 - 6.06% (2.1 MB)
[#001] sha256:c01ea40bef63a4f2bad5dd9a9e09434a4fcf7e7dc5d826b70b0479d384c65c5e - 0.0% (198 Bytes)
[#002] sha256:a37675c793c98065e233cdef8ba2377ed38cdbe5ec6976ad92c9c43ae8e754c4 - 7.21% (2.5 MB)
[#003] sha256:aa28bf5cd4d526dd3c4216ef7c2edf99278734250eb178422c6ac0d37f3704ad - 0.0% (430 Bytes)
[#004] sha256:ab7d8845cdfa5d1e4d02edf6cfdcb4d3fca9b4bf29bfdb8cc40fa1c183686afb - 0.0% (150 Bytes)
[#005] sha256:cccfe183f3ab06d2fd7698a4604644a777abf43d6d1320d2a513ca850ce270e3 - 0.0% (168 Bytes)
[#006] sha256:a7f22e0e482caf6a3410dc853b6d52f522f336d39cff0fb4076b16d543d0f1f9 - 0.0% (171 Bytes)
[#007] sha256:8f82e46ad17dc2eda49b3ba70b81c06beb4ee0b98602c5006113b972aa51b7ed - 43.36% (15.1 MB)
[#008] sha256:7da1a899dcad00a51bb892fd676a578f26e692cd81bcce0ab2f1e07cc4a8c432 - 0.0% (178 Bytes)
[#009] sha256:39bb6b5735d34506a75cc7602a2ee5c119bb99cf75b0ea3db2744c4acad51279 - 0.0% (805 Bytes)
[#010] sha256:ed4bd42492e5f250aff81f1a8b63b74d6cf972865d8eebc818febf17b0f9b4e3 - 43.36% (15.1 MB)
[#011] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
/bin/sh -c #(nop) ADD file:2ff00caea4e83dfade726ca47e3c795a1e9acb8ac24e392785c474ecf9a621f2 in /
2018-12-21 00:21:30 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2019-01-02 09:37:22 UTC/bin/sh -c #(nop) LABEL maintainer=john@johng.cn
2019-01-02 09:37:24 UTC/bin/sh -c echo http://mirrors.ustc.edu.cn/alpine/v3.8/main/ > /etc/apk/repositories
2019-01-02 09:37:43 UTC/bin/sh -c apk update && apk add tzdata ca-certificates bash
2019-01-02 09:37:45 UTC/bin/sh -c rm -rf /etc/localtime && cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
2019-01-02 09:37:47 UTC/bin/sh -c echo "Asia/Shanghai" > /etc/timezone
2023-12-30 06:29:26 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c mkdir /lib64 && ln -s /lib/libc.musl-x86_64.so.1 /lib64/ld-linux-x86-64.so.2 # buildkit
2024-03-02 10:02:41 UTC (buildkit.dockerfile.v0)ENV WORKDIR=/app
2024-03-02 10:02:41 UTC (buildkit.dockerfile.v0)ADD resource /app/ # buildkit
2024-10-12 16:58:27 UTC (buildkit.dockerfile.v0)COPY /app/temp/linux_amd64/main /app/main # buildkit
2024-10-12 17:51:00 UTC (buildkit.dockerfile.v0)ADD ./version.txt /app/version.txt # buildkit
2024-10-12 17:51:00 UTC (buildkit.dockerfile.v0)ADD ./manifest/i18n /app/i18n # buildkit
2024-10-12 17:51:01 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c chmod +x $WORKDIR/main # buildkit
2024-10-12 17:51:01 UTC (buildkit.dockerfile.v0)WORKDIR /app
2024-10-12 17:51:01 UTC (buildkit.dockerfile.v0)CMD ["/bin/sh" "-c" "./main"]
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.