Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 904 Bytes

README.md

File metadata and controls

35 lines (26 loc) · 904 Bytes

ecloud-scrubbing-containers

Dockerfiles for containers related to electron cloud codes.

Example to build an image:

$ sudo docker build -f xsuite_2022.1 -t registry.cern.ch/ecloud-scrubbing/xsuite:2022.1 .

To push the image to the registry:

$ sudo docker login registry.cern.ch
$ sudo docker push registry.cern.ch/ecloud-scrubbing/xsuite:2022.1

Your password to login in registry.cern.ch via docker be found in the user profile in registry.cern.ch (called "CLI secret").

Available images:

https://registry.cern.ch/harbor/projects/3625/repositories

Xsuite:

registry.cern.ch/ecloud-scrubbing/xsuite:2022.1
registry.cern.ch/ecloud-scrubbing/xsuite:2024.1
registry.cern.ch/ecloud-scrubbing/xsuite:2024.2
registry.cern.ch/ecloud-scrubbing/xsuite:2024Feb

Pyecloud:

registry.cern.ch/ecloud-scrubbing/pyecloud:2023.1
registry.cern.ch/ecloud-scrubbing/pyecloud:2024.1