Skip to content

Commit

Permalink
Kf 3878 feat get images script (#279)
Browse files Browse the repository at this point in the history
* feat: get images script

Used by CVE scanning workflows and can be used to collect images URL for airgapped setup. Script is specific for track/1.7 branch to capture all images for that branch. Branch is handled in kubeflow-ci and bundle automation using bundle file.

Summary of changes:
- Re-designed get images script to retrieve all images for current branch. Branch management is done outside of this script.
- Fix: typo
  • Loading branch information
i-chvets authored Jul 31, 2023
1 parent 50a6687 commit a07a87e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/get-images.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
!/bin/bash
#!/bin/bash
#
# This script returns list of container images that are managed by this charm and/or its workload
#
Expand Down

0 comments on commit a07a87e

Please sign in to comment.