rules_docker icon indicating copy to clipboard operation
rules_docker copied to clipboard

Rules for building and handling Docker images with Bazel

Results 174 rules_docker issues
Sort by recently updated
recently updated
newest added

# 🐞 bug report ### Affected Rule The issue is caused by the rules: `container_run_and_commit` (and `container_run_and_extract`) ### Is this a regression? No idea, first time using the rules. ###...

# The ability to alter java_image entrypoint without losing classpath information ### Relevant Rules This would be a change/addition to `java_image`. ### Description The `java_image` rule makes it possible to...

# 🐞 bug report ### Affected Rule The issue is caused by the rule: cntainer_pull() ### Is this a regression? No ### Description setting DOCKER_REPO_CACHE will avoid having to pull...

## PR Checklist Please check if your PR fulfills the following requirements: - [ ] Tests for the changes have been added (for bug fixes / features) - [ ]...

## PR Checklist Please check if your PR fulfills the following requirements: - [x] Tests for the changes have been added (for bug fixes / features) - [x] Docs have...

# 🚀 feature request ### Relevant Rules ### Description Currently, the Go targets in rules_docker cannot build on Apple Silicon machines: ``` bazel build @io_bazel_rules_docker//container/go/... DEBUG: /private/var/tmp/_bazel_zplin/d6323f9e3146540840037c805ccd73ff/external/bazel_toolchains/rules/rbe_repo/version_check.bzl:68:14: Current running Bazel...

I'd like to be able to list several docker images as part of my WORKSPACE but only download the actual image if the target I'm building needs it. Right now,...

Can Close?

# 🐞 bug report ### Affected Rule The issue is caused by the `go_image` rule but it could also be affecting other `lang_image` rules and `container_image` rule (with set `entrypoint`...

Original issue: https://github.com/bazelbuild/rules_docker/issues/770 Adds follow options for container_image: - healthcheck_test - healthcheck_interval - healthcheck_timeout - healthcheck_start_period - healthcheck_retries

cla: yes
size/L

## PR Checklist Please check if your PR fulfills the following requirements: - [ ] Tests for the changes have been added (for bug fixes / features) - [ ]...