feat: harden reviewed registry releases
All checks were successful
Standalone registry checks / check (push) Successful in 3m43s
All checks were successful
Standalone registry checks / check (push) Successful in 3m43s
This commit is contained in:
parent
0bcd4a2fc9
commit
e83f43d00f
37 changed files with 2856 additions and 286 deletions
13
ci/Dockerfile
Normal file
13
ci/Dockerfile
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# By Nic Weyand! Pinned toolchain image for the repository-scoped isolated runner.
|
||||
FROM rust:1.98.0-trixie@sha256:620dbcd124499c59e2406d3741574b5c5838cf9eb9656f0c3a03948f79b02959
|
||||
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y --no-install-recommends \
|
||||
cmake \
|
||||
openssh-client \
|
||||
python3 \
|
||||
shellcheck \
|
||||
&& rm -rf /var/lib/apt/lists/* \
|
||||
&& rustup component add clippy rustfmt
|
||||
|
||||
WORKDIR /workspace
|
||||
Loading…
Add table
Add a link
Reference in a new issue