sha256:70bb9e84d8070c92f998cef7bb910d6e4c67c495e3e4b206fe32c20c20345893
OS/ARCH
linux/amd64
Compressed size
814.74 MB
Last pushed
over 1 year by lspwd2
Type
Image
Manifest digest
sha256:70bb9e84d8070c92f998cef7bb910d6e4c67c495e3e4b206fe32c20c20345893
Image Layers
1ARG RELEASE0 B2ARG LAUNCHPAD_BUILD_ARCH0 B3LABEL org.opencontainers.image.ref.name=ubuntu0 B4LABEL org.opencontainers.image.version=24.040 B5ADD file ... in / 28.37 MB6CMD ["/bin/bash"]0 B7RUN /bin/sh -c mv /etc/apt/sources.list.d/ubuntu.sources1.18 KB8COPY ubuntu.sources /etc/apt/sources.list.d/ # buildkit441 B9RUN /bin/sh -c apt-get update493.9 MB10RUN /bin/sh -c apt-get install155.57 MB11COPY src/ansible/ansible.sudoer /etc/sudoers.d/ansible # buildkit395 B12RUN /bin/sh -c useradd -rm5.62 KB13USER remote0 B14WORKDIR /home/remote32 B15RUN /bin/sh -c mkdir -p163 B16COPY src/pip.conf /home/remote/.config/pip/ # buildkit273 B17COPY /home/builder/requirements.txt /home/remote/ # buildkit450 B18RUN /bin/sh -c python3.9 -m22.3 MB19USER ansible0 B20WORKDIR /home/ansible32 B21RUN /bin/sh -c mkdir -p169 B22COPY src/pip.conf /home/ansible/.config/pip/ # buildkit283 B23COPY src/ansible-inventory /home/ansible/.ansible-inventory/ # buildkit363 B24COPY --chown=ansible:ansible --chmod=750 src/ansible/session-startup.sh /home/ansible/617 B25RUN /bin/sh -c mkdir ~/.ssh114.58 MB26ENTRYPOINT ["/usr/bin/bash" "--login"]0 BCommand
ARG RELEASE