SW

stream-cinema (latest)

Published 2025-04-14 17:41:13 +00:00 by Administrator

Installation

docker pull git.ivasoft.cz/sw/stream-cinema:latest
sha256:26a491b8b93563fd42ba1463bb7a55a785176b5d83cac534076d1e930aa84fa0

Image Layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1743984000'
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.4
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.4
COPY /dotnet /usr/share/dotnet # buildkit
COPY dir:4e5b689396b7e1d599d2c57aa7e470140c4fdaa63f880dfbcb582a697d48cfdc in /App/
WORKDIR /App
EXPOSE 8080
ENTRYPOINT ["dotnet" "CinemaWeb.dll"]
LABEL org.opencontainers.image.created=2025-04-14T17:40:32Z
LABEL org.opencontainers.image.revision=6e80e621c051849a76f58852013f3ca057e49d49
LABEL org.opencontainers.image.source=https://git.ivasoft.cz/SW/stream-cinema.git
LABEL org.opencontainers.image.url=https://git.ivasoft.cz/SW/stream-cinema

Labels

Key Value
org.opencontainers.image.created 2025-04-14T17:40:32Z
org.opencontainers.image.revision 6e80e621c051849a76f58852013f3ca057e49d49
org.opencontainers.image.source https://git.ivasoft.cz/SW/stream-cinema.git
org.opencontainers.image.url https://git.ivasoft.cz/SW/stream-cinema
Details
Container
2025-04-14 17:41:13 +00:00
21
OCI / Docker
linux/amd64
97 MiB
Versions (1) View all
latest 2025-04-14