2020-05-21 10:41:24 UTC
86.3 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:afb6ec6fdc1c3ba04f7a56db32c5ff5ff38962dc4cd0ffdef5beaa0ce2eb77e2 - 29.93% (25.8 MB)
[#001] sha256:5690d8bb6f506d40bd72c7b45fff27a8f350c3dc7285ceaeb6e2a77d39a694ea - 18.84% (16.3 MB)
[#002] sha256:63fdd22196ea54e766c0fb28c11b3b99f1ee867b8e7c007f7967ab00e3ea94e2 - 1.12% (993 KB)
[#003] sha256:e0a4da67bf1ba274c3fab304ad4fa12364f05b89e86c35cdad9bfc56f81c15cf - 34.55% (29.8 MB)
[#004] sha256:5e71584d3dd9bf0f903be17bf2fad6787de056431db52c34a227c0c4c7a9f237 - 8.99% (7.76 MB)
[#005] sha256:8850ca38428987d5a28789b8cae0002f43fa504270e3c3bd7b178ce08773e632 - 0.0% (92 Bytes)
[#006] sha256:fd1a0137d47f91ebf7777e46c28661784e9c077c36f18b95961c570bd6b74fe6 - 6.56% (5.67 MB)
/bin/sh -c #(nop) ADD file:7780c81c33e6cc5b6261af4a6c611cce0f39dec3131009bb297e65f12020c150 in /
2020-05-15 06:28:44 UTC/bin/sh -c #(nop) CMD ["bash"]
2020-05-19 14:36:37 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:38 UTC/bin/sh -c #(nop) ENV ASPNETCORE_URLS=http://+:80 DOTNET_RUNNING_IN_CONTAINER=true
2020-05-19 14:36:44 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:47 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-x64.tar.gz && dotnet_sha512='1869565558e5a85b6a898e792d7b5dece611b25f7f6fd8f015ffb16dccc7485f1412e04809da2e3f56744d24c75e1d3addbd2856c45ae7e66a2c7b71ea23e827' && 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:50 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-x64.tar.gz && aspnetcore_sha512='a761fd3652a0bc838c33b2846724d21e82410a5744bd37cbfab96c60327c89ee89c177e480a519b0e0d62ee58ace37e2c2a4b12b517e5eb0af601ad9804e028f' && 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-05-21 10:41:21 UTC/bin/sh -c #(nop) ENV ASPNETCORE_URLS=
2020-05-21 10:41:21 UTC/bin/sh -c #(nop) ENV DOTNET_CLI_TELEMETRY_OPTOUT=1
2020-05-21 10:41:21 UTC/bin/sh -c #(nop) ENV DOTNET_SKIP_FIRST_TIME_EXPERIENCE=1
2020-05-21 10:41:22 UTC/bin/sh -c #(nop) LABEL maintainer=JustArchi <JustArchi@JustArchi.net>
2020-05-21 10:41:22 UTC/bin/sh -c #(nop) EXPOSE 1242
2020-05-21 10:41:22 UTC/bin/sh -c #(nop) WORKDIR /app
2020-05-21 10:41:23 UTC/bin/sh -c #(nop) COPY dir:768c39e3f18e8cb34efdbf0b12b741daed6a18638fce00b49088a6474a71ce58 in .
2020-05-21 10:41:23 UTC/bin/sh -c #(nop) VOLUME [/app/config /app/logs /app/plugins]
2020-05-21 10:41:23 UTC/bin/sh -c #(nop) HEALTHCHECK &{["CMD" "pidof" "-q" "dotnet"] "0s" "0s" "0s" '\x00'}
2020-05-21 10:41:24 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.