@@ -7,7 +7,7 @@ Rust base image for use in Gitlab CI. Includes extra tools to support the CI use
To use this image as the base for your CI pipeline, include the following at the head of your `.gitlab-ci.yml`:
```yaml
image:cr.weirdboi.dev/base/rust:1.82
image:cr.weirdboi.dev/base/rust:1.84
```
To use this image for a specific pipeline job, include the following in your job spec:
...
...
@@ -36,4 +36,9 @@ my_build_step:
### Extra Binaries
-`junitify` - Can be used to transform the output of `cargo test` into a junit.xml file
\ No newline at end of file
-`junitify` - Can be used to transform the output of `cargo test` into a junit.xml file
-`node` - Node.js javascript runtime
### Cross support
- The container also includes `cross`, but does not install additional toolchains by default. This can be used to avoid prebuilding additional image versions in environments with DinD support