ucatlas/analysistop
xAODAnaHelpers images built on AnalysisTop.
5.5K
To see the full source code of xAODAnaHelpers included for each tag/release, visit github://UCATLAS/xAODAnaHelpers.
To get the latest image for an analysisbase release, you can run:
docker pull ucatlas/analysistop:21.2.13-latest
docker run -it --rm ucatlas/analysistop:21.2.13-latest bash
which puts you into the docker image and xAH is precompiled and the environment is set up so you can:
All builds are based on pushes to master which are deployed from .travis.yml
executing a deploy.sh script like so:
deploy:
provider: script
skip_cleanup: true
script: ci/deploy.sh
on:
branch: master
Every release that gets tagged and pushed to hub.docker.com will follow the format
{release}-{short hash}-{date}
We also push a latest
image for every release of the format
{release}-latest
docker pull ucatlas/analysistop