portkey-portal-api (sha256:e20c8e3538ba688a3019f105330941bbf7793bddf24abc4c7a1bafacc790b33b)

Published 2025-11-06 15:56:12 +01:00 by florian

Installation

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

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-06T14:54:56.969Z
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 644eb20f5a212afba24d80ed73d933c102ce4c49
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.5
Details
Container
2025-11-06 15:56:12 +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