feat: migrate images from bioconda-containers#1109
Merged
Conversation
6f182be to
8db9ebc
Compare
495622b to
07845a5
Compare
added 14 commits
May 16, 2026 11:48
…R_BASE_IMAGE to BUILD_ENV_IMAGE The old names were misnomers - MULLED_CONDA_IMAGE refers to the create-env image used for building minimal conda environments, not mulled-docker builds. Similarly DOCKER_BASE_IMAGE is the actual build environment image. Changes: - Rename MULLED_CONDA_IMAGE -> CREATE_ENV_IMAGE with env var support - Rename DOCKER_BASE_IMAGE -> BUILD_ENV_IMAGE with env var support - Add collision check to prevent overwriting existing CONDA_IMAGE env var
Adds support for overriding the docker base image via the BUILD_ENV_IMAGE environment variable, following the same pattern used for CREATE_ENV_IMAGE.
unquoted variables and find without argument and read -r
…have different default branches
07845a5 to
a4ab931
Compare
added 7 commits
May 16, 2026 10:03
both patches only touch one file, so filtering was redundant
Fix BIOCONDA_UTILS_TAG extraction in create-env workflow to handle
new bash default-value syntax (${VAR:="v4.4.1"} instead of bare v4.4.1
…r dockerfile from bioconda-containers
bgruening
approved these changes
May 28, 2026
Member
|
Danke! |
bgruening
pushed a commit
that referenced
this pull request
May 28, 2026
🤖 I have created a release *beep* *boop* --- ## [4.5.0](v4.4.1...v4.5.0) (2026-05-28) ### Features * migrate images from bioconda-containers ([#1109](#1109)) ([2b99792](2b99792)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Migrate images from bioconda-containers to bioconda-utils to bring new bioconda-utils master more in line with #1049
#1049 migrates images from bioconda/bioconda-containers to bioconda/bioconda-utils. Containers have been updated in bioconda-containers since, so this contains the new versions of bioconda-containers. After this is merged, bioconda-containers should be archived
the env vars whose names #1049 changed were not used in any repo in bioconda
since the containers and #1049 contain a lot of untested bash code, I added bash linting and formatting and fixed some minor issues the linter found
images from bioconda-containers have not been updated or built in a long time, hence some fixes to things which broke in the meantime