sha256:b6f2e6518c4e2c19cff9afeff42f28ee12d58c8c0a5ad45dc4fc6e99a31ab75c
OS/ARCH
linux/amd64
Compressed size
487.63 MB
Last pushed
over 1 year by shantanua
Type
Image
Manifest digest
sha256:b6f2e6518c4e2c19cff9afeff42f28ee12d58c8c0a5ad45dc4fc6e99a31ab75c
Image Layers
1# debian.sh --arch 'amd64' out/46.23 MB2RUN /bin/sh -c set -eux;22.94 MB3RUN /bin/sh -c set -eux;61.41 MB4RUN /bin/sh -c set -eux;88.05 MB5ENV GOLANG_VERSION=1.22.120 B6ENV GOTOOLCHAIN=local0 B7ENV GOPATH=/go0 B8ENV PATH=/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B9COPY /target/ / # buildkit66.15 MB10RUN /bin/sh -c mkdir -p126 B11WORKDIR /go32 B12COPY /otelcol-contrib /otelcol-contrib # buildkit75.55 MB13WORKDIR /go/src/app139 B14COPY go.mod go.sum ./ #66.87 KB15COPY *.go ./ # buildkit3.44 KB16COPY flog/ flog/ # buildkit4.36 KB17COPY log/ log/ # buildkit3.38 KB18RUN /bin/sh -c go mod67.72 MB19RUN /bin/sh -c CGO_ENABLED=0 GOOS=linux59.49 MB20COPY otel-config.yaml /etc/otel/config.yaml # buildkit400 B21COPY <<EOF /start.sh # buildkit232 B22RUN /bin/sh -c chmod +x258 B23ENTRYPOINT ["/start.sh"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1738540800'