song-of-the-day (0.2.6)

Published 2025-05-22 05:33:26 -07:00 by gitearobot in HomeLab/song-of-the-day

Installation

docker pull git.disi.dev/homelab/song-of-the-day:0.2.6
sha256:4553ca6571209e3536918a9b085ba2171a07f2e7d67d959436faf6021b3260d4

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-05-22 05:33:26 -07:00
0
OCI / Docker
linux/amd64
114 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