hsg-web-api (sha256:7ade87d5a38745b62cc59f06677cd742a38ed08d96ebbfb473db3a42b1a95943)

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

Installation

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

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-21T09:18:35.564Z
org.opencontainers.image.description Neue HSG Website auf Basis von vue.js
org.opencontainers.image.licenses
org.opencontainers.image.revision 48be38891f48e3783bf66289cedcfae7dd9369d0
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.1
Details
Container
2025-11-21 10:20: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