sha256:2b2d001c7ce7f098a61553a31e7f3c246796189f583a75092950fdd447e0cd19
OS/ARCH
linux/amd64
Compressed size
400.35 MB
Last pushed
over 3 years by zappyshu
Type
Image
Manifest digest
sha256:2b2d001c7ce7f098a61553a31e7f3c246796189f583a75092950fdd447e0cd19
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 update195.69 MB11COPY /images/builder/requirements.txt /state/requirements.txt # buildkit393 B12RUN /bin/sh -c pip install22.15 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=stable145.97 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.95 KB23COPY /images/builder/run.* /stage/ # buildkit1.18 KB24COPY /images/builder/builder/ /stage/builder/ # buildkit24.53 KB25COPY /images/builder/dind /usr/local/bin/dind # buildkit749 B26ENTRYPOINT ["/stage/run.sh"]0 BCommand
ARG RELEASE