The official root docker image.
Maintained by: openEuler CloudNative SIG.
Where to get help: openEuler CloudNative SIG, openEuler.
ROOT is a unified software package for the storage, processing, and analysis of scientific data: from its acquisition to the final visualization in form of highly customizable, publication-ready plots. It is reliable, performant and well supported, easy to use and obtain, and strives to maximize the quantity and impact of scientific results obtained per unit cost, both of human effort and computing resources.
The tag of each root docker image is consist of the version of root and the version of basic image. The details are as follows
| Tags | Currently | Architectures |
|---|---|---|
| 6-40-00-oe2403sp4 | root 6-40-00 on openEuler 24.03-lts-sp4 | amd64, arm64 |
| 6-40-00-oe2403sp3 | root 6-40-00 on openEuler 24.03-lts-sp3 | amd64, arm64 |
In this section, the typical use of the ROOT docker image will be introduced.
Start a ROOT interactive session in batch mode (no graphics):
docker run -it --rm openeuler/root:{Tag} root -b
Run a ROOT macro:
docker run -it --rm openeuler/root:{Tag} root -b -q 'TMath::Pi()'
Start a container shell to use ROOT tools:
docker run -it --rm openeuler/root:{Tag} bash
If you have any questions or want to use some special features, please submit an issue or a pull request on openeuler-docker-images.
Content type
Image
Digest
sha256:f4d01bb5b…
Size
600.3 MB
Last updated
2 months ago
docker pull openeuler/rootPulls:
4
Last week