pitan.borrow.apiservice (latest)

Published 2025-09-21 18:40:56 +02:00 by klas

Installation

docker pull git.pitan.net/klas/pitan.borrow.apiservice:latest
sha256:5f17df1bc2ada8abc894f3c5d736324929d77f60c8666ca5eddca0cd1eef95fe

Image Layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1757289600'
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 libicu72 libssl3 libstdc++6 tzdata && 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=9.0.9
COPY /dotnet /usr/share/dotnet # buildkit
RUN /bin/sh -c ln -s /usr/share/dotnet/dotnet /usr/bin/dotnet # buildkit
ENV ASPNET_VERSION=9.0.9
COPY /dotnet /usr/share/dotnet # buildkit
.NET SDK Container Tooling, version 9.0.305-servicing.25421.12+3fc74f35299b08613acefa6fa7d70ccd72ff6139

Labels

Key Value
net.dot.runtime.majorminor 9.0
net.dot.sdk.version 9.0.305
org.opencontainers.artifact.created 2025-09-21T16:40:30.9603787Z
org.opencontainers.image.authors Pitan.Borrow.ApiService
org.opencontainers.image.base.digest sha256:af9848538f3253867fa24b7ef48df75cfea4a9bc71af36eb1d6a87db08a3a73a
org.opencontainers.image.base.name mcr.microsoft.com/dotnet/aspnet:9.0
org.opencontainers.image.created 2025-09-21T16:40:30.9603787Z
org.opencontainers.image.version 1.0.0
Details
Container
2025-09-21 18:40:56 +02:00
3
OCI / Docker
linux/amd64
Pitan.Borrow.ApiService
107 MiB
Versions (1) View all
latest 2025-09-21