This repository has been archived by the owner on Oct 2, 2023. It is now read-only.
Copy the following into your WORKSPACE file to use rules_docker at release v0.25.0
http_archive(
name = "io_bazel_rules_docker",
sha256 = "b1e80761a8a8243d03ebca8845e9cc1ba6c82ce7c5179ce2b295cd36f7e394bf",
urls = ["https://github.com/bazelbuild/rules_docker/releases/download/v0.25.0/rules_docker-v0.25.0.tar.gz"],
)
What's Changed
- Remove me from CODEOWNERS by @alexeagle in #2070
- Add @linzhp and @uhthomas as code owners by @uhthomas in #2074
- Fix warning message ref invalid rule by @sluongng in #2079
- Update providers.bzl by @uajith in #2077
- Add .bazelversion by @laurynaslubys in #2066
- feat(*_image): allow setting env vars by @sxlijin in #2031
- Make transitions optional by @laurynaslubys in #2068
- Fix empty container_bundle by @laurynaslubys in #2067
- bazel_gpg: update SHA256 by @sluongng in #2096
- container_push: add doc about no transaction by @sluongng in #2060
- Add a release workflow that with the correct crafted tag of a release… by @ianoc in #2086
- Add md5sums file list to distroless container by @pombredanne in #2065
- Make golden image digests work with Python 3.9 by @bpcreech in #2098
- Support to override ctx.attr.user in the container_image() implementation function (#2081) by @lbcjbb in #2082
- Keep the same behaviour for the 'base' argument between the rule
container_image
and its implementation function (#2083) by @lbcjbb in #2084 - [layer_tools/generate_args_for_image] Inject extra argument to the given callback by @lbcjbb in #2088
- Update container-structure-test binaries to v0.11.0 by @dbrian in #2013
- rules_docker release github workflow by @kriscfoster in #2106
New Contributors
- @uajith made their first contribution in #2077
- @laurynaslubys made their first contribution in #2066
- @sxlijin made their first contribution in #2031
- @ianoc made their first contribution in #2086
- @pombredanne made their first contribution in #2065
- @bpcreech made their first contribution in #2098
- @lbcjbb made their first contribution in #2082
- @dbrian made their first contribution in #2013
- @kriscfoster made their first contribution in #2106
Full Changelog: v0.24.0...v0.25.0