2023-03-01 03:54:24 UTC
62.3 MB
/config/config.ini
MDC_PORT9208
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:de661c304c1d019f7aba8e865335297abd1534d14e81ab9653d5f9157f155974 - 48.12% (30 MB)
[#001] sha256:d8ec17960d582f544c76d8e1d47f930981e4e633787ca92e409c446f3adb755d - 23.36% (14.5 MB)
[#002] sha256:22622e228ceaae644ca8078b51ab8b06d10a5ce77220c27e864d1970c486256c - 0.0% (102 Bytes)
[#003] sha256:d7c44a6b84ab1c6415ca839386b72e77c457918884951e7eb3252d80ab21195c - 0.0% (99 Bytes)
[#004] sha256:12986e63f82fb8e126512af1666da4975cf617309171586e04ca09227df8369f - 14.26% (8.87 MB)
[#005] sha256:43a998e5e5d2ec29e0c13cfe001e68501ed60b33eaec596c7722865f99da6aaa - 14.26% (8.87 MB)
/bin/sh -c #(nop) ADD file:bd3bc6e983b68e9cb252c4172dfce4a5e247e8d2b9823cdb20a14f946870be04 in /
2023-02-09 03:22:11 UTC/bin/sh -c #(nop) CMD ["bash"]
2023-03-01 03:54:23 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c apt-get update && apt-get install -y wget # buildkit
2023-03-01 03:54:23 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c mkdir /config # buildkit
2023-03-01 03:54:23 UTC (buildkit.dockerfile.v0)ENV MDC_PORT=9208
2023-03-01 03:54:23 UTC (buildkit.dockerfile.v0)ENV MDC_CONFIG_PATH=/config/config.ini
2023-03-01 03:54:23 UTC (buildkit.dockerfile.v0)WORKDIR /app
2023-03-01 03:54:23 UTC (buildkit.dockerfile.v0)COPY ./binaries/backend . # buildkit
2023-03-01 03:54:24 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c chmod +x ./backend # buildkit
2023-03-01 03:54:24 UTC (buildkit.dockerfile.v0)EXPOSE map[9208/tcp:{}]
2023-03-01 03:54:24 UTC (buildkit.dockerfile.v0)VOLUME [/config]
2023-03-01 03:54:24 UTC (buildkit.dockerfile.v0)CMD ["/app/backend"]
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.