Back to home page

EIC code displayed by LXR

 
 

    


Warning, /containers/mirrors.yaml.in is written in an unsupported language. File is not indexed.

0001 mirrors:
0002   eicweb:
0003     autopush: true
0004     url: oci://${CI_REGISTRY}/${CI_PROJECT_PATH}/spack-${SPACKPACKAGES_VERSION}
0005     signed: false
0006     fetch:
0007       access_pair:
0008         id_variable: CI_REGISTRY_USER
0009         secret_variable: CI_REGISTRY_PASSWORD
0010     push:
0011       access_pair:
0012         id_variable: CI_REGISTRY_USER
0013         secret_variable: CI_REGISTRY_PASSWORD
0014   ghcr:
0015     autopush: true
0016     url: oci://ghcr.io/eic/spack-${SPACKPACKAGES_VERSION}
0017     signed: false
0018     fetch:
0019       access_pair:
0020         id_variable: GITHUB_REGISTRY_USER
0021         secret_variable: GITHUB_REGISTRY_TOKEN
0022     push:
0023       access_pair:
0024         id_variable: GITHUB_REGISTRY_USER
0025         secret_variable: GITHUB_REGISTRY_TOKEN