Skip to content

Commit

Permalink
fix: boot parameter operations
Browse files Browse the repository at this point in the history
refactor: clean code
  • Loading branch information
Manuel Sopena Ballesteros committed Nov 23, 2024
1 parent 61f5e52 commit fe6bdb3
Show file tree
Hide file tree
Showing 3 changed files with 367 additions and 175 deletions.
3 changes: 3 additions & 0 deletions src/bos/template/mesa/struct.rs
Original file line number Diff line number Diff line change
Expand Up @@ -562,6 +562,9 @@ pub mod v2 {

/// Returns all images related to this BOS sessiontemplate
pub fn get_image_vec(&self) -> Vec<String> {
// FIXME: Try to use a function in mesa boot parameters to get the image id from a
// CSM/S3 URI instead of calling
// tim_start_matches("s3://boot-images").trim_end_matches("/manifest.json")?
self.boot_sets
.as_ref()
.unwrap()
Expand Down
Loading

0 comments on commit fe6bdb3

Please sign in to comment.