-
Notifications
You must be signed in to change notification settings - Fork 50
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
Image gathering scripts for main branches #679
Comments
Also, we'll need to ensure we copy the Right now those scripts only live in the track branches: |
For updating bundle with repository references and branch names plan is to update |
#679 Summary of changes: - Added branches to latest/edge/bundle.yaml. This is required to enable image retrieval scripts to properly checkout source code. - Updated MySQL K8S charm to point to 8.0/edge
canonical/bundle-kubeflow#679 Summary of changes: - Added script that produces list of container images managed by charms on this repository and/or by corresponding workloads. Image list is a combindation of static and dynamic lists.
canonical/bundle-kubeflow#679 Summary of changes: - Added script that produces list of container images managed by charm in this repository. Image list is dynamic list.
canonical/bundle-kubeflow#679 Summary of changes: - Added script that produces list of container images managed by charm in this repository. Image list is a dynamic list. - Removed outdated get-images-1.7-stable.sh script.
canonical/bundle-kubeflow#679 Summary of changes: - Added script that produces list of container images managed by charm in this repository. Image list is a dynamic list.
canonical/bundle-kubeflow#679 Summary of changes: - Added script that produces list of container images managed by charms in this repository and/or by corresponding workloads. Image list is a combination of static and dynamic lists.
canonical/bundle-kubeflow#679 Summary of changes: - Added script that produces list of container images managed by charm in this repository. Image list is a dynamic list.
canonical/bundle-kubeflow#679 Summary of changes: - Added script that produces list of container images managed by charm in this repository. Image list is a dynamic list.
canonical/bundle-kubeflow#679 Summary of changes: - Added script that produces list of container images managed by charm in this repository. Image list is a dynamic list.
canonical/bundle-kubeflow#679 Summary of changes: - Added script that produces list of container images managed by charm in this repository. Image list is a dynamic list.
canonical/bundle-kubeflow#679 Summary of changes: - Added script that produces list of container images managed by charm in this repository. Image list is a dynamic list.
canonical/bundle-kubeflow#679 Summary of changes: - Added script that produces list of container images managed by charm in this repository. Image list is a dynamic list.
canonical/bundle-kubeflow#679 Summary of changes: - Added script that produces list of container images managed by charm in this repository. Image list is a dynamic list.
For more details refer to: canonical/bundle-kubeflow#679 Summary of changes: - Added script that produces list of container images managed by charm in this repository. Image list is a dynamic list. NOTE: Script replaced outdated get-images-1.7-stable.sh script.
For more details refer to: canonical/bundle-kubeflow#679 Summary of changes: - Added script that produces list of container images managed by charm in this repository. Image list is a dynamic list. NOTE: Script replaced outdated get-images-1.7-stable.sh script.
For more details refer to the following issue: canonical/bundle-kubeflow#679 Summary of changes: - Added script that produces list of container images managed by charm in this repository. Image list is a dynamic list. NOTE: Script replaced outdated get-images-1.7-stable.sh script.
canonical/bundle-kubeflow#679 Summary of changes: - Added script that produces list of container images managed by charm in this repository. Image list is dynamic list.
canonical/bundle-kubeflow#679 Summary of changes: - Added script that produces list of container images managed by charm in this repository. Image list is a dynamic list.
Katib issues to resolve for images scripts: Kserve issue to resolve for images scripts: |
For more details refer to: canonical/bundle-kubeflow#679 Summary of changes: - Added script that produces list of container images managed by charm in this repository. Image list is a dynamic list. NOTE: Script replaced outdated get-images-1.7-stable.sh script.
canonical/bundle-kubeflow#679 Summary of changes: - Added script that produces list of container images managed by charm in this repository. Image list is a dynamic list. Co-authored-by: Phoevos Kalemkeris <[email protected]>
canonical/bundle-kubeflow#679 Summary of changes: - Added script that produces list of container images managed by charm in this repository. Image list is a dynamic list. Co-authored-by: Phoevos Kalemkeris <[email protected]>
* feat: get images on main canonical/bundle-kubeflow#679 Summary of changes: - Added script that produces list of container images managed by charm in this repository. Image list is a dynamic list. - Removed outdated get-images-1.7-stable.sh script.
canonical/bundle-kubeflow#679 Summary of changes: - Added script that produces list of container images managed by charm in this repository. Image list is a dynamic list.
canonical/bundle-kubeflow#679 Summary of changes: - Added script that produces list of container images managed by charm in this repository. Image list is a dynamic list.
* feat: get images on main canonical/bundle-kubeflow#679 Summary of changes: - Added script that produces list of container images managed by charm in this repository. Image list is a dynamic list. - Update tools/get-images.sh --------- Co-authored-by: Phoevos Kalemkeris <[email protected]>
This needs to be done for Katib as well. Instead of using a static list in the script as mentioned in #689 , we can create a similar strategy as kserve canonical/kserve-operators#163 |
Add script that produces a dynamic list of container images managed by charm in this repository. Refs canonical/bundle-kubeflow#679
Add a script that produces list of container images managed by charms on this repository and/or by corresponding workloads. Refs canonical/bundle-kubeflow#679 Closes #142 Co-authored-by: Orfeas Kourkakis <[email protected]>
Marking this as done as we merged all scripts in |
For more details refer to: canonical/bundle-kubeflow#679 Summary of changes: - Added script that produces list of container images managed by charm in this repository. Image list is a dynamic list. NOTE: Script replaced outdated get-images-1.7-stable.sh script.
Add a script that produces list of container images managed by charms on this repository and/or by corresponding workloads. Refs canonical/bundle-kubeflow#679 Closes #142 Co-authored-by: Orfeas Kourkakis <[email protected]>
* feat: get images on main canonical/bundle-kubeflow#679 Summary of changes: - Added script that produces list of container images managed by charm in this repository. Image list is a dynamic list. - Update tools/get-images.sh --------- Co-authored-by: Phoevos Kalemkeris <[email protected]>
* feat: get images on main canonical/bundle-kubeflow#679 Summary of changes: - Added script that produces list of container images managed by charm in this repository. Image list is a dynamic list. - Update tools/get-images.sh --------- Co-authored-by: Phoevos Kalemkeris <[email protected]>
* Add customizable images from config * Add config option for custom images for air gaped environment * Kf 4233 feat get images script main (#204) For more details refer to: canonical/bundle-kubeflow#679 Summary of changes: - Added script that produces list of container images managed by charm in this repository. Image list is a dynamic list. NOTE: Script replaced outdated get-images-1.7-stable.sh script. * fix: Parse custom images with ":" in their name (#206) For some of the images, the charm attempts to separate the image name from the tag, splitting the string in two using `:` as a separator. However, this breaks the installation if the image name contains that special character, which could be the case if a local container registry address is provided for instance (e.g. `172.17.0.2:5000/tensorflow/serving:2.1.0`). Use `rsplit` to ensure that the rightmost part of the string (following the last `:`) is parsed as the tag. Signed-off-by: Phoevos Kalemkeris <[email protected]> --------- Signed-off-by: Phoevos Kalemkeris <[email protected]> Co-authored-by: i-chvets <[email protected]> Co-authored-by: Phoevos Kalemkeris <[email protected]>
* feat: get images on main canonical/bundle-kubeflow#679 Summary of changes: - Added script that produces list of container images managed by charm in this repository. Image list is a dynamic list. - Update tools/get-images.sh --------- Co-authored-by: Phoevos Kalemkeris <[email protected]>
Following our effort to test CKF on airgapped environments #678 we'll need to make sure our image gathering scripts work for
main
branches as well. The goal is to be able to automatically gather all the images of alatest
bundle.Right now our scripts expect specific metadata to be present in a bundle
https://github.com/canonical/kubeflow-ci/blob/c0913a5962611eb3accd4d4ec174cd04fb78b76c/scripts/images/get-all-images.sh#L10
This information, right now, is only present in our 1.7 bundle and specifically in the
stable
riskbundle-kubeflow/releases/1.7/stable/kubeflow/bundle.yaml
Line 10 in 47cfb9f
We'll need to extend the rest of the bundle definitions, in
latest
to make sure we can grab images list from the edge bundles automaticallyList of repositories and corresponding PRs:
Related issues:
Katib issues to resolve for images scripts:
canonical/katib-operators#130
canonical/katib-operators#131
canonical/katib-operators#132
Kserve issue to resolve for images scripts:
canonical/kserve-operators#161
canonical/kserve-operators#162
The text was updated successfully, but these errors were encountered: