Block a user
fedora (2)
Published 2025-11-04 08:30:56 +00:00 by Maurice
Installation
docker pull git.plabble.org/maurice/fedora:2sha256:e2324a69006597e02b4997262a6c07d05daa78c0885c4636cdb0a48a133e7b37
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 53aba56077 | linux/amd64 | 351 MiB |
Image Layers ( linux/amd64)
| KIWI 10.2.33 |
| RUN /bin/sh -c dnf update -y && dnf copr enable -y atim/lazygit && 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] |
Labels
| Key | Value |
|---|---|
| io.buildah.version | 1.41.5 |
| 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 |