Block a user
builder-odihome (latest)
Published 2025-11-05 06:01:29 +01:00 by odi
Installation
docker pull git.odermatt.cloud/odi/builder-odihome:latestsha256:30b92a40797c101198217b93fe77408cc14a6af57d68915d38df031b13d06e86
Image Layers
| USER root |
| RUN /bin/sh -c install_packages curl jq python3-pip git openssh-client # buildkit |
| RUN /bin/sh -c curl -fsSL https://deb.nodesource.com/setup_20.x | bash - # buildkit |
| RUN /bin/sh -c install_packages nodejs # buildkit |
| RUN /bin/sh -c pip install ansible --break-system-packages # buildkit |
| RUN /bin/sh -c useradd -ms /bin/bash builderodihome # buildkit |
| USER builderodihome |
| WORKDIR /home/builderodihome |