Skip to content

v0.0.1

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Sep 17:10
· 6 commits to master since this release

Using WORKSPACE:

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "rule_oci_bundle",
    sha256 = "628a6887317803f5ea54388cce2fa92e42ba8252a6af7f1213ee1f70c8b01586",
    strip_prefix = "rule_oci_bundle-0.0.1",
    url = "https://github.com/hunshcn/rule_oci_bundle/releases/download/v0.0.1/rule_oci_bundle-v0.0.1.tar.gz",
)

# no deps, suppose you have loaded rules_oci.