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
Anaconda Distribution (formerly Anaconda Individual Edition)
Miniconda
Anaconda.org
What happened?
What happened?
I install anaconda / miniconda in some container, using the following code:
RUN wget --https-only https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh
# this is hardcoded for now; retrieved from https://docs.anaconda.com/miniconda/
# TODO: find a programmatic way to retrieve the hash? or just update by hand when it breaks?
RUN echo "33442cd3813df33dcbb4a932b938ee95398be98344dff4c30f7e757cd2110e4f Miniconda3-latest-Linux-x86_64.sh" | sha256sum --check
this was working yesterday, but today I get a mismatch in the sha256sum:
Error: building at STEP "RUN echo "33442cd3813df33dcbb4a932b938ee95398be98344dff4c30f7e757cd2110e4f Miniconda3-latest-Linux-x86_64.sh" | sha256sum --check": while running runtime: exit status 1
Checklist
Impacted product
What happened?
What happened?
I install anaconda / miniconda in some container, using the following code:
this was working yesterday, but today I get a mismatch in the sha256sum:
I also tried by hand downloading the latest Miniconda3 Linux 64-bit installer from https://docs.anaconda.com/miniconda/ . I get the following sha256sum, that does not match the expected sha256sum:
Any idea why? If I should report it somewhere else, where should I report it?
Expected behavior or outcome
The checksum should match.
Conda info
Conda config
No response
Conda list
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: