Sign inSign up

clivebird/experimentumcrucis:zmq-hello-world-server-cpp

Message queues
Manifest digest

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 B
2ARG LAUNCHPAD_BUILD_ARCH0 B
3LABEL org.opencontainers.image.ref.name=ubuntu0 B
4LABEL org.opencontainers.image.version=22.040 B
5ADD file ... in / 29.03 MB
6CMD ["/bin/bash"]0 B
7RUN /bin/sh -c apt-get update34.67 MB
8RUN /bin/sh -c DEBIAN_FRONTEND=noninteractive apt-get126.1 MB
9RUN /bin/sh -c cd /tmp62.56 MB
10RUN /bin/sh -c cd /tmp/libzmq15.27 MB
11RUN /bin/sh -c rm /tmp/*131 B
12RUN /bin/sh -c apt-get install496.16 KB
13RUN /bin/sh -c wget https://cmake.org/files/v3.6/cmake-3.6.2.tar.gz6.59 MB
14RUN /bin/sh -c tar xzf6.61 MB
15RUN /bin/sh -c cd /tmp/cmake-3.6.254.52 MB
16RUN /bin/sh -c /opt/cmake/bin/cmake -version32 B
17RUN /bin/sh -c rm /tmp/*152 B
18RUN /bin/sh -c cd /tmp804.45 KB
19RUN /bin/sh -c mkdir -p120 B
20WORKDIR /opt/hello-world32 B
21COPY . /opt/hello-world # buildkit1.5 KB
22RUN /bin/sh -c /opt/cmake/bin/cmake .30.13 KB
23RUN /bin/sh -c make #12.74 KB
24EXPOSE map[5555/tcp:{}]0 B
25CMD ["/bin/sh" "-c" "./zmq_hello_world"]0 B

Command

 ARG RELEASE