GitHub actions workflow to create Debian Med images for OISTs bioinformatics user group.
See also https://github.com/oist/BioinfoUgrp/blob/master/DebianMedModules.md and oist/BioinfoUgrp_UnixGoodies_Images.
ml singularity
singularity pull docker://ghcr.io/oist/bioinfougrp_debianmed_images:latest
Make sure you have a token with at least read permissions for packages.
Example with 12.1-1
.
podman login ghcr.io
podman pull ghcr.io/oist/bioinfougrp_debianmed_images:latest
podman tag ghcr.io/oist/bioinfougrp_debianmed_images:latest ghcr.io/oist/bioinfougrp_debianmed_images:12.1-1
podman push ghcr.io/oist/bioinfougrp_debianmed_images:12.1-1