| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This repository automates keeping the SlicerDocker images in sync with the Slicer source tree.
It provides:
Published images are available on Docker Hub.
The Build and Publish workflow in this repository is scheduled to run daily at 04:30 UTC, roughly 30 minutes after the update-slicer-preview-branch workflow in the Slicer repository publishes the nightly-main branch.
You can also trigger the workflow manually from the GitHub UI with two inputs:
As an alternative to GitHub Actions, the original scripts can still be used to run updates manually or with cron.
git clone https://github.com/Slicer/SlicerDockerUpdate
cd SlicerDockerUpdate echo "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" > SLICERDOCKER_GITHUB_TOKEN
./setup.sh
0 21 * * * /bin/bash /home/kitware/Packaging/SlicerDockerUpdate/cronjob.sh >/home/kitware/Packaging/SlicerDockerUpdate/cronjob-log.txt 2>&1
It is covered by the Apache License, Version 2.0:
| Back | FazBrowse Home | New Git URL |