rashmichandrashekarms/prometheus-reference-app:golang-090723

Manifest digest

sha256:4d8619113025350a7e915eec232aa1d88515186e90672b14c69171fa3bf31860

OS/ARCH

linux/amd64

Compressed size

390.58 MB

Last pushed

almost 3 years by rashmichandrashekarms

Type

Image

Manifest digest

sha256:4d8619113025350a7e915eec232aa1d88515186e90672b14c69171fa3bf31860

Image Layers

1ADD file ... in / 47.26 MB
2CMD ["bash"]0 B
3/bin/sh -c set -eux; apt-get22.92 MB
4/bin/sh -c apt-get update &&61.14 MB
5/bin/sh -c set -eux; apt-get87.79 MB
6ENV PATH=/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B
7ENV GOLANG_VERSION=1.20.80 B
8/bin/sh -c set -eux; arch="$(dpkg95.83 MB
9ENV GOPATH=/go0 B
10ENV PATH=/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B
11/bin/sh -c mkdir -p "$GOPATH/src"126 B
12WORKDIR /go0 B
13ENV GO111MODULE=on CGO_ENABLED=0 GOOS=linux GOARCH=amd640 B
14WORKDIR /build95 B
15COPY go.mod . # buildkit225 B
16COPY go.sum . # buildkit5.36 KB
17RUN /bin/sh -c go mod42.28 MB
18COPY . . # buildkit4.15 KB
19RUN /bin/sh -c go build27.15 MB
20WORKDIR /dist94 B
21RUN /bin/sh -c cp /build/main6.21 MB
22EXPOSE map[2112/tcp:{} 2113/tcp:{}]0 B
23CMD ["/dist/main"]0 B

Command

ADD file:3a6d159d80cb8abfacda5873c243a6ae635ff603708febc4df51f8eec26d3de7 in /