docker pull https://registry.llj.sk/probe-api:latest
sha256:366b2612ac81abe106d1796c6847cd3627d02922b143ed85b57160a62c1fabde
2026-09-11 12:12:01 UTC
97.7 MB
1654
ASPNETCORE_HTTP_PORTS8080
ASPNET_VERSION10.0.12
DOTNET_RUNNING_IN_CONTAINERtrue
DOTNET_VERSION10.0.12
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:ef852a6561054e2528338669160bc648ab24739a41fabc62c49df57495f3dcaa - 29.89% (29.2 MB)
[#001] sha256:a14f725efd809283a875c7efa4080451e8f0d0c63c1a21fde67c343d4495f70f - 16.38% (16 MB)
[#002] sha256:863e60b8ed79ede9045f46da4ece70df4ef4ea0b78e5556f20898d5cc243022f - 0.0% (3.48 KB)
[#003] sha256:b5736ecd04c1f6396001643b8207a895f9eaaef9924bbc1f41cdaebd3aecca95 - 35.72% (34.9 MB)
[#004] sha256:67079a0ece606f3bf01578cc153188c5829aa293b5aefd8e1eae9d6ac4bca8be - 0.0% (153 Bytes)
[#005] sha256:61319c71cd107d5acff05448fcd9f0845f1dba50c5535c6609500a905e2762c6 - 12.43% (12.1 MB)
[#006] sha256:9522d4b1ca84f52f0d37f24da96b1018e060cc15c10b55ee08bd031950a07abe - 0.0% (92 Bytes)
[#007] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#008] sha256:2b0785ce16a01d4ea06975724f3e8e2913d81c9782747db2c4e51076217dc1af - 5.57% (5.44 MB)
/bin/sh -c #(nop) ARG RELEASE
2026-09-07 06:58:02 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2026-09-07 06:58:02 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=24.04
2026-09-07 06:58:04 UTC/bin/sh -c #(nop) ADD file:de4937ce3dfc7c89f05f1503c52434f0a631ac84995f0df65eed0754e5c97d48 in /
2026-09-07 06:58:04 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2026-09-09 04:28:45 UTC (buildkit.dockerfile.v0)ENV APP_UID=1654 ASPNETCORE_HTTP_PORTS=8080 DOTNET_RUNNING_IN_CONTAINER=true
2026-09-09 04:28:45 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates libc6 libgcc-s1 libicu74 libssl3t64 libstdc++6 tzdata tzdata-legacy && rm -rf /var/lib/apt/lists/* # buildkit
2026-09-09 04:28:46 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c groupadd --gid=$APP_UID app && useradd --no-log-init --uid=$APP_UID --gid=$APP_UID --create-home app # buildkit
2026-09-09 04:28:53 UTC (buildkit.dockerfile.v0)ENV DOTNET_VERSION=10.0.12
2026-09-09 04:28:53 UTC (buildkit.dockerfile.v0)COPY /dotnet /usr/share/dotnet # buildkit
2026-09-09 04:28:54 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c ln -s /usr/share/dotnet/dotnet /usr/bin/dotnet # buildkit
2026-09-09 04:28:59 UTC (buildkit.dockerfile.v0)ENV ASPNET_VERSION=10.0.12
2026-09-09 04:28:59 UTC (buildkit.dockerfile.v0)COPY /dotnet /usr/share/dotnet # buildkit
2026-09-10 15:19:05 UTC (buildkit.dockerfile.v0)WORKDIR /app
2026-09-10 15:19:05 UTC (buildkit.dockerfile.v0)WORKDIR /app
2026-09-11 12:12:01 UTC (buildkit.dockerfile.v0)COPY /app/publish . # buildkit
2026-09-11 12:12:01 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["dotnet" "Probe.dll"]
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.