sha256:6268896b9b5dd7d7f0fdaf4732331ab0225e9450ae496a276a82ebc1c932d33c
OS/ARCH
Compressed size
418.07 MB
Last pushed
10 months by liftoffdockerhub
Type
Image
Manifest digest
sha256:0f4a1d3b153d50faee492b348818a3157e75976e49ce66a0bd4fe38c715df366
Image Layers
1# debian.sh --arch 'amd64' out/46.24 MB2RUN /bin/sh -c set -eux;22.9 MB3RUN /bin/sh -c set -eux;61.41 MB4RUN /bin/sh -c set -eux;88.07 MB5ENV GOLANG_VERSION=1.24.20 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/ / # buildkit75.29 MB10RUN /bin/sh -c mkdir -p126 B11WORKDIR /go32 B12ENV OUTDIR=/out0 B13RUN /bin/sh -c go install10.32 MB14RUN /bin/sh -c go install4.52 MB15RUN /bin/sh -c go install7.5 MB16RUN /bin/sh -c go install12.2 MB17RUN /bin/sh -c go install8.68 MB18RUN /bin/sh -c rm -rf165 B19COPY files/report.sh /usr/local/bin/report.sh # buildkit374 B20COPY files/coverage.sh /usr/local/bin/coverage.sh # buildkit837 B21COPY files/lint.sh /usr/local/bin/lint.sh # buildkit462 B22ARG TARGETARCH=amd640 B23RUN |1 TARGETARCH=amd64 /bin/sh -c32 B24RUN |1 TARGETARCH=amd64 /bin/sh -c32 B25RUN |1 TARGETARCH=amd64 /bin/sh -c75.24 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 # buildkit849 B31ENV GO_TEST_TAGS=-tags=catboost0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1745798400'