Block a user
php (2)
Published 2025-11-04 08:32:35 +00:00 by Maurice
Installation
docker pull git.plabble.org/maurice/php:2sha256:93f1043a4bb8350ae13f81ac8565bbb0406461662d39bebfe8094281210758e4
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 03fe0877a9 | linux/amd64 | 382 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] |
| ARG php_version=8.4 |
| RUN |1 php_version=8.4 /bin/sh -c /bin/bash -c "export TERM=xterm && $(curl -fsSL https://php.new/install/linux/${php_version})" # buildkit |
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 |