• Joined on 2024-07-10

ultimate-ee-minimal (latest)

Published 2024-08-27 15:13:08 +00:00 by bram in bram/ultimate-ee

Installation

docker pull git.hyperon.be/bram/ultimate-ee-minimal:latest
sha256:7825c9cf62589408b5a59f285c3ac69261e5da0ffa949a46660c1e2a3d0d3d8e

Image Layers

ADD layer.tar.xz / # buildkit
CMD ["/bin/bash"]
USER root
ENV PIP_BREAK_SYSTEM_PACKAGES=1
ARG EE_BASE_IMAGE=docker.io/rockylinux:9.3-minimal
ARG PYCMD=/usr/bin/python3
ARG PKGMGR_PRESERVE_CACHE=
ARG ANSIBLE_GALAXY_CLI_COLLECTION_OPTS=--pre
ARG ANSIBLE_GALAXY_CLI_ROLE_OPTS=
ARG ANSIBLE_INSTALL_REFS=ansible-core>=2.15.0rc2,<2.16 ansible-runner
ARG PKGMGR=/usr/bin/dnf
COPY _build/scripts/ /output/scripts/ # buildkit
COPY _build/scripts/entrypoint /opt/builder/bin/entrypoint # buildkit
RUN |7 EE_BASE_IMAGE=docker.io/rockylinux:9.3-minimal PYCMD=/usr/bin/python3 PKGMGR_PRESERVE_CACHE= ANSIBLE_GALAXY_CLI_COLLECTION_OPTS=--pre ANSIBLE_GALAXY_CLI_ROLE_OPTS= ANSIBLE_INSTALL_REFS=ansible-core>=2.15.0rc2,<2.16 ansible-runner PKGMGR=/usr/bin/dnf /bin/sh -c cp /usr/bin/microdnf /usr/bin/dnf && microdnf install python3 -y && /usr/bin/python3 -m ensurepip && /usr/bin/python3 -m pip install --upgrade pip cmake azure-identity azure-cli-core paramiko && $PYCMD -m pip install -U pip # buildkit
RUN |7 EE_BASE_IMAGE=docker.io/rockylinux:9.3-minimal PYCMD=/usr/bin/python3 PKGMGR_PRESERVE_CACHE= ANSIBLE_GALAXY_CLI_COLLECTION_OPTS=--pre ANSIBLE_GALAXY_CLI_ROLE_OPTS= ANSIBLE_INSTALL_REFS=ansible-core>=2.15.0rc2,<2.16 ansible-runner PKGMGR=/usr/bin/dnf /bin/sh -c /output/scripts/pip_install $PYCMD # buildkit
RUN |7 EE_BASE_IMAGE=docker.io/rockylinux:9.3-minimal PYCMD=/usr/bin/python3 PKGMGR_PRESERVE_CACHE= ANSIBLE_GALAXY_CLI_COLLECTION_OPTS=--pre ANSIBLE_GALAXY_CLI_ROLE_OPTS= ANSIBLE_INSTALL_REFS=ansible-core>=2.15.0rc2,<2.16 ansible-runner PKGMGR=/usr/bin/dnf /bin/sh -c $PYCMD -m pip install --no-cache-dir $ANSIBLE_INSTALL_REFS # buildkit
ENV PIP_BREAK_SYSTEM_PACKAGES=1
ARG EE_BASE_IMAGE=docker.io/rockylinux:9.3-minimal
ARG PYCMD=/usr/bin/python3
ARG PKGMGR_PRESERVE_CACHE=
ARG ANSIBLE_GALAXY_CLI_COLLECTION_OPTS=--pre
ARG ANSIBLE_GALAXY_CLI_ROLE_OPTS=
ARG ANSIBLE_INSTALL_REFS=ansible-core>=2.15.0rc2,<2.16 ansible-runner
ARG PKGMGR=/usr/bin/dnf
RUN |14 EE_BASE_IMAGE=docker.io/rockylinux:9.3-minimal PYCMD=/usr/bin/python3 PKGMGR_PRESERVE_CACHE= ANSIBLE_GALAXY_CLI_COLLECTION_OPTS=--pre ANSIBLE_GALAXY_CLI_ROLE_OPTS= ANSIBLE_INSTALL_REFS=ansible-core>=2.15.0rc2,<2.16 ansible-runner PKGMGR=/usr/bin/dnf EE_BASE_IMAGE=docker.io/rockylinux:9.3-minimal PYCMD=/usr/bin/python3 PKGMGR_PRESERVE_CACHE= ANSIBLE_GALAXY_CLI_COLLECTION_OPTS=--pre ANSIBLE_GALAXY_CLI_ROLE_OPTS= ANSIBLE_INSTALL_REFS=ansible-core>=2.15.0rc2,<2.16 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 |14 EE_BASE_IMAGE=docker.io/rockylinux:9.3-minimal PYCMD=/usr/bin/python3 PKGMGR_PRESERVE_CACHE= ANSIBLE_GALAXY_CLI_COLLECTION_OPTS=--pre ANSIBLE_GALAXY_CLI_ROLE_OPTS= ANSIBLE_INSTALL_REFS=ansible-core>=2.15.0rc2,<2.16 ansible-runner PKGMGR=/usr/bin/dnf EE_BASE_IMAGE=docker.io/rockylinux:9.3-minimal PYCMD=/usr/bin/python3 PKGMGR_PRESERVE_CACHE= ANSIBLE_GALAXY_CLI_COLLECTION_OPTS=--pre ANSIBLE_GALAXY_CLI_ROLE_OPTS= ANSIBLE_INSTALL_REFS=ansible-core>=2.15.0rc2,<2.16 ansible-runner PKGMGR=/usr/bin/dnf /bin/sh -c /output/scripts/install-from-bindep && rm -rf /output/wheels # buildkit
RUN |14 EE_BASE_IMAGE=docker.io/rockylinux:9.3-minimal PYCMD=/usr/bin/python3 PKGMGR_PRESERVE_CACHE= ANSIBLE_GALAXY_CLI_COLLECTION_OPTS=--pre ANSIBLE_GALAXY_CLI_ROLE_OPTS= ANSIBLE_INSTALL_REFS=ansible-core>=2.15.0rc2,<2.16 ansible-runner PKGMGR=/usr/bin/dnf EE_BASE_IMAGE=docker.io/rockylinux:9.3-minimal PYCMD=/usr/bin/python3 PKGMGR_PRESERVE_CACHE= ANSIBLE_GALAXY_CLI_COLLECTION_OPTS=--pre ANSIBLE_GALAXY_CLI_ROLE_OPTS= ANSIBLE_INSTALL_REFS=ansible-core>=2.15.0rc2,<2.16 ansible-runner PKGMGR=/usr/bin/dnf /bin/sh -c chmod ug+rw /etc/passwd # buildkit
RUN |14 EE_BASE_IMAGE=docker.io/rockylinux:9.3-minimal PYCMD=/usr/bin/python3 PKGMGR_PRESERVE_CACHE= ANSIBLE_GALAXY_CLI_COLLECTION_OPTS=--pre ANSIBLE_GALAXY_CLI_ROLE_OPTS= ANSIBLE_INSTALL_REFS=ansible-core>=2.15.0rc2,<2.16 ansible-runner PKGMGR=/usr/bin/dnf EE_BASE_IMAGE=docker.io/rockylinux:9.3-minimal PYCMD=/usr/bin/python3 PKGMGR_PRESERVE_CACHE= ANSIBLE_GALAXY_CLI_COLLECTION_OPTS=--pre ANSIBLE_GALAXY_CLI_ROLE_OPTS= ANSIBLE_INSTALL_REFS=ansible-core>=2.15.0rc2,<2.16 ansible-runner PKGMGR=/usr/bin/dnf /bin/sh -c mkdir -p /runner && chgrp 0 /runner && chmod -R ug+rwx /runner # buildkit
WORKDIR /runner
RUN |14 EE_BASE_IMAGE=docker.io/rockylinux:9.3-minimal PYCMD=/usr/bin/python3 PKGMGR_PRESERVE_CACHE= ANSIBLE_GALAXY_CLI_COLLECTION_OPTS=--pre ANSIBLE_GALAXY_CLI_ROLE_OPTS= ANSIBLE_INSTALL_REFS=ansible-core>=2.15.0rc2,<2.16 ansible-runner PKGMGR=/usr/bin/dnf EE_BASE_IMAGE=docker.io/rockylinux:9.3-minimal PYCMD=/usr/bin/python3 PKGMGR_PRESERVE_CACHE= ANSIBLE_GALAXY_CLI_COLLECTION_OPTS=--pre ANSIBLE_GALAXY_CLI_ROLE_OPTS= ANSIBLE_INSTALL_REFS=ansible-core>=2.15.0rc2,<2.16 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 |14 EE_BASE_IMAGE=docker.io/rockylinux:9.3-minimal PYCMD=/usr/bin/python3 PKGMGR_PRESERVE_CACHE= ANSIBLE_GALAXY_CLI_COLLECTION_OPTS=--pre ANSIBLE_GALAXY_CLI_ROLE_OPTS= ANSIBLE_INSTALL_REFS=ansible-core>=2.15.0rc2,<2.16 ansible-runner PKGMGR=/usr/bin/dnf EE_BASE_IMAGE=docker.io/rockylinux:9.3-minimal PYCMD=/usr/bin/python3 PKGMGR_PRESERVE_CACHE= ANSIBLE_GALAXY_CLI_COLLECTION_OPTS=--pre ANSIBLE_GALAXY_CLI_ROLE_OPTS= ANSIBLE_INSTALL_REFS=ansible-core>=2.15.0rc2,<2.16 ansible-runner PKGMGR=/usr/bin/dnf /bin/sh -c mkdir -p /var/run/receptor && git lfs install --system # buildkit
RUN |14 EE_BASE_IMAGE=docker.io/rockylinux:9.3-minimal PYCMD=/usr/bin/python3 PKGMGR_PRESERVE_CACHE= ANSIBLE_GALAXY_CLI_COLLECTION_OPTS=--pre ANSIBLE_GALAXY_CLI_ROLE_OPTS= ANSIBLE_INSTALL_REFS=ansible-core>=2.15.0rc2,<2.16 ansible-runner PKGMGR=/usr/bin/dnf EE_BASE_IMAGE=docker.io/rockylinux:9.3-minimal PYCMD=/usr/bin/python3 PKGMGR_PRESERVE_CACHE= ANSIBLE_GALAXY_CLI_COLLECTION_OPTS=--pre ANSIBLE_GALAXY_CLI_ROLE_OPTS= ANSIBLE_INSTALL_REFS=ansible-core>=2.15.0rc2,<2.16 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
Details
Container
2024-08-27 15:13:08 +00:00
5
OCI / Docker
linux/amd64
578 MiB
Versions (1) View all
latest 2024-08-27