You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running datalad rerun results-containerized with Docker version 27.5.1 produces the following error after the download is complete (ellipsis used to remove non-essential parts). The docker image is loaded, but the ID does not match DataLad's expectation:
This seems specific to Docker 27 (currently the latest version). It was observed and confirmed only on Windows, but likely affects other operating systems. With Docker 26, things reportedly work fine.
The probable cause is discussed in datalad/datalad-container#269. At this point, a workaround would be to either downgrade docker to v26, or to run a patched version of datalad-container from a pull request linked in that issue.
The issue was first reported by Lisa W., who AFAIK is not on GitHub.
The text was updated successfully, but these errors were encountered:
Running
datalad rerun results-containerized
with Docker version 27.5.1 produces the following error after the download is complete (ellipsis used to remove non-essential parts). The docker image is loaded, but the ID does not match DataLad's expectation:This seems specific to Docker 27 (currently the latest version). It was observed and confirmed only on Windows, but likely affects other operating systems. With Docker 26, things reportedly work fine.
The probable cause is discussed in datalad/datalad-container#269. At this point, a workaround would be to either downgrade docker to v26, or to run a patched version of
datalad-container
from a pull request linked in that issue.The issue was first reported by Lisa W., who AFAIK is not on GitHub.
The text was updated successfully, but these errors were encountered: