sha256:39a9e8e40f28f5c6cb5ea81ccd872f26995f559bf50b0f2b68f194729a69bb7e
OS/ARCH
Compressed size
568.6 MB
Last pushed
6 months by milanpredic
Type
Image
Manifest digest
sha256:7ce78651149bc970e36b6e83a8b50dbf122645a93dcdbe2fe90518ee3ef42e2e
Image Layers
1# debian.sh --arch 'amd64' out/26.92 MB2LABEL org.opencontainers.image.source=https://github.com/rust-lang/docker-rust0 B3ENV RUSTUP_HOME=/usr/local/rustup CARGO_HOME=/usr/local/cargo PATH=/usr/local/cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin RUST_VERSION=1.91.10 B4RUN /bin/sh -c set -eux;270.94 MB5RUN /bin/sh -c apt-get update258.67 MB6COPY /usr/local/lib/libta* /usr/local/lib/ # buildkit4.86 MB7COPY /usr/local/include/ta-lib/ /usr/local/include/ta-lib/ # buildkit23.16 KB8COPY /etc/ld.so.conf.d/ta-lib.conf /etc/ld.so.conf.d/ta-lib.conf # buildkit180 B9RUN /bin/sh -c ldconfig #5.39 KB10ENV LD_LIBRARY_PATH=/usr/local/lib LIBRARY_PATH=/usr/local/lib LLVM_CONFIG_PATH=/usr/bin/llvm-config LIBCLANG_PATH=/usr/lib/llvm-14/lib0 B11COPY helpers/smoke.sh /tmp/helpers/smoke.sh # buildkit1.05 KB12RUN /bin/sh -c chmod +x7.11 MB13WORKDIR /app93 B14COPY Cargo.toml /operators/ # buildkit417 B15COPY src/ /operators/src/ # buildkit64.32 KB16WORKDIR /app32 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1765152000'