mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 15:51:43 +00:00
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:
parent
c2afde8b43
commit
3fd302c455
10
wolfi-images/cloud-mi2-base/BUILD.bazel
Normal file
10
wolfi-images/cloud-mi2-base/BUILD.bazel
Normal 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")
|
||||
Loading…
Reference in New Issue
Block a user