rules_docker
rules_docker copied to clipboard
Rules for building and handling Docker images with Bazel
Similar to these rules https://github.com/bazelbuild/rules_docker/blob/a96b501452c55280712911d78cef9d5a8bcbd141/docker/package_managers/README.md#download_pkgs
This was extremely challenging to debug. Related: https://github.com/bazelbuild/rules_docker/issues/317
I've faced an odd bug that I can't reproduce on macOS. After renaming the project folder, py3_image build started to fail: ` fail("failed to fetch %s: %s" % (ctx.name, result.stderr))...
It's currently not possible to use `docker manifest` and `docker buildx` to build multi-arch and multi-platform images. This is necessary if you're targeting multiple architectures (amd64, arm64, etc.) as well...
# 🚀 feature request ### Relevant Rules All [languages rules](https://github.com/bazelbuild/rules_docker#language-rules) (`_image`). ### Description Version [0.22.0](https://github.com/bazelbuild/rules_docker/releases/tag/v0.22.0) introduced new values for stamping (`stamp:always`, `stamp:never`, and `stamp:use_stamp_flag`) for the [basic rules](https://github.com/bazelbuild/rules_docker#basic-rules) via https://github.com/bazelbuild/rules_docker/pull/1878/....
# 🐞 bug report ### Affected Rule `container_test()` ### Is this a regression? No. ### Description Version 1.9.1 of the container-structure-test-darwin-amd64 binary is not compatible with MacOS Monterey. This is...
# 🐞 bug report ### Affected Rule The issue is caused by the rule: go_image ### Is this a regression? Yes, the previous version in which this bug was not...
# 🐞 bug report ### Affected Rule The issue is caused by the rule: `go_image` ### Is this a regression? Unknown. ### Description Following the guides outlined in the `README`...
Fix error `Error: 'list' value has no field or method 'to_list'` when using `keys` attribute in `language_tool_layer` When trying to do something like this: ``` language_tool_layer( name = "docker-ltl", base...
https://github.com/bazelbuild/rules_docker/issues/1997 - there's a stale issue. # 🐞 bug report ### Description Cannot build on Fedora 36. Cannot build with `run-bazel-in-docker.sh` on Fedora 36. ## 🔬 Minimal Reproduction 1. Clone...