license-server-api (2026.4.3.8)
Published 2026-04-03 15:45:27 +02:00 by ci
Installation
docker pull git.sh-edraft.de/sh-edraft.de/license-server-api:2026.4.3.8sha256:2482d84cd69717e5b5373c3653079db0da3b7a908ab37d93370d2ee615265844
Image Layers
| ARG RELEASE |
| ARG LAUNCHPAD_BUILD_ARCH |
| LABEL org.opencontainers.image.ref.name=ubuntu |
| LABEL org.opencontainers.image.version=24.04 |
| ADD file:3f78aa860931e0853077f09eb31eddbeeef8a9dd70977305b4876aa176770721 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.5 |
| 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.5 |
| COPY /dotnet /usr/share/dotnet # buildkit |
| LABEL maintainer=sh-edraft |
| LABEL description=License Server API - .NET 10.0 ASP.NET Core |
| RUN /bin/sh -c apt-get update && apt-get install -y bash nano curl && rm -rf /var/lib/apt/lists/* # buildkit |
| WORKDIR /app |
| EXPOSE [80/tcp] |
| COPY /app/publish . # buildkit |
| RUN /bin/sh -c useradd -m -u 1001 appuser && chown -R appuser:appuser /app # buildkit |
| USER appuser |
| ENTRYPOINT ["dotnet" "sh.licensing.API.dll"] |
Labels
| Key | Value |
|---|---|
| description | License Server API - .NET 10.0 ASP.NET Core |
| maintainer | sh-edraft |
| org.opencontainers.image.ref.name | ubuntu |
| org.opencontainers.image.version | 24.04 |
Details
2026-04-03 15:45:27 +02:00
Versions (39)
View all
Container
1
OCI / Docker
linux/amd64
115 MiB
2026.4.3.8
2026-04-03
2026.4.3.7
2026-04-03
2026.4.3.6
2026-04-03
2026.4.3.5
2026-04-03
2026.4.3.4
2026-04-03