Warning, /containers/mirrors.yaml.in is written in an unsupported language. File is not indexed.
0001 mirrors:
0002 eicweb:
0003 url: oci://${CI_REGISTRY}/${CI_PROJECT_PATH}/spack-${SPACK_VERSION}
0004 signed: false
0005 push:
0006 access_pair:
0007 - ${CI_REGISTRY_USER}
0008 - ${CI_REGISTRY_PASSWORD}
0009 ghcr:
0010 url: oci://ghcr.io/eic/spack-${SPACK_VERSION}
0011 signed: false
0012 push:
0013 access_pair:
0014 - ${GITHUB_REGISTRY_USER}
0015 - ${GITHUB_REGISTRY_TOKEN}
0016 eics3rw:
0017 signed: false
0018 fetch:
0019 url: s3://eictest/EPIC/spack/${SPACK_VERSION}
0020 access_pair:
0021 - ${S3RW_ACCESS_KEY}
0022 - ${S3RW_SECRET_KEY}
0023 access_token: null
0024 profile: null
0025 endpoint_url: https://eics3.sdcc.bnl.gov:9000
0026 push:
0027 url: s3://eictest/EPIC/spack/${SPACK_VERSION}
0028 access_pair:
0029 - ${S3RW_ACCESS_KEY}
0030 - ${S3RW_SECRET_KEY}
0031 access_token: null
0032 profile: null
0033 endpoint_url: https://eics3.sdcc.bnl.gov:9000