Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
rules_docker-v0.25.0.tar.gz | 2022-06-22 | 600.7 kB | |
README.md | 2022-06-22 | 3.5 kB | |
v0.25.0.tar.gz | 2022-06-22 | 600.9 kB | |
v0.25.0.zip | 2022-06-22 | 906.4 kB | |
Totals: 4 Items | 2.1 MB | 0 |
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 https://github.com/bazelbuild/rules_docker/pull/2070
- Add @linzhp and @uhthomas as code owners by @uhthomas in https://github.com/bazelbuild/rules_docker/pull/2074
- Fix warning message ref invalid rule by @sluongng in https://github.com/bazelbuild/rules_docker/pull/2079
- Update providers.bzl by @uajith in https://github.com/bazelbuild/rules_docker/pull/2077
- Add .bazelversion by @laurynaslubys in https://github.com/bazelbuild/rules_docker/pull/2066
- feat(*_image): allow setting env vars by @sxlijin in https://github.com/bazelbuild/rules_docker/pull/2031
- Make transitions optional by @laurynaslubys in https://github.com/bazelbuild/rules_docker/pull/2068
- Fix empty container_bundle by @laurynaslubys in https://github.com/bazelbuild/rules_docker/pull/2067
- bazel_gpg: update SHA256 by @sluongng in https://github.com/bazelbuild/rules_docker/pull/2096
- container_push: add doc about no transaction by @sluongng in https://github.com/bazelbuild/rules_docker/pull/2060
- Add a release workflow that with the correct crafted tag of a release… by @ianoc in https://github.com/bazelbuild/rules_docker/pull/2086
- Add md5sums file list to distroless container by @pombredanne in https://github.com/bazelbuild/rules_docker/pull/2065
- Make golden image digests work with Python 3.9 by @bpcreech in https://github.com/bazelbuild/rules_docker/pull/2098
- Support to override ctx.attr.user in the container_image() implementation function (#2081) by @lbcjbb in https://github.com/bazelbuild/rules_docker/pull/2082
- Keep the same behaviour for the 'base' argument between the rule
container_image
and its implementation function (#2083) by @lbcjbb in https://github.com/bazelbuild/rules_docker/pull/2084 - [layer_tools/generate_args_for_image] Inject extra argument to the given callback by @lbcjbb in https://github.com/bazelbuild/rules_docker/pull/2088
- Update container-structure-test binaries to v0.11.0 by @dbrian in https://github.com/bazelbuild/rules_docker/pull/2013
- rules_docker release github workflow by @kriscfoster in https://github.com/bazelbuild/rules_docker/pull/2106
New Contributors
- @uajith made their first contribution in https://github.com/bazelbuild/rules_docker/pull/2077
- @laurynaslubys made their first contribution in https://github.com/bazelbuild/rules_docker/pull/2066
- @sxlijin made their first contribution in https://github.com/bazelbuild/rules_docker/pull/2031
- @ianoc made their first contribution in https://github.com/bazelbuild/rules_docker/pull/2086
- @pombredanne made their first contribution in https://github.com/bazelbuild/rules_docker/pull/2065
- @bpcreech made their first contribution in https://github.com/bazelbuild/rules_docker/pull/2098
- @lbcjbb made their first contribution in https://github.com/bazelbuild/rules_docker/pull/2082
- @dbrian made their first contribution in https://github.com/bazelbuild/rules_docker/pull/2013
- @kriscfoster made their first contribution in https://github.com/bazelbuild/rules_docker/pull/2106
Full Changelog: https://github.com/bazelbuild/rules_docker/compare/v0.24.0...v0.25.0