sha256:76243c5fbca5a40572f390dea15387abc92b14c4d3e4f690fa877ac1e19795d4
OS/ARCH
linux/amd64
Compressed size
370.11 MB
Last pushed
7 months by jeremyruffell
Type
Image
Manifest digest
sha256:53a526348e06af906c0bade02b9463accd0e6245a60b77ef6f9d01ebcaf6bf17
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'