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.23.0
http_archive(
name = "io_bazel_rules_docker",
sha256 = "85ffff62a4c22a74dbd98d05da6cf40f497344b3dbf1e1ab0a37ab2a1a6ca014",
strip_prefix = "rules_docker-0.23.0",
urls = ["https://github.com/bazelbuild/rules_docker/releases/download/v0.23.0/rules_docker-v0.23.0.tar.gz"],
)
Breaking Changes
Thanks to @uhthomas we now use Bazel Transitions to request dependencies for the docker target platform. See notes in #1963 (comment) about changes that might be required.
What's Changed
- remove extra redirect hop in docs by @alexeagle in #1893
- chore: enable incompatible_disable_depset_items by @alexeagle in #1977
- feat(): allow rules_docker to work with rules_nodejs 5.x when it updates by @dymart in #1982
- Support for docker run args for docker image targets by @psigen in #1957
- Transition container image target platform by @uhthomas in #1963
- fix: correct link to toolchain documentation by @mgred in #1978
- .bazelrc: remove --incompatible_disable_depset_items by @meteorcloudy in #1987
- Allow support for
WORKSPACE.bazel
files by @UebelAndre in #1992 - Add missing
run_tag
directive. by @psigen in #1995 - Fix pusher flags for --config and --tarball by @jonjohnsonjr in #1998
- Fix unbound variable when running container_image targets by @UebelAndre in #2008
- Enable to run a single e2e test by @mindaugasrukas in #1999
- Replace non existing "build_tar" local tool with a repo target by @mindaugasrukas in #2001
- Show digest of pushed images by @illicitonion in #1737
New Contributors
- @dymart made their first contribution in #1982
- @psigen made their first contribution in #1957
- @uhthomas made their first contribution in #1963
- @mgred made their first contribution in #1978
- @mindaugasrukas made their first contribution in #1999
Full Changelog: v0.22.0...v0.23.0