Skip to content

Helper scripts allowing to automatically re-build and publish Slicer docker images

License

Notifications You must be signed in to change notification settings

Slicer/SlicerDockerUpdate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SlicerDockerUpdate

These scripts allow to:

  • update the Slicer revision associated with the docker images
  • build and publish the docker images

References

Usage

  1. Download scripts
git clone https://github.com/Slicer/SlicerDockerUpdate
  1. Configure GitHub token used to update Slicer revision
cd SlicerDockerUpdate
echo "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" > SLICERDOCKER_GITHUB_TOKEN
  1. Initialize
./setup.sh
  1. Add a crontab entry
0 21 * * * /bin/bash /home/kitware/Packaging/SlicerDockerUpdate/cronjob.sh >/home/kitware/Packaging/SlicerDockerUpdate/cronjob-log.txt 2>&1

License

It is covered by the Apache License, Version 2.0:

http://www.apache.org/licenses/LICENSE-2.0

About

Helper scripts allowing to automatically re-build and publish Slicer docker images

Topics

Resources

License

Stars

Watchers

Forks

Languages