Various updates & fixes
Copy the following into your WORKSPACE file to use rules_docker at release v0.15.0
http_archive(
name = "io_bazel_rules_docker",
sha256 = "1698624e878b0607052ae6131aa216d45ebb63871ec497f26c67455b34119c80",
strip_prefix = "rules_docker-0.15.0",
urls = ["https://github.com/bazelbuild/rules_docker/releases/download/v0.15.0/rules_docker-v0.15.0.tar.gz"],
)
Changes:
- Use bash from the environment instead of absolute path (#1660)
- Remove Travis integration (#1656)
- Update distroless dependencies (#1655)
- Update for compatibility with rules_python 0.1 (#1650)
- Add rubensf@ to OWNERS (#1647)
- Update owners (#1646)
- Add s390x support for puller and loader binaries (#1645)
- Reduce build verbosity of container_run_and_commit (#1640)
- Plumb constraints thru container_test (#1639)
- Support container_push on Windows. (#1637)
- For gzip operations, use a new Go helper by default instead of which(gzip) (#1612)
- 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)
- Update dependency bazel_gazelle to v0.22.2- autoclosed (#1606)
- Revert "Add Linux ARM64 go pusher and loader binaries to cloudbuild (… (#1605)
- Revert "Update shas and force tarball format (#1596)" (#1604)
- Simplify reading the digest file obtained when pulling a Docker image (#1600)
- Add Linux ARM64 go pusher and loader binaries to cloudbuild (#1598)
- [WIP] test (#1597)
- Renamed pip_deps to container_pip_deps (#1576)
- Change image rule to copy config instead of symlink (#1571)
- [Update] go-containerregistry to fix
container_bundle
rule (#1569) - Update dependency build_bazel_rules_nodejs to v2 - autoclosed (#1568)
- Update dependency @bazel/typescript to v2 - autoclosed (#1566)
- Update dependency io_bazel_rules_go to v0.24.2 (#1564)
- feat(toolchain): add xz_target for remote execution (#1558)
- Add archive manipulation logic from rules_pkg (#1556)
- Update pip setup in README (#1552)
- Update README for release v0.14.4 (#1549)