Sign inSign up

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

Message queues
Manifest digest

sha256:213927fb48cef4bf3e08d20e325023899f237b57fc015144a33a0d2337014403

OS/ARCH

linux/amd64

Compressed size

336.67 MB

Last pushed

over 2 years by clivebird

Type

Image

Manifest digest

sha256:213927fb48cef4bf3e08d20e325023899f237b57fc015144a33a0d2337014403

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.12 KB
23RUN /bin/sh -c make #13.21 KB
24EXPOSE map[5555/tcp:{}]0 B
25CMD ["/bin/sh" "-c" "./zmq_hello_world"]0 B

Command

 ARG RELEASE