rust-ci (sha256:4a4bb83a2d0d0bc168c89e8945096ceb9aefa35d516ae9483d98af036bc770dc)
Published 2026-06-17 15:54:21 -04:00 by McPeakML
Installation
docker pull git.mcpeakdev.com/mcpeakdev/rust-ci@sha256:4a4bb83a2d0d0bc168c89e8945096ceb9aefa35d516ae9483d98af036bc770dcsha256:4a4bb83a2d0d0bc168c89e8945096ceb9aefa35d516ae9483d98af036bc770dcImage Layers
| ADD alpine-minirootfs-3.24.1-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| RUN /bin/sh -c apk add --no-cache bash && sed -i 's/ash/bash/' /etc/passwd # buildkit |
| ENV PATH=/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin |
| SHELL [/bin/bash -c] |
| RUN /bin/bash -c apk add --no-cache ca-certificates curl gcc git libgcc musl-dev nodejs unzip # buildkit |
| RUN /bin/bash -c curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --profile minimal # buildkit |
| RUN /bin/bash -c rustup component add rustfmt clippy # buildkit |
| RUN /bin/bash -c rustc --version # buildkit |