net-sdk-node (11-alpine)

Published 2026-09-14 13:18:26 +02:00 by byrone in byrone/docker

Installation

docker pull git.byrone.nl/byrone/net-sdk-node:11-alpine
sha256:de17ab088928c9b6aead833e080f9a42b46fd0520159fb1eea580e135107db64

Image layers

ADD alpine-minirootfs-3.24.1-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
ENV APP_UID=1654 ASPNETCORE_HTTP_PORTS=8080 DOTNET_RUNNING_IN_CONTAINER=true DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=true
RUN /bin/sh -c apk add --upgrade --no-cache ca-certificates-bundle libgcc libssl3 libstdc++ zlib # buildkit
RUN /bin/sh -c addgroup --gid=$APP_UID app && adduser --uid=$APP_UID --ingroup=app --disabled-password app # buildkit
ENV DOTNET_VERSION=11.0.0-rc.1.26425.128
COPY /dotnet /usr/share/dotnet # buildkit
RUN /bin/sh -c ln -s /usr/share/dotnet/dotnet /usr/bin/dotnet # buildkit
ENV ASPNET_VERSION=11.0.0-rc.1.26425.128
COPY /dotnet /usr/share/dotnet # buildkit
ENV DOTNET_GENERATE_ASPNET_CERTIFICATE=false DOTNET_NOLOGO=true DOTNET_SDK_VERSION=11.0.100-rc.1.26425.128 DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=false DOTNET_USE_POLLING_FILE_WATCHER=true NUGET_XMLDOC_MODE=skip POWERSHELL_DISTRIBUTION_CHANNEL=PSDocker-DotnetSDK-Alpine-3.24
RUN /bin/sh -c apk add --upgrade --no-cache curl git icu-data-full icu-libs libatomic tzdata # buildkit
COPY /dotnet /usr/share/dotnet # buildkit
COPY /PowerShell.Linux.Alpine.7.7.0-preview.2.nupkg / # buildkit
RUN /bin/sh -c printf '%s\n' '#!/bin/sh' 'exec /usr/share/dotnet/dotnet dnx "$@"' > /usr/share/dotnet/dnx && chmod +x /usr/share/dotnet/dnx && ln -s /usr/share/dotnet/dnx /usr/bin/dnx && dotnet help # buildkit
RUN /bin/sh -c powershell_version=7.7.0-preview.2 && mkdir --parents /usr/share/powershell && dotnet tool install --add-source / --tool-path /usr/share/powershell --version $powershell_version PowerShell.Linux.Alpine && dotnet nuget locals all --clear && rm PowerShell.Linux.Alpine.$powershell_version.nupkg && ln -s /usr/share/powershell/pwsh /usr/bin/pwsh && chmod 755 /usr/share/powershell/pwsh && chmod 755 /usr/share/powershell/.store/powershell.linux.alpine/$powershell_version/powershell.linux.alpine/$powershell_version/tools/*/any/pwsh && find /usr/share/powershell -print | grep -i '.*[.]nupkg$' | xargs rm && apk add --no-cache ncurses-terminfo-base # buildkit
RUN /bin/sh -c apk add --update nodejs npm # buildkit
RUN /bin/sh -c npm install --global yarn # buildkit
Details
Container
2026-09-14 13:18:26 +02:00
1
OCI / Docker
linux/amd64
347 MiB
Versions (4) View all
10 2026-09-14
10-alpine 2026-09-14
11 2026-09-14
11-alpine 2026-09-14