portkey-portal-api (sha256:3b3418adcbbe624cab0de0539e6cd6052d95cb054730e99abbc5b0d4c5282ded)
Published 2025-12-09 11:41:29 +01:00 by florian
Installation
docker pull git.srv.fscheffers.de/locpac/portkey-portal-api@sha256:3b3418adcbbe624cab0de0539e6cd6052d95cb054730e99abbc5b0d4c5282dedsha256:3b3418adcbbe624cab0de0539e6cd6052d95cb054730e99abbc5b0d4c5282dedAbout 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' '@1765152000' |
| 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 [8080/tcp] |
| EXPOSE [8081/tcp] |
| WORKDIR /app |
| COPY /app/publish . # buildkit |
| USER root |
| RUN /bin/sh -c mkdir -p /var/lib/portkeyportal/ # buildkit |
| RUN /bin/sh -c chown -R $APP_UID:$APP_UID /var/lib/portkeyportal # buildkit |
| USER 1654 |
| ENTRYPOINT ["dotnet" "PortkeyPortalApi.dll"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.created | 2025-12-09T10:39:44.045Z |
| 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 | 9b7806dd246863d39cde727c39b0ddb5b0d2814b |
| 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 | 1.0.1 |
Details
2025-12-09 11:41:29 +01:00
Versions (14)
View all
Container
0
OCI / Docker
linux/amd64
102 MiB