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

dunglas / mercure / 25082903959
84%
master: 93%

Build:
Build:
LAST BUILD BRANCH: feat/chart-rootless-defaults
DEFAULT BRANCH: master
Ran 28 Apr 2026 11:28PM UTC
Jobs 1
Files 23
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

28 Apr 2026 11:26PM UTC coverage: 83.829%. Remained the same
25082903959

push

github

web-flow
chore(docker): drop the setcap line; rely on ip_unprivileged_port_start=0 (#1234)

The Dockerfile re-applied `cap_net_bind_service+ep` on the binary so
non-root processes could bind 80/443 (#1222). It is no longer needed:

- Modern container runtimes (Docker 20.10+, containerd 1.5+, cri-o)
  set `net.ipv4.ip_unprivileged_port_start=0` inside the container, so
  any unprivileged process can bind any port directly. The setcap was
  load-bearing on older runtimes but is moot today.
- Worse, the file capability collides with restrictive Kubernetes
  securityContexts that drop ALL capabilities: the kernel refuses to
  exec a binary whose file permitted caps are not a subset of the
  process's bounding set, so `drop: [ALL]` (without a matching `add`)
  crash-loops the pod with `exec /usr/bin/caddy: operation not
  permitted`. Dropping setcap removes that footgun.

Update the chart's `securityContext` example/comment and the
`docs/hub/install.md` rootless sections to describe the actual
mechanism (no file caps, runtime sysctl), and keep the
`service.targetPort: 8080` workaround for older runtimes as a fallback.

1747 of 2084 relevant lines covered (83.83%)

49.54 hits per line

Jobs
ID Job ID Ran Files Coverage
1 0 - 25082903959.1 28 Apr 2026 11:28PM UTC 23
83.83
GitHub Action Run
Source Files on build 25082903959
  • Tree
  • List 23
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 76d9c96e on github
  • Prev Build on main (#25082888183)
  • Next Build on main (#25083335587)
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