Skip to content

vibbits/rust-node-ci

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust/node docker images for Continuous Integration

Docker images optimized for building Rust and Node projects in CI.

  • rust-node: The base image.
  • rust-elm: An image for building Rust and Elm projects.

Releasing

Docker Hub has put automatic releases behind a paywall so here are the release instructions:

  1. Update the dockerfiles as necessary
  2. Ensure you're logged in as the vibbioinfocore user
  3. in rust-node/ run: docker build -t vibbioinfocore/rust-node-ci:latest .
  4. Ensure versions are correct with: docker run vibbioinfocore/rust-node-ci:latest .
  5. Push with: docker push vibbioinfocore/rust-node-ci:latest
  6. Switch to rust-elm/
  7. Build with: docker build -t vibbioinfocore/rust-node-ci:elm .
  8. Ensure versions are correct with: docker run vibbioinfocore/rust-node-ci:elm .
  9. Push with: docker push vibbioinfocore/rust-node-ci:latest
  10. Check docker Hub: https://hub.docker.com/r/vibbioinfocore/rust-node-ci
  11. Update the DockerHub README with the new versions

Releases

No releases published

Packages

No packages published