forgejo-action-rust (sha256:1cfb2a35bcbf1ad1144bcd5f51b6111bb7f05b1cb75b9c935ac1fb64fdd033ae)
Published 2025-12-23 18:53:08 +01:00 by Crizomb
Installation
docker pull git.rufous-trench.ts.net/crizomb/forgejo-action-rust@sha256:1cfb2a35bcbf1ad1144bcd5f51b6111bb7f05b1cb75b9c935ac1fb64fdd033aesha256:1cfb2a35bcbf1ad1144bcd5f51b6111bb7f05b1cb75b9c935ac1fb64fdd033aeImage layers
| # debian.sh --arch 'amd64' out/ 'trixie' '@1765152000' |
| ENV NODE_VERSION=20 |
| RUN /bin/sh -c apt-get update && apt-get install -y curl ca-certificates gnupg git openssh-client && curl -fsSL https://deb.nodesource.com/setup_${NODE_VERSION}.x | bash - && apt-get install -y nodejs && rm -rf /var/lib/apt/lists/* # buildkit |
| RUN /bin/sh -c node --version && npm --version && git --version # buildkit |
| CMD ["bash"] |
| RUN /bin/sh -c curl https://sh.rustup.rs -sSf | sh -s -- -y --profile minimal --default-toolchain stable # buildkit |
| ENV PATH=/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin |
| RUN /bin/sh -c rustc --version && cargo --version # buildkit |
Details
2025-12-23 18:53:08 +01:00
Versions (1)
View all
Container
0
OCI / Docker
linux/amd64
331 MiB
deb13-node20
2025-12-23