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.18.0
http_archive(
name = "io_bazel_rules_docker",
sha256 = "5d31ad261b9582515ff52126bf53b954526547a3e26f6c25a9d64c48a31e45ac",
strip_prefix = "rules_docker-0.18.0",
urls = ["https://github.com/bazelbuild/rules_docker/releases/download/v0.18.0/rules_docker-v0.18.0.tar.gz"],
)
Changes:
- Revert "Bump pyyaml from 5.1 to 5.4 in /repositories" (#1908)
- Removed python test dependencies from public API (#1905)
- Silence go module warnings in go_repository (#1897)
- Fix path handling in archive.py to always be posix and not native paths (#1892)
- Docgen: use stardoc to generate all container rules docs (#1890)
- Revert "Pin bazelversion to what's tested on CI (#1873)" (#1886)
- Ignore .ijwb folder from git (#1864)
- Only display status for builds on
master
(#1863) - [ci] enable macos on buildkite (#1862)
- Fix URL used to download pip in examples/tests. (#1861)
- [ci] Remove travis badge (#1860)
- Migrate CI targets to buildkite (#1859)
- Don't upload large files to remote-cache (#1856)
- Allow launcher in nodejs (#1854)
- Correct container_py_toolchain target (#1852)
- Update debian9 commit hash to 01267e6 (#1837)
- Propagate tags to app-layers in docker images for all langs (#1836)
- WIP: more containers stardoc stuff (#1835)
- fix tab characters in docstrings (#1834)
- Create docs/ folder (#1832)
- Add stardoc API doc generation (#1830)