song-of-the-day (0.4.0)

Published 2025-06-04 15:19:40 -07:00 by gitearobot in HomeLab/song-of-the-day

Installation

docker pull git.disi.dev/homelab/song-of-the-day:0.4.0
sha256:613579d5c9b3bf40f17e210554d0cea0a5740c4ae970bb43b9f7c534b5584350

Image Layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1747699200'
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 -l --uid=$APP_UID --gid=$APP_UID --create-home app # buildkit
ENV DOTNET_VERSION=9.0.5
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.5
COPY /dotnet /usr/share/dotnet # buildkit
WORKDIR /App
RUN /bin/sh -c apt update && apt install libldap-2.5-0 -y # buildkit
COPY /App/out . # buildkit
ENTRYPOINT ["dotnet" "song_of_the_day.dll"]
Details
Container
2025-06-04 15:19:40 -07:00
0
OCI / Docker
linux/amd64
115 MiB
Versions (14) View all
0.4.0 2025-06-04
0.3.3 2025-05-26
0.3.2 2025-05-25
0.3.1 2025-05-24
0.2.6 2025-05-22