Skip to content

v0.2.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 27 Jan 18:49
· 318 commits to main since this release
b900a63

WORKSPACE snippet:

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "contrib_rules_oci",
    sha256 = "85197657c25b5769664c6413988b415a14d35b6dab1754b00d8ae60019936777",
    strip_prefix = "rules_oci-0.2.1",
    url = "https://github.com/bazel-contrib/rules_oci/archive/v0.2.1.tar.gz",
)

# Fetches the rules_oci dependencies.
# If you want to have a different version of some dependency,
# you should fetch it *before* calling this.
# Alternatively, you can skip calling this function, so long as you've
# already fetched all the dependencies.
load("@contrib_rules_oci//oci:repositories.bzl", "rules_oci_dependencies")
rules_oci_dependencies()

What's Changed

Full Changelog: v0.2.0...v0.2.1