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

0.16.0

Compare
Choose a tag to compare
@gravypod gravypod released this 12 Mar 21:29
2a208c1

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

http_archive(
    name = "io_bazel_rules_docker",
    sha256 = "95d39fd84ff4474babaf190450ee034d958202043e366b9fc38f438c9e6c3334",
    strip_prefix = "rules_docker-0.16.0",
    urls = ["https://github.com/bazelbuild/rules_docker/releases/download/v0.16.0/rules_docker-v0.16.0.tar.gz"],
)

Changes:

  1. Setup assign-size-label action (#1762)
  2. Introduce github action to mark stale issues/PRs (#1757)
  3. Remove warning about go_image on Mac (#1755)
  4. Add issue and PR templates (#1754)
  5. Revert "Invite maintainers from community (#1750)" (#1753)
  6. Invite maintainers from community (#1750)
  7. Add experimental_tarball_format to container_image (#1696)
  8. Update io_bazel_rules_groovy commit hash to 03c36ef (#1691)
  9. Introduce output_group for pusher executable (#1685)
  10. Relax error string matching (#1677)
  11. Add s390x support to load puller and loader binary (#1661)
  12. Use bash from the environment instead of absolute path (#1660)
  13. Add option to push images sequentially in push-all (#1658)
  14. Update python rules to remove deprecation messages (#1657)
  15. Update for compatibility with rules_python 0.1 (#1650)
  16. Update owners (#1646)
  17. Add s390x support for puller and loader binaries (#1645)
  18. Support airgapped environment (#1619)
  19. Add repository_file attribute to the container_pull rule (#1618)
  20. For gzip operations, use a new Go helper by default instead of which(gzip) (#1613)
  21. Add Linux ARM64 go pusher and loader binaries to cloudbuild (#1610)
  22. Fix the root directory when building for Linux on Windows. (#1609)
  23. Update puller and loader locations and sequencing in cloudbuild (#1608)
  24. Fix the typos in root README (#1589)
  25. Add container_run_and_commit_layer rule (#1586)
  26. Replace dependency on gflags with argparse (#1582)
  27. Make toolchain_type public (#1580)
  28. Sync with internal change (#1578)
  29. Renamed pip_deps to container_pip_deps (#1576)
  30. Change image rule to copy config instead of symlink (#1571)