Sign inSign up

okteto/cplusplus-getting-started:hello-world

Manifest digest

sha256:0d557274008df6dc3268ff4b4fb4338bf31ee7f7e444a9130207d297b43e53dc

OS/ARCH

linux/amd64

Compressed size

527.05 MB

Last pushed

10 months by ciokteto

Type

Image

Manifest digest

sha256:0d557274008df6dc3268ff4b4fb4338bf31ee7f7e444a9130207d297b43e53dc

Image Layers

1ADD file ... in / 47.28 MB
2CMD ["bash"]0 B
3/bin/sh -c set -eux; apt-get22.94 MB
4/bin/sh -c set -eux; apt-get61.17 MB
5/bin/sh -c set -ex; apt-get201.42 MB
6RUN /bin/sh -c set -eux;2.68 MB
7ENV GPG_KEYS=B215C1633BCA0477615F1B35A5B3A004745C015A B3C42148A44E6983B3E4CC0793FA9B1AB75C61B8 90AA470469D3965A87A5DCB494D03953902C9419 80F98B2E0DAB6C8281BDF541A7C8C3B2F71EDF1C0 B
8ENV GCC_MIRRORS=https://ftpmirror.gnu.org/gcc https://mirrors.kernel.org/gnu/gcc https://bigsearcher.com/mirrors/gcc/releases http://www.netgull.com/gcc/releases0 B
9ENV GCC_VERSION=13.2.00 B
10RUN /bin/sh -c set -ex;138.32 MB
11RUN /bin/sh -c set -ex;9.4 KB
12RUN /bin/sh -c set -ex;1.74 KB
13RUN /bin/sh -c apt-get update52.06 MB
14WORKDIR /app93 B
15COPY Makefile /app # buildkit214 B
16COPY headers /app # buildkit58.7 KB
17COPY hello-world.cpp /app # buildkit380 B
18RUN /bin/sh -c make build1.11 MB
19ENTRYPOINT ["./app/hello-world"]0 B

Command

ADD file:b9a9fc37b874060c713002ae1ac220f097edd7c6576116c22bb15aad8229b1b3 in /