Various updates & fixes
Copy the following into your WORKSPACE file to use rules_docker at release v0.17.0
http_archive(
name = "io_bazel_rules_docker",
sha256 = "59d5b42ac315e7eadffa944e86e90c2990110a1c8075f1cd145f487e999d22b3",
strip_prefix = "rules_docker-0.17.0",
urls = ["https://github.com/bazelbuild/rules_docker/releases/download/v0.17.0/rules_docker-v0.17.0.tar.gz"],
)
Changes:
-
Update go-containerregsitry dependency to 0.4.1 (#1829)
-
Fixed some missing digests and addressed other warnings (#1819)
-
Fixed broken
//tests/docker/util:all
tests (#1817) -
Update SHA for go-containerregistry (#1815)
-
Removed
bazel_latest
from default dependencies (#1813) -
Use actual sha for static:debug image (and update static:latest) (#1804)
-
make downloading and installing quieter (#1798)
-
fix the build (#1797)
-
Revert "Setup assign-size-label action" (#1786)
-
Introduce github action to mark stale issues/PRs (#1757)
-
Remove warning about go_image on Mac (#1755)
-
Add issue and PR templates (#1754)
-
Invite maintainers from community (#1750)
-
Add Domino Data Lab to list of adopters (#1739)