sha256:fc738e9bd7767d27429c85fd4c418f22c53f2808021756813230e0fb02b81bc3
OS/ARCH
linux/amd64
Compressed size
278.97 MB
Last pushed
over 5 years by lucidprogrammer
Type
Image
Manifest digest
sha256:fc738e9bd7767d27429c85fd4c418f22c53f2808021756813230e0fb02b81bc3
Image Layers
172.05 MB21.75 KB3ARG TARGETARCH0 B4RUN |1 TARGETARCH=amd64 /bin/sh -c262 B5COPY Pipfile* ./ # buildkit11.26 KB6ENV PIP_NO_CACHE_DIR=1 PIPENV_SYSTEM=1 PIPENV_CLEAR=10 B7RUN |1 TARGETARCH=amd64 /bin/sh -c56.75 MB8ENV TINI_VERSION=v0.19.00 B9RUN |1 TARGETARCH=amd64 /bin/sh -c9.25 KB10ENV HOME=/opt/ansible USER_NAME=ansible USER_UID=10010 B11RUN /bin/sh -c echo "${USER_NAME}:x:${USER_UID}:0:${USER_NAME}544 B12WORKDIR /opt/ansible0 B13USER 10010 B14COPY /workspace/build/ansible-operator /usr/local/bin/ansible-operator # buildkit19.75 MB15ENTRYPOINT ["/tini" "--" "/usr/local/bin/ansible-operator" "run"0 B16ENV KUBECTL_VERSION=v1.19.30 B17ENV HELM_VERSION=v3.5.40 B18COPY requirements.yml /opt/ansible/requirements.yml # buildkit253 B19RUN /bin/sh -c ansible-galaxy collection135.5 KB20COPY watches.yaml /opt/ansible/watches.yaml # buildkit478 B21COPY roles/ /opt/ansible/roles/ # buildkit9.45 KB22COPY playbooks/ /opt/ansible/playbooks/ # buildkit556 B23USER root0 B24RUN /bin/sh -c curl -L24 MB25RUN /bin/sh -c yum install82.03 MB26COPY /src/vertical-pod-autoscaler/ /opt/ansible/vertical-pod-autoscaler/ # buildkit14.11 MB27COPY custom-scripts/create-*.sh /opt/ansible/ # buildkit3.77 KB28ENV VPA=/opt/ansible/vertical-pod-autoscaler/0 B29ENV PATH=/opt/ansible/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B30ENV CREATE_ELB_MAPPING_AWS=/opt/ansible/create-elb-mapping.sh0 B31USER 10010 B32RUN /bin/sh -c pip3 install10.11 MBCommand