sha256:7587fe4067d187b70e307403443e8c5883dca276b8f19429b27c7ee4e9f93d19
OS/ARCH
linux/amd64
Compressed size
336.67 MB
Last pushed
over 2 years by clivebird
Type
Image
Manifest digest
sha256:7587fe4067d187b70e307403443e8c5883dca276b8f19429b27c7ee4e9f93d19
Image Layers
1ARG RELEASE0 B2ARG LAUNCHPAD_BUILD_ARCH0 B3LABEL org.opencontainers.image.ref.name=ubuntu0 B4LABEL org.opencontainers.image.version=22.040 B5ADD file ... in / 29.03 MB6CMD ["/bin/bash"]0 B7RUN /bin/sh -c apt-get update34.67 MB8RUN /bin/sh -c DEBIAN_FRONTEND=noninteractive apt-get126.1 MB9RUN /bin/sh -c cd /tmp62.56 MB10RUN /bin/sh -c cd /tmp/libzmq15.27 MB11RUN /bin/sh -c rm /tmp/*131 B12RUN /bin/sh -c apt-get install496.16 KB13RUN /bin/sh -c wget https://cmake.org/files/v3.6/cmake-3.6.2.tar.gz6.59 MB14RUN /bin/sh -c tar xzf6.61 MB15RUN /bin/sh -c cd /tmp/cmake-3.6.254.52 MB16RUN /bin/sh -c /opt/cmake/bin/cmake -version32 B17RUN /bin/sh -c rm /tmp/*152 B18RUN /bin/sh -c cd /tmp804.45 KB19RUN /bin/sh -c mkdir -p120 B20WORKDIR /opt/hello-world32 B21COPY . /opt/hello-world # buildkit1.5 KB22RUN /bin/sh -c /opt/cmake/bin/cmake .30.13 KB23RUN /bin/sh -c make #12.74 KB24EXPOSE map[5555/tcp:{}]0 B25CMD ["/bin/sh" "-c" "./zmq_hello_world"]0 BCommand
ARG RELEASE