Sign inSign up

wiesenwischer/readystackgo:0.83.3

Multi-platform
Index digest

sha256:304addfe3baa5c8803e92f4d7aeaa56056270d5433a0692e055623ca166ea849

OS/ARCH

Compressed size

147.92 MB

Last pushed

about 18 hours by wiesenwischer

Type

Image

Manifest digest

sha256:17f372174e9d1d9107401336efcc18340059226f7f740e7e09d41e2532cd5740

Image Layers

1# debian.sh --arch 'arm64' out/26.81 MB
2ENV APP_UID=1654 ASPNETCORE_HTTP_PORTS=8080 DOTNET_RUNNING_IN_CONTAINER=true0 B
3RUN /bin/sh -c apt-get update17.68 MB
4RUN /bin/sh -c groupadd 3.26 KB
5ENV DOTNET_VERSION=9.0.200 B
6COPY /dotnet /usr/share/dotnet # buildkit31.34 MB
7RUN /bin/sh -c ln -s165 B
8ENV ASPNET_VERSION=9.0.200 B
9COPY /dotnet /usr/share/dotnet # buildkit10.43 MB
10RUN /bin/sh -c apt-get update29.49 MB
11WORKDIR /app93 B
12COPY /app/publish . # buildkit32.14 MB
13COPY licenses/ ./wwwroot/licenses/ # buildkit24.58 KB
14RUN /bin/sh -c mkdir -p148 B
15COPY stacks/ /app/stacks/ # buildkit3.96 KB
16EXPOSE [8080/tcp 8443/tcp]0 B
17ENV ASPNETCORE_URLS=http://+:80800 B
18ENV ASPNETCORE_ENVIRONMENT=Production0 B
19HEALTHCHECK {Test:[CMD-SHELL curl -f http://localhost:8080/health0 B
20ENTRYPOINT ["dotnet" "ReadyStackGo.Api.dll"]0 B

Command

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