Sign inSign up

edwinat/devicecontrol:2

Index digest

sha256:161956e4a151c51e82e5c01a620a3f6afe4ad475eb5420799ef2dcf991f1216d

OS/ARCH

linux/arm64

Compressed size

86.34 MB

Last pushed

over 1 year by edwinat

Type

Image

Manifest digest

sha256:eae7c4ddcb5872e3e7713cc47cbdf4e8ec095a3610568952d58fb1cd7eaad1d5

Image Layers

1# debian.sh --arch 'arm64' out/26.77 MB
2ENV APP_UID=1654 ASPNETCORE_HTTP_PORTS=8080 DOTNET_RUNNING_IN_CONTAINER=true0 B
3RUN /bin/sh -c apt-get update17.65 MB
4RUN /bin/sh -c groupadd 3.25 KB
5ENV DOTNET_VERSION=9.0.40 B
6COPY /dotnet /usr/share/dotnet # buildkit31.32 MB
7RUN /bin/sh -c ln -s164 B
8ENV ASPNET_VERSION=9.0.40 B
9COPY /dotnet /usr/share/dotnet # buildkit10.41 MB
10USER 16540 B
11WORKDIR /app96 B
12EXPOSE map[8080/tcp:{}]0 B
13EXPOSE map[8081/tcp:{}]0 B
14WORKDIR /app32 B
15COPY /app/publish . # buildkit197.58 KB
16ENTRYPOINT ["dotnet" "DeviceControl.dll"]0 B

Command

# debian.sh --arch 'arm64' out/ 'bookworm' '@1745798400'