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

[miniforge] no fail on existing installation #167

Merged
merged 3 commits into from
Jul 31, 2023
Merged

[miniforge] no fail on existing installation #167

merged 3 commits into from
Jul 31, 2023

Conversation

rokroskar
Copy link
Contributor

Fixes #166

Note that this does not handle the case where the existing version is not the version requested. I started to address it, but it is made more complicated by the fact that mambaforge versions don't seem to keep up with official conda releases, so I didn't venture further down that path (i.e. if someone comes with an image with a fresh conda install, we would almost certainly be down-grading it here, which might not be desired).

I also updated the devcontainer spec of this repo because it was using an outdated docker-from-docker feature, which in turn made the tests in the tests break when running in the devcontainer.

Copy link
Member

@eitsupi eitsupi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for working on this!
Could you bump the patch version of this feature?

@eitsupi eitsupi changed the title no fail on existing installation [miniforge] no fail on existing installation Jul 31, 2023
@eitsupi eitsupi added the bug Something isn't working label Jul 31, 2023
@rokroskar rokroskar requested a review from eitsupi July 31, 2023 13:14
Copy link
Member

@eitsupi eitsupi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@eitsupi eitsupi merged commit 1e2af2d into rocker-org:main Jul 31, 2023
12 checks passed
@rokroskar rokroskar deleted the 166-no-fail-on-existing branch July 31, 2023 13:19
@rokroskar
Copy link
Contributor Author

no problem! thanks for the quick review!

@eitsupi
Copy link
Member

eitsupi commented Jul 31, 2023

The new release and the new version of the Feature is available. https://github.com/rocker-org/devcontainer-features/releases/tag/feature_miniforge_1.0.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[miniforge] install should not fail if conda/mamba are already present
2 participants