Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

container versioning is not working #1380

Open
muehlboeck opened this issue Jan 29, 2025 · 1 comment
Open

container versioning is not working #1380

muehlboeck opened this issue Jan 29, 2025 · 1 comment
Labels

Comments

@muehlboeck
Copy link

What happened?

For both singularity and docker I seem not to be able to check out a specific version of mriqc (24.0.2)
I initially tried with the version only and then again with the Manifest digest for that version.
I always end up with : MRIQC 24.1.0.dev0+gd5b13cb5.d20240826

singularity run --cleanenv mriqc-24.0.2.simg --version
MRIQC v24.1.0.dev0+gd5b13cb5.d20240826

docker run -it --rm nipreps/mriqc@sha256:dabe930dd0d1180c565a42f2c6a34f2b23026d9642db5d110f05b427413b829f --version
MRIQC v24.1.0.dev0+gd5b13cb5.d20240826

What command did you use?

singularity build ./mriqc-24.0.2.simg docker://nipreps/mriqc:24.0.2

singularity build ./mriqc-24.0.2.simg docker://nipreps/mriqc@sha256:dabe930dd0d1180c565a42f2c6a34f2b23026d9642db5d110f05b427413b829f

docker pull nipreps/mriqc@sha256:dabe930dd0d1180c565a42f2c6a34f2b23026d9642db5d110f05b427413b829f

What version of the software are you running?

I would want 24.02 but get v24.1.0.dev0+gd5b13cb5.d20240826

How are you running this software?

Docker

Is your data BIDS valid?

Yes

Are you reusing any previously computed results?

No

Please copy and paste any relevant log output.

Additional information / screenshots

No response

@muehlboeck muehlboeck added the bug label Jan 29, 2025
@muehlboeck
Copy link
Author

singularity build ./mriqc-25.simg docker://nipreps/mriqc:25.0.0rc0

will work and produce a container with version 25.0.0rc0 ... so only versions <25 are not available apparently.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant