Block a user
ansible-container (latest)
Published 2025-06-18 07:01:36 +00:00 by scl
Installation
docker pull gitlab.tidis.nl/scl/ansible-container:latest
sha256:6e3a4c0b5af2dc89a0afea9d54b1cba1e2d53fb7b5cd6a28f97018a7d41f9e99
Image Layers
LABEL maintainer="Red Hat, Inc." vendor="Red Hat, Inc." |
LABEL url="https://www.redhat.com" |
LABEL com.redhat.component="ubi9-container" name="ubi9" version="9.6" distribution-scope="public" |
LABEL com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI" |
LABEL summary="Provides the latest release of Red Hat Universal Base Image 9." |
LABEL description="The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly." |
LABEL io.k8s.description="The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly." |
LABEL io.k8s.display-name="Red Hat Universal Base Image 9" |
LABEL io.openshift.expose-services="" |
LABEL io.openshift.tags="base rhel9" |
ENV container oci |
COPY dir:d030c7d773f0a9a0288768cf73fd68603fb78790fc50998f9cb91d0c08117212 in / |
COPY file:b37d593713ee21ad52a4cd1424dc019a24f7966f85df0ac4b86d234302695328 in /etc/yum.repos.d/. |
CMD ["/bin/bash"] |
COPY file:58cc94f5b3b2d60de2c77a6ed4b1797dcede502ccdb429a72e7a72d994235b3c in /usr/share/buildinfo/content-sets.json |
LABEL "build-date"="2025-05-14T10:40:37" "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="2f42d95842ada13f4b1358571e36e1ab62406115" "release"="1747219013" |
USER root |
LABEL description="Custom Ansible container" |
/bin/sh -c dnf install nginx python3 pip -y |
/bin/sh -c python3 -m pip install --user ansible ansible-lint pre-commit |
CMD [ "/bin/bash", "-c", "/root/.local/bin/ansible --version" ] |
EXPOSE 22 |
WORKDIR / |
COPY file:522d5d829b1bcb6f32f41b1755943ef6a8a8eb8aab1e0567991a3b8d54acab9f in /etc/ssh/sshd_config |
CMD [ "/bin/bash", "-c", "systemctl restart sshd" ] |
Labels
Key | Value |
---|---|
architecture | x86_64 |
build-date | 2025-05-14T10:40:37 |
com.redhat.component | ubi9-container |
com.redhat.license_terms | https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI |
description | Custom Ansible container |
distribution-scope | public |
io.buildah.version | 1.40.0 |
io.k8s.description | The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly. |
io.k8s.display-name | Red Hat Universal Base Image 9 |
io.openshift.expose-services | |
io.openshift.tags | base rhel9 |
maintainer | Red Hat, Inc. |
name | ubi9 |
release | 1747219013 |
summary | Provides the latest release of Red Hat Universal Base Image 9. |
url | https://www.redhat.com |
vcs-ref | 2f42d95842ada13f4b1358571e36e1ab62406115 |
vcs-type | git |
vendor | Red Hat, Inc. |
version | 9.6 |