Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 278 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 278 Bytes

What

This repo contains scripts for building VG containers used for TA and MPQC CI. These containers can also be used locally for development.

How

  • Authenticate with Docker Hub: docker login -u <docker.com username>
  • Build and push: cd docker-images && make push/all