sha256:8ac7302a55d7b52ae6ebab2b287d5f36337ffa4ff71e7ed2c4f5bbbbd6f013af
OS/ARCH
Compressed size
420.39 MB
Last pushed
8 months by liftoffdockerhub
Type
Image
Manifest digest
sha256:823f7298f9bf7875fde2dca26a1512542d243822067aa8abbd75e671c2eed030
Image Layers
1# debian.sh --arch 'amd64' out/47 MB2RUN /bin/sh -c set -eux;24.43 MB3RUN /bin/sh -c set -eux;64.65 MB4RUN /bin/sh -c set -eux;97.41 MB5ENV GOLANG_VERSION=1.25.50 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/ / # buildkit57.36 MB10RUN /bin/sh -c mkdir -p126 B11WORKDIR /go32 B12ENV OUTDIR=/out0 B13RUN /bin/sh -c go install10.53 MB14RUN /bin/sh -c go install4.54 MB15RUN /bin/sh -c go install6.17 MB16RUN /bin/sh -c go install12.18 MB17RUN /bin/sh -c go install10.95 MB18RUN /bin/sh -c rm -rf165 B19COPY files/report.sh /usr/local/bin/report.sh # buildkit371 B20COPY files/coverage.sh /usr/local/bin/coverage.sh # buildkit847 B21COPY files/lint.sh /usr/local/bin/lint.sh # buildkit459 B22ARG TARGETARCH=amd640 B23RUN |1 TARGETARCH=amd64 /bin/sh -c32 B24RUN |1 TARGETARCH=amd64 /bin/sh -c32 B25RUN |1 TARGETARCH=amd64 /bin/sh -c79.48 MB26ADD https://github.com/catboost/catboost/releases/download/v1.2.8/libcatboostmodel-linux-x86_64-1.2.8.so /usr/local/lib/amd64/libcatboostmodel.so # buildkit2.87 MB27ADD https://github.com/catboost/catboost/releases/download/v1.2.8/libcatboostmodel-linux-aarch64-1.2.8.so /usr/local/lib/arm64/libcatboostmodel.so # buildkit2.83 MB28ADD https://raw.githubusercontent.com/catboost/catboost/v1.2.8/catboost/libs/model_interface/c_api.h /usr/local/include/c_api.h # buildkit3.1 KB29ENV LD_LIBRARY_PATH=/usr/local/lib/amd640 B30COPY files/coverage.sh /usr/local/bin/coverage.sh # buildkit847 B31ENV GO_TEST_TAGS=-tags=catboost0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1768176000'