-
Notifications
You must be signed in to change notification settings - Fork 596
How to update the gatk base docker
Louis Bergelson edited this page Dec 11, 2018
·
4 revisions
- choose a new version number for the base image and manually update the version in
scripts/docker/gatkbase/build_docker_base.sh
- build the gatkbase image using that scriptand upload it to the gatk-dev docker repo
- update the Dockerfile in the main gatk to use the image you pushed
- commit the changes to the two docker files and to a new pull request
- wait for the tests to pass and show it to a reviewer
- push the base image to the official gatk repo with the right name
- update the main docker to point to the official version you just released
- wait for tests to pass in travis and merge
You can also upload to gcr