Block a user
ubuntu-ansible (0.0.1)
Published 2026-02-12 12:56:56 +00:00 by tweety2oo6
Installation
docker pull gitea.dev.bodnarescu.ro/tweety2oo6/ubuntu-ansible:0.0.1sha256:b74088d64d66623961390efcb7b9e085f2a1f2b2e6f0759d7bbd04fbbb4edae3
Images
| Digest | OS / Arch | Size |
|---|---|---|
| a66a91d13f | linux/amd64 | 268 MiB |
Image Layers ( linux/amd64)
| ARG RELEASE |
| ARG LAUNCHPAD_BUILD_ARCH |
| LABEL org.opencontainers.image.ref.name=ubuntu |
| LABEL org.opencontainers.image.version=22.04 |
| ADD file:b499000226bd9a7c562ffa8eeb86e2d170f2a563310db6c2d79562ab53e5cb6e in / |
| CMD ["/bin/bash"] |
| RUN /bin/sh -c apt update # buildkit |
| RUN /bin/sh -c apt dist-upgrade -y # buildkit |
| RUN /bin/sh -c apt install -y python3 python3-pip sshpass && rm -rf /var/lib/apt/lists/* # buildkit |
| RUN /bin/sh -c useradd -ms /bin/bash ansible # buildkit |
| USER ansible |
| ENV PATH=/home/ansible/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin |
| RUN /bin/sh -c python3 -m pip install --upgrade pip # buildkit |
| RUN /bin/sh -c python3 -m pip install ansible-dev-tools # buildkit |
| RUN /bin/sh -c python3 -m pip install pywinrm # buildkit |
| WORKDIR /home/ansible |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.ref.name | ubuntu |
| org.opencontainers.image.version | 22.04 |