• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

kubernetes-sigs / kubebuilder / 17188134975
70%
master: 74%

Build:
Build:
LAST BUILD BRANCH: e2e-flakes
DEFAULT BRANCH: master
Ran 24 Aug 2025 11:30AM UTC
Jobs 1
Files 54
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

24 Aug 2025 11:29AM UTC coverage: 70.093%. Remained the same
17188134975

Pull #5045

github

camilamacedo86
fix: prevent Docker build failures on projects without APIs/controllers/webhooks

This change updates `.dockerignore` to block all files by default and only
whitelist Go sources (`*.go`) and module metadata (`go.mod`, `go.sum`, `go.work`).

With this approach:
- Projects that do not scaffold `apis/`, `controllers/`, or `webhooks/` no longer fail during Docker builds.
- The Docker build context is slimmer and faster by default.
- Users embedding static assets (e.g. CRDs, RBAC, dashboards) may need to
  explicitly whitelist those paths in `.dockerignore`.
Pull Request #5045: 🐛 (go/v4): Fix Docker builds failing when projects don’t include `apis/`, `controllers/`, or `webhooks` by updating `.dockerignore` to allow only Go source files and module metadata.

3171 of 4524 relevant lines covered (70.09%)

13.69 hits per line

Jobs
ID Job ID Ran Files Coverage
1 17188134975.1 24 Aug 2025 11:30AM UTC 54
70.09
GitHub Action Run
Source Files on build 17188134975
  • Tree
  • List 54
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #5045
  • PR Base - master (#17187555222)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc