hsg-web-api (sha256:86607eab7bf885f1181b7dc66051524c5e6c4e07190be16891d3a4c437d18d2b)
Published 2026-03-25 20:49:20 +01:00 by florian
Installation
docker pull git.srv.fscheffers.de/locpac/hsg-web-api@sha256:86607eab7bf885f1181b7dc66051524c5e6c4e07190be16891d3a4c437d18d2bsha256:86607eab7bf885f1181b7dc66051524c5e6c4e07190be16891d3a4c437d18d2bAbout this package
Neue HSG Website auf Basis von vue.js
Image Layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1773619200' |
| 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.25 |
| 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.25 |
| 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 | 2026-03-25T19:47:46.106Z |
| org.opencontainers.image.description | Neue HSG Website auf Basis von vue.js |
| org.opencontainers.image.licenses | |
| org.opencontainers.image.revision | 65d401976b4805a4c8b272938d19d553a314d97c |
| 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.3 |
Details
Versions (7)
View all