2020-06-05 18:10:20 UTC
83 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:e41e28500352be59188c3d871a4b5a3f594350b860a9a36ed5808a35920bdae4 - 26.08% (21.7 MB)
[#001] sha256:54af7ec5c2c044e76d1e052028db3e700489b04935a45b17af101680f195276f - 18.49% (15.3 MB)
[#002] sha256:1adc3d69502142f93760cb6caa6a250024276ce4dd1f3a122d1c5e86f306d7d8 - 1.25% (1.04 MB)
[#003] sha256:94c49d99184098358c24cc7f6266c8ad81595d90e1d4b40151f656e20a5887cf - 37.42% (31.1 MB)
[#004] sha256:d2a877ba185d4aa99a3a72e5160aa5feb1c20963f16fb4ffffe163f30bb99c40 - 9.92% (8.24 MB)
[#005] sha256:d3a9096570df4657ff6b65c00043d9aa7d27c58dd6690e2fd6db9d3aa4fc1bd1 - 0.0% (92 Bytes)
[#006] sha256:e696972ccd9e515c6eac83de2f673af98f0f9bea5baf4e595556743eb0a7bb66 - 6.85% (5.68 MB)
/bin/sh -c #(nop) ADD file:e3f9a454eccb40b4d7bf1dcc17ec29589a007ac67545d1cb5b6fa213c872c8f2 in /
2020-05-15 01:00:07 UTC/bin/sh -c #(nop) CMD ["bash"]
2020-05-19 14:36:24 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-05-19 14:36:25 UTC/bin/sh -c #(nop) ENV ASPNETCORE_URLS=http://+:80 DOTNET_RUNNING_IN_CONTAINER=true
2020-05-19 14:36:40 UTC/bin/sh -c apt-get update && apt-get install -y --no-install-recommends curl && rm -rf /var/lib/apt/lists/*
2020-05-19 14:36:46 UTC/bin/sh -c dotnet_version=3.1.4 && curl -SL --output dotnet.tar.gz https://dotnetcli.azureedge.net/dotnet/Runtime/$dotnet_version/dotnet-runtime-$dotnet_version-linux-arm.tar.gz && dotnet_sha512='d7a5d3ec2d7ee3348f4e4feffb2e4adcda6d5620e00120180c7cf0d4fd4da10d44ba36a04d4b9cf26132772dad419aa6450c3d21e597aa03fbfb6b0b86c9b05f' && 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-05-19 14:36:52 UTC/bin/sh -c aspnetcore_version=3.1.4 && 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='58fe16baf370cebda96b93735be9bc57cf9a846b56ecbdc3c745c83399ad5b59518251996b75ac959ee3a8eb438a92e2ea3d088af4f0631caed3c86006d4ed2d' && 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-05 18:10:17 UTC/bin/sh -c #(nop) ENV ASPNETCORE_URLS=
2020-06-05 18:10:17 UTC/bin/sh -c #(nop) ENV DOTNET_CLI_TELEMETRY_OPTOUT=1
2020-06-05 18:10:18 UTC/bin/sh -c #(nop) ENV DOTNET_SKIP_FIRST_TIME_EXPERIENCE=1
2020-06-05 18:10:18 UTC/bin/sh -c #(nop) LABEL maintainer=JustArchi <JustArchi@JustArchi.net>
2020-06-05 18:10:18 UTC/bin/sh -c #(nop) EXPOSE 1242
2020-06-05 18:10:18 UTC/bin/sh -c #(nop) WORKDIR /app
2020-06-05 18:10:19 UTC/bin/sh -c #(nop) COPY dir:6c43efd95c03588d7fe1719ac05fb8d4469894be11a0cd1d39b9ed56316d6914 in .
2020-06-05 18:10:19 UTC/bin/sh -c #(nop) VOLUME [/app/config /app/logs /app/plugins]
2020-06-05 18:10:20 UTC/bin/sh -c #(nop) HEALTHCHECK &{["CMD" "pidof" "-q" "dotnet"] "0s" "0s" "0s" '\x00'}
2020-06-05 18:10:20 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.