get-our-goods-health (f4af519)

Published 2026-09-04 22:44:56 -04:00 by AlexNik4

Installation

docker pull forgejo.getourgoods.com/alexnik4/get-our-goods-health:f4af519
sha256:3652a98e55add6b202c154b33621d494993c5ca3b54528f4be4654791b8ab0c0

Image layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.version=24.04
ADD file:cb9335ce6f27399c2b17787739d6675502767c53e0335ded2a5f0d003d996650 in /
CMD ["/bin/bash"]
ENV APP_UID=1654 ASPNETCORE_HTTP_PORTS=8080 DOTNET_RUNNING_IN_CONTAINER=true
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
RUN /bin/sh -c groupadd --gid=$APP_UID app && useradd --no-log-init --uid=$APP_UID --gid=$APP_UID --create-home app # buildkit
ENV DOTNET_VERSION=10.0.11
COPY /dotnet /usr/share/dotnet # buildkit
RUN /bin/sh -c ln -s /usr/share/dotnet/dotnet /usr/bin/dotnet # buildkit
ENV ASPNET_VERSION=10.0.11
COPY /dotnet /usr/share/dotnet # buildkit
.NET SDK Container Tooling, version 10.0.201-servicing.26153.122+4d3023de605a78ba3e59e50c657eed70f125c68a

Labels

Key Value
net.dot.runtime.majorminor 10.0
net.dot.sdk.version 10.0.201
org.opencontainers.artifact.created 2026-09-05T02:44:56.0187685Z
org.opencontainers.image.authors GetOurGoods.Health.Api
org.opencontainers.image.base.digest sha256:1dcd9841b075d1d1013caa170b86ae58b8a8a563de9a3e319fd46a45e7ecc130
org.opencontainers.image.base.name mcr.microsoft.com/dotnet/aspnet:10.0
org.opencontainers.image.created 2026-09-05T02:44:56.0187685Z
org.opencontainers.image.version 1.0.0
Details
Container
2026-09-04 22:44:56 -04:00
0
OCI / Docker
linux/amd64
GetOurGoods.Health.Api
94 MiB
Versions (3) View all
111d61b 2026-09-07
74cfbb6 2026-09-06
f4af519 2026-09-04