Skip to content

Conversation

@bdice
Copy link
Contributor

@bdice bdice commented Jan 6, 2026

Summary

Closes #645.

This PR splits the image tag into two components:

  • version: The RAPIDS version (e.g., 26.02)
  • base_tag: The image variant identifier (e.g., cpp-cuda13.1-ubuntu2404)

The full versioned tag is constructed as ${version}-${base_tag}.

Changes

  1. .github/actions/devcontainer-json/action.sh: Output base_tag and version separately instead of a combined tag.

  2. .github/actions/devcontainer-json/action.yml: Expose both base_tag and version outputs.

  3. .github/workflows/build-test-and-push-linux-image.yml:

    • Build images with tag ${version}-${base_tag}
    • Push versioned manifests (always)
    • Push unversioned manifests using ${base_tag} (main branch only)

Example Tags

Branch Tags
main 26.02-cpp-cuda13.1-ubuntu2404, 26.02-cpp-cuda13.1, cpp-cuda13.1-ubuntu2404, cpp-cuda13.1
release/26.02 26.02-cpp-cuda13.1-ubuntu2404, 26.02-cpp-cuda13.1

@bdice bdice requested a review from a team as a code owner January 6, 2026 20:39
@bdice bdice requested review from gforsyth and removed request for a team January 6, 2026 20:39
Copy link
Contributor

@gforsyth gforsyth left a comment

Choose a reason for hiding this comment

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

There's one wonky comment, but otherwise I think this is good to go.

@bdice bdice requested a review from trxcllnt January 13, 2026 01:14
@bdice bdice requested a review from trxcllnt January 16, 2026 22:46
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.

Publish unversioned Docker image tags from main branch

3 participants