sha256:6268896b9b5dd7d7f0fdaf4732331ab0225e9450ae496a276a82ebc1c932d33c
OS/ARCH
Compressed size
409.4 MB
Last pushed
10 months by liftoffdockerhub
Type
Image
Manifest digest
sha256:1c45de0949265f1605d4e90764106e5c4613fdebb814ebed45488182cc26c5de
Image Layers
1# debian.sh --arch 'arm64' out/46.09 MB2RUN /bin/sh -c set -eux;22.45 MB3RUN /bin/sh -c set -eux;61.37 MB4RUN /bin/sh -c set -eux;82.41 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/ / # buildkit71.72 MB10RUN /bin/sh -c mkdir -p126 B11WORKDIR /go32 B12ENV OUTDIR=/out0 B13RUN /bin/sh -c go install9.9 MB14RUN /bin/sh -c go install4.29 MB15RUN /bin/sh -c go install7.43 MB16RUN /bin/sh -c go install11.82 MB17RUN /bin/sh -c go install8.29 MB18RUN /bin/sh -c rm -rf166 B19COPY files/report.sh /usr/local/bin/report.sh # buildkit375 B20COPY files/coverage.sh /usr/local/bin/coverage.sh # buildkit837 B21COPY files/lint.sh /usr/local/bin/lint.sh # buildkit461 B22ARG TARGETARCH=arm640 B23RUN |1 TARGETARCH=arm64 /bin/sh -c32 B24RUN |1 TARGETARCH=arm64 /bin/sh -c32 B25RUN |1 TARGETARCH=arm64 /bin/sh -c77.92 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/arm640 B30COPY files/coverage.sh /usr/local/bin/coverage.sh # buildkit854 B31ENV GO_TEST_TAGS=-tags=catboost0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1745798400'