This repository has been archived by the owner on Oct 2, 2023. It is now read-only.
0.16.0
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:
- Setup assign-size-label action (#1762)
- Introduce github action to mark stale issues/PRs (#1757)
- Remove warning about go_image on Mac (#1755)
- Add issue and PR templates (#1754)
- Revert "Invite maintainers from community (#1750)" (#1753)
- Invite maintainers from community (#1750)
- Add experimental_tarball_format to container_image (#1696)
- Update io_bazel_rules_groovy commit hash to 03c36ef (#1691)
- Introduce output_group for pusher executable (#1685)
- Relax error string matching (#1677)
- Add s390x support to load puller and loader binary (#1661)
- Use bash from the environment instead of absolute path (#1660)
- Add option to push images sequentially in push-all (#1658)
- Update python rules to remove deprecation messages (#1657)
- Update for compatibility with rules_python 0.1 (#1650)
- Update owners (#1646)
- Add s390x support for puller and loader binaries (#1645)
- Support airgapped environment (#1619)
- Add repository_file attribute to the container_pull rule (#1618)
- For gzip operations, use a new Go helper by default instead of which(gzip) (#1613)
- Add Linux ARM64 go pusher and loader binaries to cloudbuild (#1610)
- Fix the root directory when building for Linux on Windows. (#1609)
- Update puller and loader locations and sequencing in cloudbuild (#1608)
- Fix the typos in root README (#1589)
- Add container_run_and_commit_layer rule (#1586)
- Replace dependency on gflags with argparse (#1582)
- Make toolchain_type public (#1580)
- Sync with internal change (#1578)
- Renamed pip_deps to container_pip_deps (#1576)
- Change image rule to copy config instead of symlink (#1571)