Go to file
Milton Camacho 483cc64d53 corrected creation of ci-env.yml and more use of pathlib 2024-01-31 20:58:41 +00:00
docker corrected creation of ci-env.yml and more use of pathlib 2024-01-31 20:58:41 +00:00
.gitlab-ci.yml fix tags: avoid MR to overwrite latest 2024-01-31 11:37:45 -05:00
README.md refactor initial commit 2023-10-27 13:54:58 -04:00

README.md

ni-dataops containers

This repo contains builds of containers used in the ci-pipelines To build these, it requires a docker-in-docker runner. Any changes to Dockerfile or folder of a container should trigger a rebuild and push to gitlab registry.

datalad-apptainer

A simple lightweight container (alpine-based) that contains datalad, datalad-containers and apptainer. It's an apptainer-in-docker setup, which avoids caveats of using docker-in-docker (DinD), and allow to use community or custom containers made for rootless HPC usage. That simple env allows notably to run ReproNim bids-app on bids repos but could also run other apptainer images.

datalad-docker

Not currently used, replaced by datalad-apptainer.

heudiconv

Container used for the dicom to BIDS conversion.

deface

Custom defacing

pydeface

Not currently used.