Skip to content

Conversation

@Mathiyarasy
Copy link
Contributor

Fixes: https://github.com/devcontainers/internal/issues/314

Issue :
Conda is no longer adding 'defaults' to channel list implicitly from version 25.9.
conda/conda#14476

Solution :
The conda channels must be explicitly specified

@Mathiyarasy Mathiyarasy marked this pull request as ready for review October 15, 2025 06:55
@Mathiyarasy Mathiyarasy requested a review from a team as a code owner October 15, 2025 06:55
@AlvaroRausell
Copy link
Contributor

@Mathiyarasy Do you also need to add this to the conda image?

@Mathiyarasy
Copy link
Contributor Author

@Mathiyarasy Do you also need to add this to the conda image?

The current change only affects conda version 25.9.0. And both conda devcontainer images build are successful so far in the weekly builds. In both conda devcontainer images, conda is not installed via devcontainer features.
The anaconda devcontainer image uses continuumio/anaconda3 as its base, which includes conda version 24.9.2.
The miniconda image uses continuumio/miniconda3 as its base, where the conda version is 25.3.1.

@AlvaroRausell AlvaroRausell changed the title Conda to use the default channels [Universal] Use the default conda channel Oct 15, 2025
@AlvaroRausell
Copy link
Contributor

@Mathiyarasy I have updated the PR name to better match this, but approved. Will merge once CI is done

@AlvaroRausell AlvaroRausell merged commit b092323 into devcontainers:main Oct 15, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants