Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b04192bc18 | |||
|
780e19d7a2
|
|||
|
8fd17ffcc7
|
|||
| 0ba7f6c216 | |||
|
|
1281743e27 | ||
|
|
fb098cfd7f |
36
Dockerfile
36
Dockerfile
@@ -1,18 +1,18 @@
|
||||
FROM rust:1.71.1
|
||||
|
||||
LABEL "com.github.actions.name"="Rust Action Box"
|
||||
LABEL "com.github.actions.description"="'Silverbullet' for a quickstart Rust CI based upon Github Actions"
|
||||
LABEL "com.github.actions.icon"="play-circle"
|
||||
LABEL "com.github.actions.color"="gray-dark"
|
||||
|
||||
RUN rustup component add clippy-preview
|
||||
RUN rustup component add rustfmt-preview
|
||||
|
||||
RUN cargo install cargo-release
|
||||
|
||||
RUN apt-get update && apt-get install -y \
|
||||
cmake \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
COPY entrypoint.sh /entrypoint.sh
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
FROM git.nanobyte.cz/nanobyte-public/nano-rust:1.78.81a775c
|
||||
|
||||
LABEL "com.github.actions.name"="Rust Action Box"
|
||||
LABEL "com.github.actions.description"="'Silverbullet' for a quickstart Rust CI based upon Github Actions"
|
||||
LABEL "com.github.actions.icon"="play-circle"
|
||||
LABEL "com.github.actions.color"="gray-dark"
|
||||
|
||||
RUN rustup component add clippy-preview
|
||||
RUN rustup component add rustfmt-preview
|
||||
|
||||
RUN cargo install cargo-release
|
||||
|
||||
RUN apt-get update && apt-get install -y \
|
||||
cmake \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
COPY entrypoint.sh /entrypoint.sh
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
|
||||
@@ -2,11 +2,11 @@
|
||||
|
||||
'Silverbullet' for a quickstart Rust CI based upon [Github Actions](https://developer.github.com/actions/)
|
||||
|
||||
[](https://conventionalcommits.org) [](https://blog.rust-lang.org/2023/08/03/Rust-1.71.1.html)
|
||||
[](https://blog.rust-lang.org/2023/10/05/Rust-1.73.0.html)
|
||||
|
||||
*What's inside the "box":*
|
||||
|
||||
* Rust 1.71.1
|
||||
* Rust 1.73.0
|
||||
* Rustfmt
|
||||
* Clippy
|
||||
* Cargo Release
|
||||
|
||||
Reference in New Issue
Block a user