-
Notifications
You must be signed in to change notification settings - Fork 132
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
BUG: puzzling erroneous version reporting in docker #1354
Comments
something fishy in the circleCI -> hatch link when running the |
It looks like the package is getting polluted, so a dirty version is being calculated. |
Oh ok,
|
Looks like we inject a token during the build process. Lines 131 to 137 in d5b13cb
So we probably need to set: ARG VERSION
ENV SETUPTOOLS_SCM_PRETEND_VERSION=$VERSION In the build step: Lines 31 to 37 in d5b13cb
|
What happened?
I noticed that the MRIQC package in docker are all reporting a non-existent version that mismatch the version of the docker tag for the 24 line. I haven't checked the 23 and older.
That is likely the version that gets reported in the outputs too, disrupting reproducibility.
What command did you use?
What version of the software are you running?
24.0.*
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.
No response
Additional information / screenshots
No response
The text was updated successfully, but these errors were encountered: