Skip to content

Commit 09f6d5f

Browse files
committed
List only available vm images
Signed-off-by: Koray Oksay <koray.oksay@gmail.com>
1 parent c0ffb5c commit 09f6d5f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/cloudrunners/oci/main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ func run(cmd *cobra.Command, argv []string) error {
6464
SortBy: core.ListImagesSortByTimecreated,
6565
SortOrder: core.ListImagesSortOrderDesc,
6666
Limit: common.Int(1),
67+
LifecycleState: core.ImageLifecycleStateAvailable,
6768
})
6869
if err != nil {
6970
panic(err)

0 commit comments

Comments
 (0)