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

feat(sdk/backend): enable parameterization of container images #11404

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Nov 28, 2024

  1. enable parameterization of container images

    This change allows component base images to be parameterized using runtime pipeline parameters. The container images can be specified within an @pipeline decorated function, and takes precedence over the @component(base_image=..) argument.
    
    This change also adds logic to resolve these runtime parameters in the argo driver logic. It also includes resolution steps for resolving the accelerator type which functions the same way but was missing the resolution logic. The resolution logic is a generic workaround solution for any run time pod spec input parameters that cannot be resolved because they cannot be added dynamically in the argo pod spec container template.
    
    Signed-off-by: Humair Khan <HumairAK@users.noreply.github.com>
    HumairAK committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    dd0f46c View commit details
    Browse the repository at this point in the history