Sign inSign up

jeremyruffell/sportarr:dev1

Multi-platform
Index digest

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 MB
2ENV APP_UID=1654 ASPNETCORE_HTTP_PORTS=8080 DOTNET_RUNNING_IN_CONTAINER=true0 B
3RUN /bin/sh -c apt-get update17.87 MB
4RUN /bin/sh -c groupadd 3.2 KB
5ENV DOTNET_VERSION=8.0.240 B
6COPY /dotnet /usr/share/dotnet # buildkit30.76 MB
7RUN /bin/sh -c ln -s154 B
8ENV ASPNET_VERSION=8.0.240 B
9COPY /dotnet /usr/share/dotnet # buildkit10.58 MB
10LABEL org.opencontainers.image.title=Sportarr org.opencontainers.image.description=Universal Sports PVR0 B
11LABEL net.unraid.docker.icon=https://raw.githubusercontent.com/Sportarr/Sportarr/main/Logo/512.png0 B
12RUN /bin/sh -c if [366 B
13RUN /bin/sh -c apt-get update242.65 MB
14ENV LIBVA_DRIVER_NAME=iHD0 B
15WORKDIR /app93 B
16COPY /app ./ # buildkit20.66 MB
17COPY docker-entrypoint.sh /docker-entrypoint.sh # buildkit2.03 KB
18RUN /bin/sh -c chmod +x2.03 KB
19RUN /bin/sh -c groupadd -g20.66 MB
20ENV Sportarr__DataPath=/config ASPNETCORE_URLS=http://*:1867 ASPNETCORE_ENVIRONMENT=Production DOTNET_CLI_TELEMETRY_OPTOUT=10 B
21EXPOSE [1867/tcp]0 B
22HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:1867/ping0 B
23VOLUME [/config]0 B
24ENTRYPOINT ["/docker-entrypoint.sh"]0 B

Command

# debian.sh --arch 'amd64' out/ 'bookworm' '@1771804800'