Block a user
ubuntu-ansible (0.0.2)
Published 2026-02-12 13:34:14 +00:00 by tweety2oo6
Installation
docker pull gitea.dev.bodnarescu.ro/tweety2oo6/ubuntu-ansible:0.0.2sha256:73791edacbc5cd572c06104eb5f7799be05d2ea183c21d5d4e3bfff4185348f2
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 2748f90687 | 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 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 |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.ref.name | ubuntu |
| org.opencontainers.image.version | 22.04 |