portkey-portal-api (sha256:15f177880ad937da615319705087984328457771a35786c3958f779279d20be9)

Published 2025-11-06 11:41:26 +01:00 by florian

Installation

docker pull git.srv.kingeldarion.de/locpac/portkey-portal-api@sha256:15f177880ad937da615319705087984328457771a35786c3958f779279d20be9
sha256:15f177880ad937da615319705087984328457771a35786c3958f779279d20be9

About this package

Personally developed Dashboard for the Homelab, as I don't like the available OSS options.

Image Layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1762202650'
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.21
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.21
COPY /dotnet /usr/share/dotnet # buildkit
USER 1654
WORKDIR /app
EXPOSE [8080/tcp]
EXPOSE [8081/tcp]
WORKDIR /app
COPY /app/publish . # buildkit
ENTRYPOINT ["dotnet" "PortkeyPortalApi.dll"]

Labels

Key Value
org.opencontainers.image.created 2025-11-06T10:39:42.994Z
org.opencontainers.image.description Personally developed Dashboard for the Homelab, as I don't like the available OSS options.
org.opencontainers.image.licenses
org.opencontainers.image.revision 8dc46992624346ad0f3792ac33a5ff75a24bc784
org.opencontainers.image.source https://git.srv.kingeldarion.de/Applications/PortkeyPortal
org.opencontainers.image.title PortkeyPortal
org.opencontainers.image.url https://git.srv.kingeldarion.de/Applications/PortkeyPortal
org.opencontainers.image.version 0.0.4
Details
Container
2025-11-06 11:41:26 +01:00
1
OCI / Docker
linux/amd64
102 MiB
Versions (14) View all
latest 2025-12-09
1.0.1 2025-12-09
sha-9b7806d 2025-12-09
1.0.0 2025-11-11
0.0.8 2025-11-11