8000 Releases · linzhp/rules_docker · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: linzhp/rules_docker

v0.25.0

20 Oct 18:47
Compare
Choose a tag to compare

Copy the following into your WORKSPACE file to use rules_docker at release v0.25.0

http_archive(
    name = "io_bazel_rules_docker",
    sha256 = "a8599e60cde92009bb79c83997336fae72d39a9bd318fe8223f642985cba46c6",
    urls = ["https://github.com/linzhp/rules_docker/releases/download/v0.25.0/rules_docker-v0.25.0.tar.gz"],
)

Full Changelog: v0.24.0...v0.25.0

0