Skip to content

Commit

Permalink
upgrade base image of vddk stub to ubi9-minimal
Browse files Browse the repository at this point in the history
Signed-off-by: Arik Hadas <[email protected]>
  • Loading branch information
ahadas committed Feb 5, 2024
1 parent a8a35ee commit 9d60298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stub-images/vddk-test-vmdk/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ container_image(
":vddk-test-plugin",
"convert_to_vmdk/tmp/cirros.vmdk",
],
base = "@ubi8-minimal//image",
base = "@ubi9-minimal//image",
user = "1001",
visibility = ["//visibility:public"],
)
Expand Down

0 comments on commit 9d60298

Please sign in to comment.