• Joined on 2024-07-10

azure-aruba_ee (latest)

Published 2024-07-12 12:11:30 +00:00 by bram

Installation

docker pull git.hyperon.be/bram/azure-aruba_ee:latest
sha256:c7b3bcdaa69437294040f71da3a7e5939357a8299e328efdb5a80cd47542a761

Image Layers

LABEL maintainer="The CentOS Project"
LABEL com.redhat.component="centos-stream-container" name="centos-stream" version="8"
LABEL com.redhat.license_terms="https://centos.org/legal/licensing-policy/"
LABEL summary="Provides a CentOS Stream container based on the Red Hat Universal Base Image"
LABEL description="CentOS Stream is a continuously delivered distro that tracks just ahead of Red Hat Enterprise Linux development. This image takes the Red Hat UBI and layers on content from CentOS Stream"
LABEL io.k8s.display-name="CentOS Stream 8"
LABEL io.openshift.expose-services=""
LABEL io.openshift.tags="base centos centos-stream"
/bin/sh -c dnf download --repofrompath=centos,http://mirror.centos.org/centos/8-stream/BaseOS/x86_64/os/ --disablerepo=* --enablerepo=centos centos-stream-release centos-stream-repos centos-gpg-keys
/bin/sh -c rpm -ivh --nodeps --replacefiles *.rpm && rm *.rpm && rpm -e redhat-release && dnf --setopt=tsflags=nodocs --setopt=install_weak_deps=false -y distro-sync && dnf remove -y subscription-manager dnf-plugin-subscription-manager && dnf clean all && rm -f /etc/yum.repos.d/ubi.repo
ARG CONTAINER_IMAGE=quay.io/centos/centos:stream8
ARG CONTAINER_IMAGE=quay.io/centos/centos:stream8 REMOTE_SOURCE_DIR=/remote-source
COPY dir:e80b26a4814b2e6d554c234bbecd3dc1de8cf1a519e2aca8581bee4744136b7c in $REMOTE_SOURCE_DIR
WORKDIR $REMOTE_SOURCE_DIR/app
|2 CONTAINER_IMAGE=quay.io/centos/centos:stream8 REMOTE_SOURCE_DIR=/remote-source /bin/sh -c echo "install_weak_deps=False" >> /etc/dnf/dnf.conf && echo "tsflags=nodocs" >> /etc/dnf/dnf.conf
|2 CONTAINER_IMAGE=quay.io/centos/centos:stream8 REMOTE_SOURCE_DIR=/remote-source /bin/sh -c if [[ "$CONTAINER_IMAGE" =~ "centos" ]] ; then dnf update -y ; dnf install -y epel-release dnf-plugins-core ; dnf config-manager --set-disabled epel ; dnf config-manager --set-enabled powertools ; dnf module enable -y python38-devel ; dnf clean all ; rm -rf /var/cache/{dnf,yum} ; rm -rf /var/lib/dnf/history.* ; rm -rf /var/log/* ; fi
|2 CONTAINER_IMAGE=quay.io/centos/centos:stream8 REMOTE_SOURCE_DIR=/remote-source /bin/sh -c dnf update -y && dnf install -y glibc-langpack-en python38-pip && dnf clean all && rm -rf /var/cache/{dnf,yum} && rm -rf /var/lib/dnf/history.* && rm -rf /var/log/*
|2 CONTAINER_IMAGE=quay.io/centos/centos:stream8 REMOTE_SOURCE_DIR=/remote-source /bin/sh -c alternatives --set python3 /usr/bin/python3.8
|2 CONTAINER_IMAGE=quay.io/centos/centos:stream8 REMOTE_SOURCE_DIR=/remote-source /bin/sh -c python3 -m pip install --no-cache-dir -U pip
|2 CONTAINER_IMAGE=quay.io/centos/centos:stream8 REMOTE_SOURCE_DIR=/remote-source /bin/sh -c dnf update -y && dnf install -y gcc && pip3 install dumb-init --no-cache-dir -c constraints.txt && dnf remove -y gcc && dnf clean all && rm -rf /var/cache/{dnf,yum} && rm -rf /var/lib/dnf/history.* && rm -rf /var/log/*
WORKDIR /
|2 CONTAINER_IMAGE=quay.io/centos/centos:stream8 REMOTE_SOURCE_DIR=/remote-source /bin/sh -c rm -rf $REMOTE_SOURCE_DIR
ENTRYPOINT ["/usr/local/bin/dumb-init", "--"]
COPY dir:4aa06d069d22a5a634f0e08a0ade69c5ffe36f6e710eff848b50fe0ad3687295 in /output
/bin/sh -c /output/install-from-bindep && rm -rf /output
/bin/sh -c for dir in /home/runner /home/runner/.ansible /home/runner/.ansible/tmp /runner /home/runner /runner/env /runner/inventory /runner/project /runner/artifacts ; do mkdir -m 0775 -p $dir ; chmod -R g+rwx $dir ; chgrp -R root $dir ; done && for file in /home/runner/.ansible/galaxy_token /etc/passwd /etc/group ; do touch $file ; chmod g+rw $file ; chgrp root $file ; done
WORKDIR /runner
ENV HOME=/home/runner
ADD file:d7fd5c2349bc9ccd84443d55c848641d848ffe4c3860178d0a8c6af582c95b1b in /bin/entrypoint
/bin/sh -c chmod +x /bin/entrypoint
ENTRYPOINT ["entrypoint"]
CMD ["ansible-runner", "run", "/runner"]
USER root
ARG EE_BASE_IMAGE
ARG PYCMD
ARG PKGMGR_PRESERVE_CACHE
ARG ANSIBLE_GALAXY_CLI_COLLECTION_OPTS
ARG ANSIBLE_GALAXY_CLI_ROLE_OPTS
ARG PKGMGR
RUN |6 EE_BASE_IMAGE=quay.io/ansible/ansible-runner:stable-2.11-latest PYCMD=/usr/bin/python3 PKGMGR_PRESERVE_CACHE= ANSIBLE_GALAXY_CLI_COLLECTION_OPTS= ANSIBLE_GALAXY_CLI_ROLE_OPTS= PKGMGR=/usr/bin/dnf /bin/sh -c $PYCMD -m ensurepip # buildkit
COPY _build/scripts/ /output/scripts/ # buildkit
COPY _build/scripts/entrypoint /opt/builder/bin/entrypoint # buildkit
RUN |6 EE_BASE_IMAGE=quay.io/ansible/ansible-runner:stable-2.11-latest PYCMD=/usr/bin/python3 PKGMGR_PRESERVE_CACHE= ANSIBLE_GALAXY_CLI_COLLECTION_OPTS= ANSIBLE_GALAXY_CLI_ROLE_OPTS= PKGMGR=/usr/bin/dnf /bin/sh -c mkdir -p /etc/ansible # buildkit
COPY _build/configs/ansible.cfg /etc/ansible/ansible.cfg # buildkit
ARG EE_BASE_IMAGE
ARG PYCMD
ARG PKGMGR_PRESERVE_CACHE
ARG ANSIBLE_GALAXY_CLI_COLLECTION_OPTS
ARG ANSIBLE_GALAXY_CLI_ROLE_OPTS
ARG PKGMGR
RUN |6 EE_BASE_IMAGE=quay.io/ansible/ansible-runner:stable-2.11-latest PYCMD=/usr/bin/python3 PKGMGR_PRESERVE_CACHE= ANSIBLE_GALAXY_CLI_COLLECTION_OPTS= ANSIBLE_GALAXY_CLI_ROLE_OPTS= PKGMGR=/usr/bin/dnf /bin/sh -c pip3 install --upgrade pip setuptools ansible # buildkit
RUN |6 EE_BASE_IMAGE=quay.io/ansible/ansible-runner:stable-2.11-latest PYCMD=/usr/bin/python3 PKGMGR_PRESERVE_CACHE= ANSIBLE_GALAXY_CLI_COLLECTION_OPTS= ANSIBLE_GALAXY_CLI_ROLE_OPTS= PKGMGR=/usr/bin/dnf /bin/sh -c yum install wget unzip -y # buildkit
RUN |6 EE_BASE_IMAGE=quay.io/ansible/ansible-runner:stable-2.11-latest PYCMD=/usr/bin/python3 PKGMGR_PRESERVE_CACHE= ANSIBLE_GALAXY_CLI_COLLECTION_OPTS= ANSIBLE_GALAXY_CLI_ROLE_OPTS= 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 |6 EE_BASE_IMAGE=quay.io/ansible/ansible-runner:stable-2.11-latest PYCMD=/usr/bin/python3 PKGMGR_PRESERVE_CACHE= ANSIBLE_GALAXY_CLI_COLLECTION_OPTS= ANSIBLE_GALAXY_CLI_ROLE_OPTS= PKGMGR=/usr/bin/dnf /bin/sh -c /output/scripts/install-from-bindep && rm -rf /output/wheels # buildkit
RUN |6 EE_BASE_IMAGE=quay.io/ansible/ansible-runner:stable-2.11-latest PYCMD=/usr/bin/python3 PKGMGR_PRESERVE_CACHE= ANSIBLE_GALAXY_CLI_COLLECTION_OPTS= ANSIBLE_GALAXY_CLI_ROLE_OPTS= PKGMGR=/usr/bin/dnf /bin/sh -c chmod ug+rw /etc/passwd # buildkit
RUN |6 EE_BASE_IMAGE=quay.io/ansible/ansible-runner:stable-2.11-latest PYCMD=/usr/bin/python3 PKGMGR_PRESERVE_CACHE= ANSIBLE_GALAXY_CLI_COLLECTION_OPTS= ANSIBLE_GALAXY_CLI_ROLE_OPTS= PKGMGR=/usr/bin/dnf /bin/sh -c mkdir -p /runner && chgrp 0 /runner && chmod -R ug+rwx /runner # buildkit
WORKDIR /runner
RUN |6 EE_BASE_IMAGE=quay.io/ansible/ansible-runner:stable-2.11-latest PYCMD=/usr/bin/python3 PKGMGR_PRESERVE_CACHE= ANSIBLE_GALAXY_CLI_COLLECTION_OPTS= ANSIBLE_GALAXY_CLI_ROLE_OPTS= PKGMGR=/usr/bin/dnf /bin/sh -c $PYCMD -m pip install --no-cache-dir 'dumb-init==1.2.5' # buildkit
RUN |6 EE_BASE_IMAGE=quay.io/ansible/ansible-runner:stable-2.11-latest PYCMD=/usr/bin/python3 PKGMGR_PRESERVE_CACHE= ANSIBLE_GALAXY_CLI_COLLECTION_OPTS= ANSIBLE_GALAXY_CLI_ROLE_OPTS= PKGMGR=/usr/bin/dnf /bin/sh -c pip3 install -r /usr/share/ansible/collections/ansible_collections/azure/azcollection/requirements-azure.txt # buildkit
RUN |6 EE_BASE_IMAGE=quay.io/ansible/ansible-runner:stable-2.11-latest PYCMD=/usr/bin/python3 PKGMGR_PRESERVE_CACHE= ANSIBLE_GALAXY_CLI_COLLECTION_OPTS= ANSIBLE_GALAXY_CLI_ROLE_OPTS= 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
architecture x86_64
build-date 2022-03-08T13:06:07.436525
com.redhat.build-host cpt-1006.osbs.prod.upshift.rdu2.redhat.com
com.redhat.component centos-stream-container
com.redhat.license_terms https://centos.org/legal/licensing-policy/
description CentOS Stream is a continuously delivered distro that tracks just ahead of Red Hat Enterprise Linux development. This image takes the Red Hat UBI and layers on content from CentOS Stream
distribution-scope public
io.buildah.version 1.24.1
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 CentOS Stream 8
io.openshift.expose-services
io.openshift.tags base centos centos-stream
maintainer The CentOS Project
name centos-stream
release 236
summary Provides a CentOS Stream container based on the Red Hat Universal Base Image
url https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8/images/8.5-236
vcs-ref 3aadd00326f3dd6cfe65ee31017ab98915fddb56
vcs-type git
vendor Red Hat, Inc.
version 8
Details
Container
2024-07-12 12:11:30 +00:00
3
OCI / Docker
linux/amd64
714 MiB
Versions (1) View all
latest 2024-07-12