Skip to content

docs: document automatic index URL resolution via resolve-index-url task - #647

Draft
LalatenduMohanty wants to merge 1 commit into
konflux-ci:mainfrom
LalatenduMohanty:AIPCC-30374-doc-resolve-index-url
Draft

LalatenduMohanty wants to merge 1 commit into
konflux-ci:mainfrom
LalatenduMohanty:AIPCC-30374-doc-resolve-index-url

Conversation

@LalatenduMohanty

@LalatenduMohanty LalatenduMohanty commented Aug 21, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Documents the new resolve-index-url Tekton task that automatically reads the pip index URL from a base image label (e.g., com.redhat.aiplatform.index_url)
  • Updates the "Prefetching pip dependencies from custom index servers" section to cover three approaches: --index-url in requirements.txt, pip-index-url task parameter, and automatic resolution
  • Adds pipeline wiring example, fallback behavior, and guidance on when to use each approach

Depends on

Test plan

  • Antora build passes
  • Vale linter passes
  • Verify rendered output at the custom-index-servers anchor
  • Task PR merged before taking this out of draft

🤖 Generated with Claude Code

Add documentation for the resolve-index-url task, which automatically
reads the pip index URL from a base image label (e.g.,
com.redhat.aiplatform.index_url) and passes it to prefetch-dependencies.
This eliminates hardcoded index URLs for teams building on base images
that carry the label.

Updates the "custom index servers" section to cover three approaches:
--index-url in requirements.txt, pip-index-url task parameter, and
automatic resolution via resolve-index-url.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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.

1 participant