docker pull https://registry.llj.sk/ruz-api:latest
sha256:d934c78f084410ce11a2c655a0917a5e778f9b41841309494dc710896689e316
2026-09-11 14:19:06 UTC
94.9 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 - 30.77% (29.2 MB)
[#001] sha256:a14f725efd809283a875c7efa4080451e8f0d0c63c1a21fde67c343d4495f70f - 16.85% (16 MB)
[#002] sha256:863e60b8ed79ede9045f46da4ece70df4ef4ea0b78e5556f20898d5cc243022f - 0.0% (3.48 KB)
[#003] sha256:b5736ecd04c1f6396001643b8207a895f9eaaef9924bbc1f41cdaebd3aecca95 - 36.76% (34.9 MB)
[#004] sha256:67079a0ece606f3bf01578cc153188c5829aa293b5aefd8e1eae9d6ac4bca8be - 0.0% (153 Bytes)
[#005] sha256:61319c71cd107d5acff05448fcd9f0845f1dba50c5535c6609500a905e2762c6 - 12.8% (12.1 MB)
[#006] sha256:9522d4b1ca84f52f0d37f24da96b1018e060cc15c10b55ee08bd031950a07abe - 0.0% (92 Bytes)
[#007] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#008] sha256:a5ad8210a98979a8c7f6c3825001893b77b0337f20996726464f84d03b380e56 - 2.82% (2.67 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 14:19:06 UTC (buildkit.dockerfile.v0)COPY /app/publish . # buildkit
2026-09-11 14:19:06 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["dotnet" "Ruz.Api.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.