• Joined on 2025-04-17

ascender-operator (backup-fix)

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

Installation

docker pull gitea.sjs.io/admin/ascender-operator:backup-fix
sha256:44411134ffdc81e9d9891da4d2a5fa02db01dddc93b51f7a4146ecb4bc948ecd

Image Layers

ADD file:35c5f56e2eaeb2563564e050778f047e253d01986c3ca7eb6b3c81faa6175f04 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:85c1cffc1f74dba05413398da867bb5efc790e492cbeb6db1eb45f59262aa047 in /root/buildinfo/content_manifests/ubi8-container-8.9-1107.json
ADD file:e5066cbc1905d6721d6db3f51cec076285e502a690aa61ff90d43653807fa3eb in /root/buildinfo/Dockerfile-ubi8-8.9-1107
LABEL "distribution-scope"="public" "vendor"="Red Hat, Inc." "build-date"="2024-01-03T02:09:22" "architecture"="aarch64" "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=arm64 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=arm64 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=arm64 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:653a6edf36568be80b5dadba0e1551404d2ec5be0b8e36de86f6baeec255cee0 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 aarch64
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:14 -05:00
1
OCI / Docker
linux/arm64
200 MiB
Versions (2) View all
backup-fix-x86 2026-03-20
backup-fix 2026-03-20