This repository has been archived by the owner on Oct 2, 2023. It is now read-only.
Various updates & fixes
Copy the following into your WORKSPACE file to use rules_docker at release v0.20.0
http_archive(
name = "io_bazel_rules_docker",
sha256 = "92779d3445e7bdc79b961030b996cb0c91820ade7ffa7edca69273f404b085d5",
strip_prefix = "rules_docker-0.20.0",
urls = ["https://github.com/bazelbuild/rules_docker/releases/download/v0.20.0/rules_docker-v0.20.0.tar.gz"],
)
Changes:
- Enable experimental_tarball_format for container_bundle. (#1938)
- Cache loaded images for performance improvements. (#1934)
- Update run.bzl (#1933)
- Update Distroless Base Images (#1931)
- Update convert bytes to string for py3 (#1922)
- Setting visibility of image_bzl to public so that it can be used when… (#1917)
- Revert "Pin bazelversion to what's tested on CI (#1873)" (#1886)
- feat(toolchain): add xz_target for remote execution (#1881)