2020-06-15 23:30:13 UTC
86.4 MB
1
DOTNET_RUNNING_IN_CONTAINERtrue
DOTNET_SKIP_FIRST_TIME_EXPERIENCE1
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:8559a31e96f442f2c7b6da49d6c84705f98a39d8be10b3f5f14821d0ee8417df - 29.91% (25.8 MB)
[#001] sha256:dc08029e21f9419b7ed670337903911de9c24f0027c2d7bafb5c2fd082bf121c - 18.82% (16.3 MB)
[#002] sha256:734d0e250adf0d7d7a2c061c383f874b5e491eb4c24038716b51cfe2722d09b2 - 1.12% (993 KB)
[#003] sha256:84249fbd30d66bf00c38075012f3469b130d388376a0b2a29550c69230400286 - 34.52% (29.8 MB)
[#004] sha256:84d07bfbfd3fe2f44ccaa8a35e01873b9b23db75207d231640b3d0f027049e0b - 8.99% (7.77 MB)
[#005] sha256:b922e7ddc480c4393e61cca915b44b021b3cffd1c1484ffadf5bf40e69acd9ee - 0.0% (92 Bytes)
[#006] sha256:c76cfae0b8e8ae109ff68b25fd18d35025efc58fa50f3b7f5420d56043b74feb - 6.64% (5.74 MB)
/bin/sh -c #(nop) ADD file:4d35f6c8bbbe6801cc5f44989730fb6d349a644ecb36eca481e7df25842d6321 in /
2020-06-09 01:20:56 UTC/bin/sh -c #(nop) CMD ["bash"]
2020-06-09 17:34:59 UTC/bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates libc6 libgcc1 libgssapi-krb5-2 libicu63 libssl1.1 libstdc++6 zlib1g && rm -rf /var/lib/apt/lists/*
2020-06-09 17:35:00 UTC/bin/sh -c #(nop) ENV ASPNETCORE_URLS=http://+:80 DOTNET_RUNNING_IN_CONTAINER=true
2020-06-09 17:35:06 UTC/bin/sh -c apt-get update && apt-get install -y --no-install-recommends curl && rm -rf /var/lib/apt/lists/*
2020-06-09 17:35:09 UTC/bin/sh -c dotnet_version=3.1.5 && curl -SL --output dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/Runtime/$dotnet_version/dotnet-runtime-$dotnet_version-linux-x64.tar.gz && dotnet_sha512='b88e110df7486266e3850d26617290cdee13b20dabc6fbe62bcac052d93cd7e76f787722a5beb15b06673577a47ba26943530cb14913569a25d9f55df029f306' && echo "$dotnet_sha512 dotnet.tar.gz" | sha512sum -c - && mkdir -p /usr/share/dotnet && tar -ozxf dotnet.tar.gz -C /usr/share/dotnet && rm dotnet.tar.gz && ln -s /usr/share/dotnet/dotnet /usr/bin/dotnet
2020-06-09 17:35:13 UTC/bin/sh -c aspnetcore_version=3.1.5 && curl -SL --output aspnetcore.tar.gz https://dotnetcli.azureedge.net/dotnet/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-$aspnetcore_version-linux-x64.tar.gz && aspnetcore_sha512='262a8e670a8800aea1c518e48a237543f2bca92010187d25cae2bd513163786c5b49ff2593b1e256ca89201fd3d819c2265f8a3946b257e8490b37a5a66e1fff' && echo "$aspnetcore_sha512 aspnetcore.tar.gz" | sha512sum -c - && tar -ozxf aspnetcore.tar.gz -C /usr/share/dotnet ./shared/Microsoft.AspNetCore.App && rm aspnetcore.tar.gz
2020-06-15 23:30:10 UTC/bin/sh -c #(nop) ENV ASPNETCORE_URLS=
2020-06-15 23:30:10 UTC/bin/sh -c #(nop) ENV DOTNET_CLI_TELEMETRY_OPTOUT=1
2020-06-15 23:30:10 UTC/bin/sh -c #(nop) ENV DOTNET_SKIP_FIRST_TIME_EXPERIENCE=1
2020-06-15 23:30:11 UTC/bin/sh -c #(nop) LABEL maintainer=JustArchi <JustArchi@JustArchi.net>
2020-06-15 23:30:11 UTC/bin/sh -c #(nop) EXPOSE 1242
2020-06-15 23:30:11 UTC/bin/sh -c #(nop) WORKDIR /app
2020-06-15 23:30:12 UTC/bin/sh -c #(nop) COPY dir:fd77d79303697de81eada49838234fc79e59a917a3d95cbdd3952ff68dd70dc3 in .
2020-06-15 23:30:12 UTC/bin/sh -c #(nop) VOLUME [/app/config /app/logs]
2020-06-15 23:30:12 UTC/bin/sh -c #(nop) HEALTHCHECK &{["CMD" "pidof" "-q" "dotnet"] "0s" "0s" "0s" '\x00'}
2020-06-15 23:30:13 UTC/bin/sh -c #(nop) ENTRYPOINT ["./ArchiSteamFarm.sh" "--no-restart" "--process-required" "--system-required"]
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.