hsg-web-api (sha256:d092c071a4f963d38430e0c3bacb8b0157cce0f211fc4e54fffcf0f64b65d3c0)

Published 2025-11-21 11:14:08 +01:00 by florian

Installation

docker pull git.srv.kingeldarion.de/locpac/hsg-web-api@sha256:d092c071a4f963d38430e0c3bacb8b0157cce0f211fc4e54fffcf0f64b65d3c0
sha256:d092c071a4f963d38430e0c3bacb8b0157cce0f211fc4e54fffcf0f64b65d3c0

About this package

Neue HSG Website auf Basis von vue.js

Image Layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1763337600'
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 zlib1g && 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=8.0.22
COPY /dotnet /usr/share/dotnet # buildkit
RUN /bin/sh -c ln -s /usr/share/dotnet/dotnet /usr/bin/dotnet # buildkit
ENV ASPNET_VERSION=8.0.22
COPY /dotnet /usr/share/dotnet # buildkit
USER 1654
WORKDIR /app
EXPOSE [23889/tcp]
WORKDIR /app
COPY /app/publish . # buildkit
ENTRYPOINT ["dotnet" "HsgApi.dll"]

Labels

Key Value
org.opencontainers.image.created 2025-11-21T10:13:03.211Z
org.opencontainers.image.description Neue HSG Website auf Basis von vue.js
org.opencontainers.image.licenses
org.opencontainers.image.revision bf74f38bc8c8115ab271eaaf3dc68524780a56d6
org.opencontainers.image.source https://git.srv.kingeldarion.de/Handball/HSGWeb
org.opencontainers.image.title HSGWeb
org.opencontainers.image.url https://git.srv.kingeldarion.de/Handball/HSGWeb
org.opencontainers.image.version 0.0.2
Details
Container
2025-11-21 11:14:08 +01:00
1
OCI / Docker
linux/amd64
89 MiB
Versions (5) View all
sha-bf74f38 2025-11-21
latest 2025-11-21
0.0.2 2025-11-21
0.0.1 2025-11-21
sha-48be388 2025-11-21