Antoine CAVELIER antoine
  • Joined on 2020-01-02

harmony-webdesktop (0.3.14)

Published 2026-04-21 11:26:55 +00:00 by antoine

Installation

docker pull git.luxit.be/antoine/harmony-webdesktop:0.3.14
sha256:d5ae68223de53f42ca197f869bdf1d91784db25b9d0eb03f9f0e32043fdcfe61

Image Layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1775433600'
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
ARG APP_VERSION=dev
LABEL org.opencontainers.image.version=0.3.14
RUN |1 APP_VERSION=0.3.14 /bin/sh -c groupadd --system --gid 1000 harmony && useradd --system --gid harmony --uid 1000 --create-home harmony # buildkit
COPY --chown=harmony:harmony /app ./ # buildkit
USER harmony
EXPOSE map[8080/tcp:{}]
ENV ASPNETCORE_URLS=http://+:8080 ASPNETCORE_ENVIRONMENT=Production DOTNET_RUNNING_IN_CONTAINER=true DOTNET_EnableDiagnostics=0 App__Version=0.3.14
HEALTHCHECK &{["CMD-SHELL" "wget --quiet --tries=1 --spider http://localhost:8080/health || exit 1"] "30s" "5s" "20s" "0s" '\x03'}
ENTRYPOINT ["dotnet" "Harmony.WebDesktop.dll"]

Labels

Key Value
org.opencontainers.image.version 0.3.14
Details
Container
2026-04-21 11:26:55 +00:00
2
OCI / Docker
linux/amd64
93 MiB
Versions (130) View all
0.33.0 2026-08-10
latest 2026-08-10
0.32.0 2026-08-10
0.31.0 2026-08-10
0.30.0 2026-08-10