Skip to content

ready2order/docker-rust-ci

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-rust-ci

Dockerfile for a Rust Docker image intended for CI jobs.

In addition to rustc and cargo, the image contains multiple additional tools.

Tags

  • nightly (latest nightly, built daily)
  • nightly-YYYY-MM-DD (specific nightlies)

Image

  • Based on debian:testing
  • Contains rustfmt and clippy for validating the source code.

A Travis cron job is used to publish the image daily with a tag for the current nightly and publish it to docker hub.

(Docker hub user/pw are stored in Gitlab job env config on the repo)

About

A Docker image with rustftm and clippy for running Rust CI jobs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages