Block a user
dotnet (main)
Published 2026-01-29 18:07:49 +00:00 by Maurice
Installation
docker pull git.plabble.org/maurice/dotnet:mainsha256:596c14818411d3558bff6044bc20ed4b861634be3a6d9e03983e59ebfef03ffb
Image Layers
| KIWI 10.2.33 |
| RUN /bin/sh -c dnf update -y && dnf -y install procps ping bash-completion glibc-langpack-en host-spawn dbus-launch git pnpm helix zip # buildkit |
| RUN /bin/sh -c useradd -ms /bin/bash user && usermod -aG wheel user && sed -i '/NOPASSWD/s/^#//g' /etc/sudoers && mkdir -p /run/user/1000 && chown user:user /run/user/1000 # buildkit |
| RUN /bin/sh -c ln -s /usr/local/bin/host /usr/local/bin/podman # buildkit |
| USER user |
| WORKDIR /home/user |
| RUN /bin/sh -c mkdir .config .local .cache # buildkit |
| COPY --chown=user:user config/bashrc .bashrc # buildkit |
| COPY --chown=user:user config/git .config/git/config # buildkit |
| COPY --chown=user:user config/helix/ .config/helix/ # buildkit |
| COPY config/bin /usr/local/bin # buildkit |
| RUN /bin/sh -c /bin/bash -c "SHELL=/bin/bash pnpm setup && . /home/user/.bashrc && pnpm i -g deno bash-language-server vscode-langservers-extracted dockerfile-language-server-nodejs typescript typescript-language-server" # buildkit |
| VOLUME [/home/user] |
| USER root |
| /bin/sh -c --mount=type=cache,id=dnf-cache,target=/var/cache/libdnf5 dnf -y --setopt=keepcache=1 install dotnet-sdk-9.0 dotnet-sdk-10.0 |
| COPY file:b556f7141591bbd3a39f257ea405e5c5c3d8919c918e60a4cd778c62120d9a47 in /tmp/install-roslyn.sh |
| /bin/sh -c chmod +x /tmp/install-roslyn.sh && /tmp/install-roslyn.sh |
| USER user |
| /bin/sh -c dotnet tool install --global dotnet-ef |
Labels
| Key | Value |
|---|---|
| io.buildah.version | 1.42.1 |
| license | MIT |
| name | fedora |
| org.opencontainers.image.license | MIT |
| org.opencontainers.image.name | fedora |
| org.opencontainers.image.url | https://fedoraproject.org/ |
| org.opencontainers.image.vendor | Fedora Project |
| org.opencontainers.image.version | 43 |
| vendor | Fedora Project |
| version | 43 |
Details
Versions (2)
View all