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 25 Jan 18:55
c27194b

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

New Contributors

Full Changelog: v0.22.0...v0.23.0