Daniel Akulenok daniel
  • Joined on 2023-11-15

awx-valid-ee (12)

Published 2025-12-30 09:38:48 +00:00 by daniel

Installation

docker pull git.valid.dk/daniel/awx-valid-ee:12
sha256:5c87eb5fcfb8c4a351dacd41cc6298c782798182e53ff81b2714876377489f50

Images

Digest OS / Arch Size
5606dc1192 linux/amd64 350 MiB

Image Layers ( linux/amd64)

ADD file:37adacb6098631ca2748a04a8920bdcb1c8c26e7ab6efcafd2639d0b71e9f4c0 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="20251224"
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.11
ARG PYPKG=python3.11
ARG PKGMGR_PRESERVE_CACHE=
ARG ANSIBLE_GALAXY_CLI_COLLECTION_OPTS=
ARG ANSIBLE_GALAXY_CLI_ROLE_OPTS=
ARG ANSIBLE_INSTALL_REFS=ansible-core>=2.19,<2.20 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.11 PYPKG=python3.11 PKGMGR_PRESERVE_CACHE= ANSIBLE_GALAXY_CLI_COLLECTION_OPTS= ANSIBLE_GALAXY_CLI_ROLE_OPTS= ANSIBLE_INSTALL_REFS=ansible-core>=2.19,<2.20 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.11 PYPKG=python3.11 PKGMGR_PRESERVE_CACHE= ANSIBLE_GALAXY_CLI_COLLECTION_OPTS= ANSIBLE_GALAXY_CLI_ROLE_OPTS= ANSIBLE_INSTALL_REFS=ansible-core>=2.19,<2.20 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.11 PYPKG=python3.11 PKGMGR_PRESERVE_CACHE= ANSIBLE_GALAXY_CLI_COLLECTION_OPTS= ANSIBLE_GALAXY_CLI_ROLE_OPTS= ANSIBLE_INSTALL_REFS=ansible-core>=2.19,<2.20 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.11 PYPKG=python3.11 PKGMGR_PRESERVE_CACHE= ANSIBLE_GALAXY_CLI_COLLECTION_OPTS= ANSIBLE_GALAXY_CLI_ROLE_OPTS= ANSIBLE_INSTALL_REFS=ansible-core>=2.19,<2.20 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.11
ARG PYPKG=python3.11
ARG PKGMGR_PRESERVE_CACHE=
ARG ANSIBLE_GALAXY_CLI_COLLECTION_OPTS=
ARG ANSIBLE_GALAXY_CLI_ROLE_OPTS=
ARG ANSIBLE_INSTALL_REFS=ansible-core>=2.19,<2.20 ansible-runner
ARG PKGMGR=/usr/bin/dnf
RUN |8 EE_BASE_IMAGE=quay.io/centos/centos:stream9 PYCMD=/usr/bin/python3.11 PYPKG=python3.11 PKGMGR_PRESERVE_CACHE= ANSIBLE_GALAXY_CLI_COLLECTION_OPTS= ANSIBLE_GALAXY_CLI_ROLE_OPTS= ANSIBLE_INSTALL_REFS=ansible-core>=2.19,<2.20 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.11 PYPKG=python3.11 PKGMGR_PRESERVE_CACHE= ANSIBLE_GALAXY_CLI_COLLECTION_OPTS= ANSIBLE_GALAXY_CLI_ROLE_OPTS= ANSIBLE_INSTALL_REFS=ansible-core>=2.19,<2.20 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.11 PYPKG=python3.11 PKGMGR_PRESERVE_CACHE= ANSIBLE_GALAXY_CLI_COLLECTION_OPTS= ANSIBLE_GALAXY_CLI_ROLE_OPTS= ANSIBLE_INSTALL_REFS=ansible-core>=2.19,<2.20 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.11 PYPKG=python3.11 PKGMGR_PRESERVE_CACHE= ANSIBLE_GALAXY_CLI_COLLECTION_OPTS= ANSIBLE_GALAXY_CLI_ROLE_OPTS= ANSIBLE_INSTALL_REFS=ansible-core>=2.19,<2.20 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.11 PYPKG=python3.11 PKGMGR_PRESERVE_CACHE= ANSIBLE_GALAXY_CLI_COLLECTION_OPTS= ANSIBLE_GALAXY_CLI_ROLE_OPTS= ANSIBLE_INSTALL_REFS=ansible-core>=2.19,<2.20 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.11 PYPKG=python3.11 PKGMGR_PRESERVE_CACHE= ANSIBLE_GALAXY_CLI_COLLECTION_OPTS= ANSIBLE_GALAXY_CLI_ROLE_OPTS= ANSIBLE_INSTALL_REFS=ansible-core>=2.19,<2.20 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.11 PYPKG=python3.11 PKGMGR_PRESERVE_CACHE= ANSIBLE_GALAXY_CLI_COLLECTION_OPTS= ANSIBLE_GALAXY_CLI_ROLE_OPTS= ANSIBLE_INSTALL_REFS=ansible-core>=2.19,<2.20 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.11 PYPKG=python3.11 PKGMGR_PRESERVE_CACHE= ANSIBLE_GALAXY_CLI_COLLECTION_OPTS= ANSIBLE_GALAXY_CLI_ROLE_OPTS= ANSIBLE_INSTALL_REFS=ansible-core>=2.19,<2.20 ansible-runner PKGMGR=/usr/bin/dnf /bin/sh -c alternatives --install /usr/bin/python python /usr/bin/python3.11 311 # buildkit
RUN |8 EE_BASE_IMAGE=quay.io/centos/centos:stream9 PYCMD=/usr/bin/python3.11 PYPKG=python3.11 PKGMGR_PRESERVE_CACHE= ANSIBLE_GALAXY_CLI_COLLECTION_OPTS= ANSIBLE_GALAXY_CLI_ROLE_OPTS= ANSIBLE_INSTALL_REFS=ansible-core>=2.19,<2.20 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"]

Labels

Key Value
ansible-execution-environment true
io.buildah.version 1.33.13
org.label-schema.build-date 20251224
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
2025-12-30 09:38:48 +00:00
2
OCI / Docker
Versions (3) View all
12-latest 2025-12-30
12-202601 2025-12-30
12 2025-12-30