sha256:3465767ff0cf4b1c1282ffb7682ee2573ce34f0605e9630e99f7815dfc8c6e11
OS/ARCH
Compressed size
370.11 MB
Last pushed
7 months by jeremyruffell
Type
Image
Manifest digest
sha256:56194324ff995fef8b9bdcf53a72f56aaa2460aeef704dbf93b86410052bc65c
Image Layers
1# debian.sh --arch 'amd64' out/26.93 MB2ENV APP_UID=1654 ASPNETCORE_HTTP_PORTS=8080 DOTNET_RUNNING_IN_CONTAINER=true0 B3RUN /bin/sh -c apt-get update17.87 MB4RUN /bin/sh -c groupadd 3.2 KB5ENV DOTNET_VERSION=8.0.240 B6COPY /dotnet /usr/share/dotnet # buildkit30.76 MB7RUN /bin/sh -c ln -s154 B8ENV ASPNET_VERSION=8.0.240 B9COPY /dotnet /usr/share/dotnet # buildkit10.58 MB10LABEL org.opencontainers.image.title=Sportarr org.opencontainers.image.description=Universal Sports PVR0 B11LABEL net.unraid.docker.icon=https://raw.githubusercontent.com/Sportarr/Sportarr/main/Logo/512.png0 B12RUN /bin/sh -c if [366 B13RUN /bin/sh -c apt-get update242.65 MB14ENV LIBVA_DRIVER_NAME=iHD0 B15WORKDIR /app93 B16COPY /app ./ # buildkit20.66 MB17COPY docker-entrypoint.sh /docker-entrypoint.sh # buildkit2.03 KB18RUN /bin/sh -c chmod +x2.03 KB19RUN /bin/sh -c groupadd -g20.66 MB20ENV Sportarr__DataPath=/config ASPNETCORE_URLS=http://*:1867 ASPNETCORE_ENVIRONMENT=Production DOTNET_CLI_TELEMETRY_OPTOUT=10 B21EXPOSE [1867/tcp]0 B22HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:1867/ping0 B23VOLUME [/config]0 B24ENTRYPOINT ["/docker-entrypoint.sh"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1771804800'