Block a user
bms-shell (sha256:7cc30760111acbeb15c095fb075b52841f4bf5b94fe0c8667375ce8aea82d606)
Published 2026-04-09 22:44:50 +02:00 by dariusz
Installation
docker pull gitea.naurecki.pl/dariusz/bms-shell@sha256:7cc30760111acbeb15c095fb075b52841f4bf5b94fe0c8667375ce8aea82d606sha256:7cc30760111acbeb15c095fb075b52841f4bf5b94fe0c8667375ce8aea82d606Image Layers
| ADD alpine-minirootfs-3.23.3-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| RUN /bin/sh -c apk add --no-cache mc nano nodejs npm tcpdump fping iputils-ping iputils-arping bash ncurses busybox-extras openssh-client sshpass # buildkit |
| RUN /bin/sh -c printf '%s\n' 'export PS1="\[\e[1;32m\]\u@\h\[\e[0m\]:\[\e[1;34m\]\w\[\e[0m\]\$ "' 'export TERM=${TERM:-xterm-256color}' 'alias ll="ls -lah --color=auto"' 'alias la="ls -lA --color=auto"' 'alias l="ls -CF --color=auto"' 'alias ls="ls --color=auto"' 'alias grep="grep --color=auto"' > /root/.bashrc && printf '%s\n' '[ -f ~/.bashrc ] && . ~/.bashrc' > /root/.bash_profile && sed -i 's|/root:/bin/ash|/root:/bin/bash|' /etc/passwd # buildkit |
| ENV SHELL=/bin/bash |
| ENV TERM=xterm-256color |
| ENV PAGER=less |
| ENV LANG=C.UTF-8 |
| ENV LC_ALL=C.UTF-8 |
| ENV LC_CTYPE=C.UTF-8 |
| COPY arping.js /usr/local/bin/arping.js # buildkit |
| RUN /bin/sh -c chmod +x /usr/local/bin/arping.js # buildkit |
| WORKDIR /root |
| CMD ["/bin/bash" "-l"] |
Details
2026-04-09 22:44:50 +02:00
Versions (3)
View all
Container
0
OCI / Docker
linux/amd64
39 MiB