Publish a cloud-mi2 base image for use in the cloud repo (#62046)

* Publish a cloud-mi2 base image for use in the cloud repo

* Fix wolfi_base target
This commit is contained in:
Will Dollman 2024-04-26 11:59:53 +01:00 committed by GitHub
parent c2afde8b43
commit 3fd302c455
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,10 @@
load("//wolfi-images:defs.bzl", "wolfi_base")
load("//dev:oci_defs.bzl", "image_repository", "oci_push")
oci_push(
name = "candidate_push",
image = ":base_image",
repository = image_repository("cloud-mi2-base"),
)
wolfi_base(target = "cloud-mi2")