Skip to content

Commit

Permalink
nit: replace hard-coded image in gh clone component
Browse files Browse the repository at this point in the history
Signed-off-by: Ricardo M. Oliveira <[email protected]>
  • Loading branch information
rimolive committed Jan 7, 2025
1 parent 723fb6c commit 9a169cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdg/components.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def git_clone_op(
taxonomy_path: str = "/data/taxonomy",
):
return dsl.ContainerSpec(
"registry.access.redhat.com/ubi9/toolbox",
TOOLBOX_IMAGE,
["/bin/sh", "-c"],
[
f"git clone {repo_url} {taxonomy_path} && cd {taxonomy_path} && "
Expand Down

0 comments on commit 9a169cd

Please sign in to comment.