Block a user
php (main)
Published 2025-12-03 19:01:55 +00:00 by Maurice
Installation
docker pull git.plabble.org/maurice/php:mainsha256:fc557e5d447ea7d2860746f966e7464e6c602c575e8db35966b5926c28c69426
Images
| Digest | OS / Arch | Size |
|---|---|---|
| db2530b6cd | linux/amd64 | 388 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] |
| ARG php_version=8.5 |
| RUN |1 php_version=8.5 /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.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 |