lifenotification (sha256:05d79e17e68b34fdd3cae4d371d5fd2228bc4129fe966322aa8c9eca1e7ac057)

Published 2026-06-11 09:41:53 +00:00 by Foxite

Installation

docker pull git.foxite.dev/foxite/lifenotification@sha256:05d79e17e68b34fdd3cae4d371d5fd2228bc4129fe966322aa8c9eca1e7ac057
sha256:05d79e17e68b34fdd3cae4d371d5fd2228bc4129fe966322aa8c9eca1e7ac057

Image layers

# debian.sh --arch 'amd64' out/ 'bullseye' '@1736726400'
ENV ASPNETCORE_URLS=http://+:80 DOTNET_RUNNING_IN_CONTAINER=true
RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates libc6 libgcc1 libgssapi-krb5-2 libicu67 libssl1.1 libstdc++6 zlib1g && rm -rf /var/lib/apt/lists/* # buildkit
ENV DOTNET_VERSION=6.0.36
COPY /dotnet /usr/share/dotnet # buildkit
RUN /bin/sh -c ln -s /usr/share/dotnet/dotnet /usr/bin/dotnet # buildkit
WORKDIR /app
WORKDIR /app
COPY /app/publish . # buildkit
ENTRYPOINT ["dotnet" "LifeNotification.dll"]

Labels

Key Value
org.opencontainers.image.created 2026-06-11T09:41:48.038Z
org.opencontainers.image.description
org.opencontainers.image.licenses
org.opencontainers.image.revision e7e969f9823a0ff8897501752fc5ba4037c2d025
org.opencontainers.image.source https://git.foxite.dev/Foxite/LifeNotification
org.opencontainers.image.title LifeNotification
org.opencontainers.image.url https://git.foxite.dev/Foxite/LifeNotification
org.opencontainers.image.version master
Details
Container
2026-06-11 09:41:53 +00:00
0
OCI / Docker
linux/amd64
74 MiB
Versions (1) View all
master 2026-06-11