Block a user
rust (main)
Published 2025-12-03 19:00:47 +00:00 by Maurice
Installation
docker pull git.plabble.org/maurice/rust:mainsha256:7846b0f0cf2e015b8d5473118d0595a33093730e36ec5b31933249f51c4d93f1
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 466a3f23db | linux/amd64 | 614 MiB |
Image Layers ( linux/amd64)
| 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] |
| RUN /bin/sh -c curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y # buildkit |
| RUN /bin/sh -c . '/home/user/.cargo/env' && rustup component add rust-analyzer # buildkit |
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 |