• Joined on 2026-04-25

awx-ee-custom (latest)

Published 2026-05-26 08:34:28 +00:00 by mark

Installation

docker pull gitea.ng.kiwi.nz/mark/awx-ee-custom:latest
sha256:5b0fb522c38fb795d2c4ac01d31e53f6d764bddc693598b367f83b29de32c22c

Images

Digest OS / Arch Size
3b035490ec linux/amd64 667 MiB

Image Layers ( linux/amd64)

ADD file:8657b56d7266e5f610578760677c8932ee60a1543d33754438dd1c03c9cb14a2 in /
LABEL org.label-schema.schema-version="1.0" org.label-schema.name="CentOS Stream 9 Base Image" org.label-schema.vendor="CentOS" org.label-schema.license="GPLv2" org.label-schema.build-date="20260518"
CMD ["/bin/bash"]
USER root
ENV PIP_BREAK_SYSTEM_PACKAGES=1
ARG EE_BASE_IMAGE=quay.io/centos/centos:stream9
ARG PYCMD=/usr/bin/python3.12
ARG PYPKG=python3.12
ARG PKGMGR_PRESERVE_CACHE=
ARG ANSIBLE_GALAXY_CLI_COLLECTION_OPTS=
ARG ANSIBLE_GALAXY_CLI_ROLE_OPTS=
ARG ANSIBLE_INSTALL_REFS=ansible-core<2.19 ansible-runner
ARG PKGMGR=/usr/bin/dnf
COPY _build/scripts/ /output/scripts/ # buildkit
COPY _build/scripts/entrypoint /opt/builder/bin/entrypoint # buildkit
RUN |8 EE_BASE_IMAGE=quay.io/centos/centos:stream9 PYCMD=/usr/bin/python3.12 PYPKG=python3.12 PKGMGR_PRESERVE_CACHE= ANSIBLE_GALAXY_CLI_COLLECTION_OPTS= ANSIBLE_GALAXY_CLI_ROLE_OPTS= ANSIBLE_INSTALL_REFS=ansible-core<2.19 ansible-runner PKGMGR=/usr/bin/dnf /bin/sh -c $PKGMGR install $PYPKG -y ; if [ -z $PKGMGR_PRESERVE_CACHE ]; then $PKGMGR clean all; fi # buildkit
RUN |8 EE_BASE_IMAGE=quay.io/centos/centos:stream9 PYCMD=/usr/bin/python3.12 PYPKG=python3.12 PKGMGR_PRESERVE_CACHE= ANSIBLE_GALAXY_CLI_COLLECTION_OPTS= ANSIBLE_GALAXY_CLI_ROLE_OPTS= ANSIBLE_INSTALL_REFS=ansible-core<2.19 ansible-runner PKGMGR=/usr/bin/dnf /bin/sh -c /output/scripts/pip_install $PYCMD # buildkit
RUN |8 EE_BASE_IMAGE=quay.io/centos/centos:stream9 PYCMD=/usr/bin/python3.12 PYPKG=python3.12 PKGMGR_PRESERVE_CACHE= ANSIBLE_GALAXY_CLI_COLLECTION_OPTS= ANSIBLE_GALAXY_CLI_ROLE_OPTS= ANSIBLE_INSTALL_REFS=ansible-core<2.19 ansible-runner PKGMGR=/usr/bin/dnf /bin/sh -c $PYCMD -m pip install --no-cache-dir $ANSIBLE_INSTALL_REFS # buildkit
RUN |8 EE_BASE_IMAGE=quay.io/centos/centos:stream9 PYCMD=/usr/bin/python3.12 PYPKG=python3.12 PKGMGR_PRESERVE_CACHE= ANSIBLE_GALAXY_CLI_COLLECTION_OPTS= ANSIBLE_GALAXY_CLI_ROLE_OPTS= ANSIBLE_INSTALL_REFS=ansible-core<2.19 ansible-runner PKGMGR=/usr/bin/dnf /bin/sh -c $PYCMD -m pip install -U pip # buildkit
ENV PIP_BREAK_SYSTEM_PACKAGES=1
ARG EE_BASE_IMAGE=quay.io/centos/centos:stream9
ARG PYCMD=/usr/bin/python3.12
ARG PYPKG=python3.12
ARG PKGMGR_PRESERVE_CACHE=
ARG ANSIBLE_GALAXY_CLI_COLLECTION_OPTS=
ARG ANSIBLE_GALAXY_CLI_ROLE_OPTS=
ARG ANSIBLE_INSTALL_REFS=ansible-core<2.19 ansible-runner
ARG PKGMGR=/usr/bin/dnf
RUN |8 EE_BASE_IMAGE=quay.io/centos/centos:stream9 PYCMD=/usr/bin/python3.12 PYPKG=python3.12 PKGMGR_PRESERVE_CACHE= ANSIBLE_GALAXY_CLI_COLLECTION_OPTS= ANSIBLE_GALAXY_CLI_ROLE_OPTS= ANSIBLE_INSTALL_REFS=ansible-core<2.19 ansible-runner PKGMGR=/usr/bin/dnf /bin/sh -c /output/scripts/check_ansible $PYCMD # buildkit
COPY /usr/share/ansible /usr/share/ansible # buildkit
COPY /output/ /output/ # buildkit
RUN |8 EE_BASE_IMAGE=quay.io/centos/centos:stream9 PYCMD=/usr/bin/python3.12 PYPKG=python3.12 PKGMGR_PRESERVE_CACHE= ANSIBLE_GALAXY_CLI_COLLECTION_OPTS= ANSIBLE_GALAXY_CLI_ROLE_OPTS= ANSIBLE_INSTALL_REFS=ansible-core<2.19 ansible-runner PKGMGR=/usr/bin/dnf /bin/sh -c /output/scripts/install-from-bindep && rm -rf /output/wheels # buildkit
RUN |8 EE_BASE_IMAGE=quay.io/centos/centos:stream9 PYCMD=/usr/bin/python3.12 PYPKG=python3.12 PKGMGR_PRESERVE_CACHE= ANSIBLE_GALAXY_CLI_COLLECTION_OPTS= ANSIBLE_GALAXY_CLI_ROLE_OPTS= ANSIBLE_INSTALL_REFS=ansible-core<2.19 ansible-runner PKGMGR=/usr/bin/dnf /bin/sh -c chmod ug+rw /etc/passwd # buildkit
RUN |8 EE_BASE_IMAGE=quay.io/centos/centos:stream9 PYCMD=/usr/bin/python3.12 PYPKG=python3.12 PKGMGR_PRESERVE_CACHE= ANSIBLE_GALAXY_CLI_COLLECTION_OPTS= ANSIBLE_GALAXY_CLI_ROLE_OPTS= ANSIBLE_INSTALL_REFS=ansible-core<2.19 ansible-runner PKGMGR=/usr/bin/dnf /bin/sh -c mkdir -p /runner && chgrp 0 /runner && chmod -R ug+rwx /runner # buildkit
WORKDIR /runner
RUN |8 EE_BASE_IMAGE=quay.io/centos/centos:stream9 PYCMD=/usr/bin/python3.12 PYPKG=python3.12 PKGMGR_PRESERVE_CACHE= ANSIBLE_GALAXY_CLI_COLLECTION_OPTS= ANSIBLE_GALAXY_CLI_ROLE_OPTS= ANSIBLE_INSTALL_REFS=ansible-core<2.19 ansible-runner PKGMGR=/usr/bin/dnf /bin/sh -c $PYCMD -m pip install --no-cache-dir 'dumb-init==1.2.5' # buildkit
COPY /usr/bin/receptor /usr/bin/receptor # buildkit
RUN |8 EE_BASE_IMAGE=quay.io/centos/centos:stream9 PYCMD=/usr/bin/python3.12 PYPKG=python3.12 PKGMGR_PRESERVE_CACHE= ANSIBLE_GALAXY_CLI_COLLECTION_OPTS= ANSIBLE_GALAXY_CLI_ROLE_OPTS= ANSIBLE_INSTALL_REFS=ansible-core<2.19 ansible-runner PKGMGR=/usr/bin/dnf /bin/sh -c mkdir -p /var/run/receptor # buildkit
RUN |8 EE_BASE_IMAGE=quay.io/centos/centos:stream9 PYCMD=/usr/bin/python3.12 PYPKG=python3.12 PKGMGR_PRESERVE_CACHE= ANSIBLE_GALAXY_CLI_COLLECTION_OPTS= ANSIBLE_GALAXY_CLI_ROLE_OPTS= ANSIBLE_INSTALL_REFS=ansible-core<2.19 ansible-runner PKGMGR=/usr/bin/dnf /bin/sh -c git lfs install --system # buildkit
RUN |8 EE_BASE_IMAGE=quay.io/centos/centos:stream9 PYCMD=/usr/bin/python3.12 PYPKG=python3.12 PKGMGR_PRESERVE_CACHE= ANSIBLE_GALAXY_CLI_COLLECTION_OPTS= ANSIBLE_GALAXY_CLI_ROLE_OPTS= ANSIBLE_INSTALL_REFS=ansible-core<2.19 ansible-runner PKGMGR=/usr/bin/dnf /bin/sh -c alternatives --install /usr/bin/python python /usr/bin/python3.12 312 # buildkit
RUN |8 EE_BASE_IMAGE=quay.io/centos/centos:stream9 PYCMD=/usr/bin/python3.12 PYPKG=python3.12 PKGMGR_PRESERVE_CACHE= ANSIBLE_GALAXY_CLI_COLLECTION_OPTS= ANSIBLE_GALAXY_CLI_ROLE_OPTS= ANSIBLE_INSTALL_REFS=ansible-core<2.19 ansible-runner PKGMGR=/usr/bin/dnf /bin/sh -c rm -rf /output # buildkit
LABEL ansible-execution-environment=true
USER 1000
ENTRYPOINT ["/opt/builder/bin/entrypoint" "dumb-init"]
CMD ["bash"]
USER root
RUN /bin/sh -c ansible-galaxy collection install community.general ansible.posix community.docker -p /usr/share/ansible/collections # buildkit
USER 1000

Labels

Key Value
ansible-execution-environment true
io.buildah.version 1.33.14
org.label-schema.build-date 20260518
org.label-schema.license GPLv2
org.label-schema.name CentOS Stream 9 Base Image
org.label-schema.schema-version 1.0
org.label-schema.vendor CentOS
Details
Container
2026-05-26 08:34:28 +00:00
1
OCI / Docker
Versions (1) View all
latest 2026-05-26