• Joined on 2025-04-17

ascender-operator (backup-fix-x86)

Published 2026-03-20 17:08:37 -05:00 by admin

Installation

docker pull gitea.sjs.io/admin/ascender-operator:backup-fix-x86
sha256:109a8b39443c004157ccab74f13641a38a493391650ec44cef7f6b82a9862c7a

Image Layers

ADD file:687b02017564f010244bed83b7b5bce3ce65bc910a889690e040ec57a8d06b04 in /
/bin/sh -c mv -f /etc/yum.repos.d/ubi.repo /tmp || :
ADD file:ecc29a1455ca1b7c82018555e16e2e802135974523df6748e431f8707e759ddd in /tmp/tls-ca-bundle.pem
ADD multi:d5b484313b227467de5b0ffa3d38c602093c421f02ba060b0fc9353e374f6517 in /etc/yum.repos.d/
LABEL maintainer="Red Hat, Inc."
LABEL com.redhat.component="ubi8-container" name="ubi8" version="8.9"
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 8."
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.display-name="Red Hat Universal Base Image 8"
LABEL io.openshift.expose-services=""
LABEL io.openshift.tags="base rhel8"
ENV container oci
ENV PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
CMD ["/bin/bash"]
/bin/sh -c rm -rf /var/log/*
/bin/sh -c mkdir -p /var/log/rhsm
LABEL release=1107
ADD file:81a959366737b2880aa34f21a437cbb70e7051b30b49394141c2b2c6ab984950 in /root/buildinfo/content_manifests/ubi8-container-8.9-1107.json
ADD file:4c03af9205f57efee417e1de1c7e72151928810b8a527e1aac3d1e8a5004a07e in /root/buildinfo/Dockerfile-ubi8-8.9-1107
LABEL "distribution-scope"="public" "vendor"="Red Hat, Inc." "build-date"="2024-01-03T02:09:22" "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="16023543dff146b00b5868ad23202e2af8b40a8a" "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." "url"="https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8/images/8.9-1107"
/bin/sh -c rm -f '/etc/yum.repos.d/repo-9816f.repo' '/etc/yum.repos.d/repo-7a3a9.repo'
/bin/sh -c rm -f /tmp/tls-ca-bundle.pem
/bin/sh -c mv -fZ /tmp/ubi.repo /etc/yum.repos.d/ubi.repo || :
ARG TARGETARCH
ARG GIT_COMMIT=devel
LABEL git_commit=devel
RUN |2 TARGETARCH=amd64 GIT_COMMIT=devel /bin/sh -c mkdir -p /etc/ansible && echo "localhost ansible_connection=local" > /etc/ansible/hosts && echo '[defaults]' > /etc/ansible/ansible.cfg && echo 'roles_path = /opt/ansible/roles' >> /etc/ansible/ansible.cfg && echo 'library = /usr/share/ansible/openshift' >> /etc/ansible/ansible.cfg # buildkit
RUN |2 TARGETARCH=amd64 GIT_COMMIT=devel /bin/sh -c set -e && yum clean all && rm -rf /var/cache/yum/* && yum update -y && yum install -y python39-pip python39-setuptools && pip3 install --upgrade pip~=23.3.2 && pip3 install pipenv==2023.11.15 && yum clean all && rm -rf /var/cache/yum # buildkit
COPY /usr/local/lib64/python3.9/site-packages /usr/local/lib64/python3.9/site-packages # buildkit
COPY /usr/local/lib/python3.9/site-packages /usr/local/lib/python3.9/site-packages # buildkit
COPY /usr/local/bin /usr/local/bin # buildkit
ENV TINI_VERSION=v0.19.0
RUN |2 TARGETARCH=amd64 GIT_COMMIT=devel /bin/sh -c curl -L -o /tini https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini-${TARGETARCH} && chmod +x /tini && /tini --version # buildkit
ENV HOME=/opt/ansible USER_NAME=ansible USER_UID=1001
RUN /bin/sh -c echo "${USER_NAME}:x:${USER_UID}:0:${USER_NAME} user:${HOME}:/sbin/nologin" >> /etc/passwd && mkdir -p ${HOME}/.ansible/tmp && chown -R ${USER_UID}:0 ${HOME} && chmod -R ug+rwx ${HOME} # buildkit
WORKDIR /opt/ansible
USER 1001
COPY ansible-operator /usr/local/bin/ansible-operator # buildkit
ENTRYPOINT ["/tini" "--" "/usr/local/bin/ansible-operator" "run" "--watches-file=./watches.yaml"]
USER root
/bin/sh -c dnf update --security --bugfix -y && dnf install -y openssl
USER 1001
ARG
ARG
ENV DEFAULT_AWX_VERSION=${DEFAULT_AWX_VERSION}
ENV OPERATOR_VERSION=${OPERATOR_VERSION}
COPY file:8684bad5baf690bc36eba4e0019957e3ebbb5421a6f3a7dbf20a0757cc02b666 in ${HOME}/requirements.yml
/bin/sh -c ansible-galaxy collection install -r ${HOME}/requirements.yml && chmod -R ug+rwx ${HOME}/.ansible
COPY file:6e85ea23adb54ba98b5c6aa7e01f0231d8921ff6b3c155dd7750e5aa7b585a68 in ${HOME}/watches.yaml
COPY dir:bfb895c111c01288bab5b117df9f8370f72895266550db43144ad5d1009eff89 in ${HOME}/roles/
COPY dir:4f38ca95cc8f256d55848db4c20ecf0b6f6c0489eea08b64d982b6c7b9492008 in ${HOME}/playbooks/
ENTRYPOINT ["/tini", "--", "/usr/local/bin/ansible-operator", "run", "--watches-file=./watches.yaml", "--reconcile-period=0s" ]

Labels

Key Value
architecture x86_64
build-date 2024-01-03T02:09:22
com.redhat.component ubi8-container
com.redhat.license_terms https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI
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.
distribution-scope public
git_commit devel
io.buildah.version 1.38.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 Red Hat Universal Base Image 8
io.openshift.expose-services
io.openshift.tags base rhel8
maintainer Red Hat, Inc.
name ubi8
release 1107
summary Provides the latest release of Red Hat Universal Base Image 8.
url https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8/images/8.9-1107
vcs-ref 16023543dff146b00b5868ad23202e2af8b40a8a
vcs-type git
vendor Red Hat, Inc.
version 8.9
Details
Container
2026-03-20 17:08:37 -05:00
1
OCI / Docker
linux/amd64
205 MiB
Versions (2) View all
backup-fix-x86 2026-03-20
backup-fix 2026-03-20