rapidsai / rapidsai/docker

[BUG] `update-version.sh` incorrectly mutates a few (non-important) values

Open Beginner friendly
#907 1 comment 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

? - Needs Triage bug
Dominant language
Shell
Stars
87
Forks
59
Avg merge
22h 56m
Merged PRs (30d)
4

Description

As part of the 26.08 release, tracked in https://github.com/rapidsai/ops/issues/4676

during the release of this repo, I noticed the following diff in the CONTRIBUTING.md file:

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 9aae81a..cc17d03 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -24,7 +24,7 @@ export LINUX_VER=ubuntu24.04
 export PYTHON_VER=3.14

 # RAPIDS version in {major}.{minor}
-export RAPIDS_VER=26.06
+export RAPIDS_VER=26.086

 # rapidsai/base
 docker build $(ci/compute-build-args.sh) \

Now obviously that's wrong, but it wasn't worth a hotfix, but we should clean it up on main (make sure that update-version.sh does the right thing).

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with update-version.sh and the version references in CONTRIBUTING.md, using the reported 26.08 release diff as the reproduction case. Verify that updating the RAPIDS version leaves RAPIDS_VER as 26.08 rather than 26.086, and confirm the script no longer mutates the other non-important values.

Written by the indexing model from the issue text.

Assessment

Tech stack
docker, shell
Domain
build-system, release
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
72/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.