/SlicerDockerUpdate

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

Primary LanguageShellApache License 2.0Apache-2.0

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