2020-11-08 16:09:07 UTC
83.6 MB
1
DOTNET_NOLOGO1
DOTNET_RUNNING_IN_CONTAINERtrue
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:d6d8411ad43db0022fa0fce094cd2e8b1dd2f8a09d6880ed9beb6b4204867027 - 25.89% (21.6 MB)
[#001] sha256:85518c31fc141694da1379c59b6a9473f016de437a67d16ad2475df8046f641f - 18.35% (15.3 MB)
[#002] sha256:6b1c7920d806087af2d2b56fff93b8f88c5aa197ecfa2c9a0820be4f1b7f590a - 1.24% (1.04 MB)
[#003] sha256:a6162d3f9b43c102da423190c3cefe6e8d39c9bdbd92f8e5c35b2a2449e70096 - 37.15% (31.1 MB)
[#004] sha256:8d9c1d02b8b51bd4037859e589d0f5e1803e8fc5573f5e23150bfbe2b837c415 - 9.86% (8.25 MB)
[#005] sha256:396bf3347a6b5ca6af57f38b55bd80ba591f20091186344928fcbf312b127542 - 0.0% (92 Bytes)
[#006] sha256:b5ae9500cddd0dab0273ec3c020b397fd4b1c3007868f98654fcc5af712118b5 - 7.5% (6.27 MB)
/bin/sh -c #(nop) ADD file:e423f30ca19eb205a98de21b0545d0a764cfc4f832a9a9631542354d914d98d9 in /
2020-10-13 00:59:31 UTC/bin/sh -c #(nop) CMD ["bash"]
2020-10-13 04:14:08 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-10-13 04:14:09 UTC/bin/sh -c #(nop) ENV ASPNETCORE_URLS=http://+:80 DOTNET_RUNNING_IN_CONTAINER=true
2020-10-13 16:08:52 UTC/bin/sh -c apt-get update && apt-get install -y --no-install-recommends curl && rm -rf /var/lib/apt/lists/*
2020-10-13 16:08:58 UTC/bin/sh -c dotnet_version=3.1.9 && curl -SL --output dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/Runtime/$dotnet_version/dotnet-runtime-$dotnet_version-linux-arm.tar.gz && dotnet_sha512='c924ca8be918bd910b87cd17599f418dee13991b4f05d4d75e41aba794b099bf32bb50a8d2b12c9eb92603fc474f7c8ab230228f69693a4fb735a697137ab80c' && 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-10-13 16:09:10 UTC/bin/sh -c aspnetcore_version=3.1.9 && curl -SL --output aspnetcore.tar.gz https://dotnetcli.azureedge.net/dotnet/aspnetcore/Runtime/$aspnetcore_version/aspnetcore-runtime-$aspnetcore_version-linux-arm.tar.gz && aspnetcore_sha512='fdeb0c58d7d5d2ced7fc6f5d0a8b6b2fc89f3ba2218014869d80e8aed99c6c5e69ab629e32b11694b8a54ed5fe75f3410d0c973f586ceffaba263f95bdbbfa4f' && 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-11-08 16:09:01 UTC/bin/sh -c #(nop) ENV ASPNETCORE_URLS=
2020-11-08 16:09:01 UTC/bin/sh -c #(nop) ENV DOTNET_CLI_TELEMETRY_OPTOUT=1
2020-11-08 16:09:01 UTC/bin/sh -c #(nop) ENV DOTNET_NOLOGO=1
2020-11-08 16:09:02 UTC/bin/sh -c #(nop) LABEL maintainer=JustArchi <JustArchi@JustArchi.net>
2020-11-08 16:09:02 UTC/bin/sh -c #(nop) EXPOSE 1242
2020-11-08 16:09:02 UTC/bin/sh -c #(nop) WORKDIR /app
2020-11-08 16:09:03 UTC/bin/sh -c #(nop) COPY dir:21ddfa42a0ac4e070a5fb5f970201d634c889af33dfc5f38486a091438df69da in .
2020-11-08 16:09:05 UTC/bin/sh -c #(nop) VOLUME [/app/config /app/logs]
2020-11-08 16:09:06 UTC/bin/sh -c #(nop) HEALTHCHECK &{["CMD" "pidof" "-q" "dotnet"] "0s" "0s" "0s" '\x00'}
2020-11-08 16:09:07 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.