Skip to content
This repository has been archived by the owner on Oct 2, 2023. It is now read-only.

Various updates & fixes

Compare
Choose a tag to compare
@gravypod gravypod released this 26 Apr 21:05
881e779

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:

  1. Update go-containerregsitry dependency to 0.4.1 (#1829)

  2. Fixed some missing digests and addressed other warnings (#1819)

  3. Fixed broken //tests/docker/util:all tests (#1817)

  4. Update SHA for go-containerregistry (#1815)

  5. Removed bazel_latest from default dependencies (#1813)

  6. Use actual sha for static:debug image (and update static:latest) (#1804)

  7. make downloading and installing quieter (#1798)

  8. fix the build (#1797)

  9. Revert "Setup assign-size-label action" (#1786)

  10. Introduce github action to mark stale issues/PRs (#1757)

  11. Remove warning about go_image on Mac (#1755)

  12. Add issue and PR templates (#1754)

  13. Revert "Invite maintainers from community (#1750)" (#1753)

  14. Invite maintainers from community (#1750)

  15. Add Domino Data Lab to list of adopters (#1739)