kombikosmos (54cfc9d50f0d38172486f709e41be666b74484b9)

Published 2026-05-11 14:57:14 +00:00 by Hauke

Installation

docker pull git.hauke-werkstatt.de/hauke/kombikosmos:54cfc9d50f0d38172486f709e41be666b74484b9
sha256:78706a77e344861da07d6f2c049de21c2f1629b6fc22a5f798735594ea95ef85

Image layers

# debian.sh --arch 'arm64' out/ 'bookworm' '@1777939200'
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 && 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=9.0.15
COPY /dotnet /usr/share/dotnet # buildkit
RUN /bin/sh -c ln -s /usr/share/dotnet/dotnet /usr/bin/dotnet # buildkit
ENV ASPNET_VERSION=9.0.15
COPY /dotnet /usr/share/dotnet # buildkit
WORKDIR /app
ENV ASPNETCORE_URLS=http://+:8080
EXPOSE [8080/tcp]
RUN /bin/sh -c mkdir -p /app/data # buildkit
COPY /app/publish . # buildkit
ENTRYPOINT ["dotnet" "Kombikosmos.dll"]

Labels

Key Value
org.opencontainers.image.revision 54cfc9d50f0d38172486f709e41be666b74484b9
org.opencontainers.image.source https://git.hauke-werkstatt.de/Hauke/Kombikosmos
org.opencontainers.image.title Kombikosmos
org.opencontainers.image.url https://git.hauke-werkstatt.de/Hauke/Kombikosmos
Details
Container
2026-05-11 14:57:14 +00:00
0
OCI / Docker
linux/arm64
124 MiB
Versions (32) View all