rules_docker icon indicating copy to clipboard operation
rules_docker copied to clipboard

Rules for building and handling Docker images with Bazel

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

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

Can Close?

# 🐞 bug report ### Affected Rule The issue is caused by the function: ``` load("@io_bazel_rules_docker//repositories:deps.bzl", container_deps = "deps") container_deps() ``` If I call `container_deps` suddently all my `py_binary` rules...

# 🚀 feature request ### Relevant Rules Add zst decompression capabilies to "build_tar.py" inside container rules (/container/build_tar.py) ### Description Ubuntu Jammy comes with deb files where data.tar archive is compressed...

## 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...

# 🐞 Foreign layers stored in whole-image tar files are lost on load ### Affected Rule `container_image` (root cause might be write-side, in `container_build` but I'm treating this as a...

## 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...

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

# 🚀 Dive test rule ### Relevant Rules New rule that will allow for testing build images for so called "efficiency". This checks are provided from an open source project...

# 🐞 bug report ### Affected Rule Any rule that adds new layers to a base container image ### Is this a regression? No ### Description In the "history" entry...