sha256:b4fce255ad9b7f2878b11184e1885379744211f30889fb0ae83e21bd5ebb631e
OS/ARCH
linux/amd64
Compressed size
398.63 MB
Last pushed
about 1 year by nickadcock815
Type
Image
Manifest digest
sha256:b4fce255ad9b7f2878b11184e1885379744211f30889fb0ae83e21bd5ebb631e
Image Layers
1ARG RELEASE0 B2ARG LAUNCHPAD_BUILD_ARCH0 B3LABEL org.opencontainers.image.ref.name=ubuntu0 B4LABEL org.opencontainers.image.version=18.040 B5ADD file ... in / 24.5 MB6CMD ["/bin/bash"]0 B7RUN /bin/sh -c mkdir -p132 B8WORKDIR /stage32 B9ENV DEBIAN_FRONTEND=noninteractive0 B10RUN /bin/sh -c apt-get update196.59 MB11COPY /images/builder/requirements.txt /state/requirements.txt # buildkit392 B12RUN /bin/sh -c pip install22.17 MB13ARG DOCKER_VERSION0 B14ARG DOCKER_EDITION0 B15ARG CHANNEL0 B16ARG DOCKER_URL0 B17ARG COMPOSE_VERSION0 B18RUN |5 DOCKER_VERSION=5:20.10.17~3-0~ubuntu-bionic DOCKER_EDITION=ce CHANNEL=stable143.32 MB19RUN |5 DOCKER_VERSION=5:20.10.17~3-0~ubuntu-bionic DOCKER_EDITION=ce CHANNEL=stable12.03 MB20VOLUME [/src]0 B21VOLUME [/var/lib/docker]0 B22COPY ssh/known_hosts /root/.ssh/known_hosts # buildkit1.39 KB23COPY /images/builder/run.* /stage/ # buildkit1.18 KB24COPY /images/builder/builder/ /stage/builder/ # buildkit24.53 KB25COPY /images/builder/dind /usr/local/bin/dind # buildkit753 B26ENTRYPOINT ["/stage/run.sh"]0 BCommand
ARG RELEASE