Skip to content

Commit

Permalink
registry: added quay.io/pawsey, 4x python containers (#525)
Browse files Browse the repository at this point in the history
* registry: added quay.io/pawsey/*python containers
* adding quotes around tags so schema validation is fixed
  • Loading branch information
marcodelapierre committed Mar 26, 2022
1 parent 6828a22 commit 6fbddb7
Show file tree
Hide file tree
Showing 4 changed files with 74 additions and 0 deletions.
19 changes: 19 additions & 0 deletions registry/quay.io/pawsey/cuda-hpc-python/container.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
docker: quay.io/pawsey/cuda-hpc-python
url: https://quay.io/repository/pawsey/cuda-hpc-python
maintainer: '@marcodelapierre'
description: Base Python images with popular packages for HPC workflows, with CUDA support.
latest:
"2022.03-hdf5mpi": sha256:74d5953fb12c9cdc0657d8edc3135f1001d11de9a0f5c2ab4ac55238aac405b2
tags:
"2021.09": sha256:4785a7b1ea3013c276be0b34664d477935961ac5cc89cced3105edddc011a661
"2021.09-hdf5mpi": sha256:904e55e2d760ac6c0e9db759c86c8942a3873e9009f7bfad05ec8258fbe7a29a
"2022.03": sha256:9d0c078fd2854217dfcbfff9483193848c6dc0e80308d15d567c7eaa88f9bfd1
"2022.03-hdf5mpi": sha256:74d5953fb12c9cdc0657d8edc3135f1001d11de9a0f5c2ab4ac55238aac405b2
aliases:
python: /usr/local/bin/python
env:
PYTHONSTARTUP: ""
PYTHONUSERBASE: ""
features:
home: true
gpu: true
19 changes: 19 additions & 0 deletions registry/quay.io/pawsey/cuda-intel-hpc-python/container.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
docker: quay.io/pawsey/cuda-intel-hpc-python
url: https://quay.io/repository/pawsey/cuda-intel-hpc-python
maintainer: '@marcodelapierre'
description: Base Python images with popular packages for HPC workflows, using Intel Python and with CUDA support.
latest:
"2022.03-hdf5mpi": sha256:fdceb909362b178b0f461a9e77cd2fd796f1892e0a4f9797c3378b19974bb121
tags:
"2021.09": sha256:3669ef9bdb54acf18f637e4a32ca9df177ce0b711d7054a8c87c37498a446d22
"2021.09-hdf5mpi": sha256:f120d72b065efcbc93ba500dd166c8bdab3e5cdab2a8f42863f904665a118726
"2022.03": sha256:90462b7b03394421734ff744caa416f9de2d14dfa7d4878da279373301c6d4b6
"2022.03-hdf5mpi": sha256:fdceb909362b178b0f461a9e77cd2fd796f1892e0a4f9797c3378b19974bb121
aliases:
python: /opt/conda/bin/python
env:
PYTHONSTARTUP: ""
PYTHONUSERBASE: ""
features:
home: true
gpu: true
18 changes: 18 additions & 0 deletions registry/quay.io/pawsey/hpc-python/container.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
docker: quay.io/pawsey/hpc-python
url: https://quay.io/repository/pawsey/hpc-python
maintainer: '@marcodelapierre'
description: Base Python images with popular packages for HPC workflows.
latest:
"2022.03-hdf5mpi": sha256:e9a0db88e98c2388d8731a983ed845b46ce0e2d99d4566802b84142ce21e1c23
tags:
"2021.09": sha256:c2f3f585a0be711046583c5861199107c94e047545325834d68d81d2582b7a04
"2021.09-hdf5mpi": sha256:9d34b5908630e028a6a084891af8b6e65f2626c30e57c06e883f8909850c782b
"2022.03": sha256:962e7c24302b2dc3946bb22326d0cb4385373113a212231488070aa3e43bd1a1
"2022.03-hdf5mpi": sha256:e9a0db88e98c2388d8731a983ed845b46ce0e2d99d4566802b84142ce21e1c23
aliases:
python: /usr/local/bin/python
env:
PYTHONSTARTUP: ""
PYTHONUSERBASE: ""
features:
home: true
18 changes: 18 additions & 0 deletions registry/quay.io/pawsey/intel-hpc-python/container.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
docker: quay.io/pawsey/intel-hpc-python
url: https://quay.io/repository/pawsey/intel-hpc-python
maintainer: '@marcodelapierre'
description: Base Python images with popular packages for HPC workflows, using Intel Python.
latest:
"2022.03-hdf5mpi": sha256:8cb0238d2ed84f284c50cf1cd8811b12043e687a2b5ff4c858eac70acec7a549
tags:
"2021.09": sha256:a22b12d7341cac98f41fa59cff964d61838e53e88ab8ec7f4148a8b5624e794e
"2021.09-hdf5mpi": sha256:1fee6bca096915d6929cae10f75a0e8adc13859aeef2e140aa7ec4f9728f774d
"2022.03": sha256:d2a8ac146efbdff9b147f1d921295a710678d281a5af149c6f272da1cedf20a4
"2022.03-hdf5mpi": sha256:8cb0238d2ed84f284c50cf1cd8811b12043e687a2b5ff4c858eac70acec7a549
aliases:
python: /opt/conda/bin/python
env:
PYTHONSTARTUP: ""
PYTHONUSERBASE: ""
features:
home: true

0 comments on commit 6fbddb7

Please sign in to comment.