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 12 Oct 02:09
af2b074

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:

  1. Enable experimental_tarball_format for container_bundle. (#1938)
  2. Cache loaded images for performance improvements. (#1934)
  3. Update run.bzl (#1933)
  4. Update Distroless Base Images (#1931)
  5. Update convert bytes to string for py3 (#1922)
  6. Setting visibility of image_bzl to public so that it can be used when… (#1917)
  7. Revert "Pin bazelversion to what's tested on CI (#1873)" (#1886)
  8. feat(toolchain): add xz_target for remote execution (#1881)