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

codenotary / immudb / 26766859756
85%

Build:
DEFAULT BRANCH: master
Ran 01 Jun 2026 04:18PM UTC
Jobs 1
Files 311
Run time 2min
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

01 Jun 2026 04:09PM UTC coverage: 84.96% (-0.01%) from 84.973%
26766859756

push

gh-ci

vchaindz
fix(docker): restore UID/GID consistency in almalinux-8-minimal image (#2098)

The 1.11.0 almalinux-8-minimal image failed to start with:
  ERROR: Unable to get or set uuid: open /var/lib/immudb/immudb.identifier: permission denied

Directories were chowned to UID/GID 65532 via COPY --chown while the
runtime user 'immu' is UID/GID 3322, and the explicit chown referenced
undefined vars ($IMMUDB_UID/$IMMUDB_GID) so it was a no-op. The process
(3322) could not write into /var/lib/immudb (owned by 65532).

Revert IMMU_UID/IMMU_GID to 3322 to match the runtime user, tie the
/etc/passwd and /etc/group entries to those ARGs, and fix the chown to
use $IMMU_UID:$IMMU_GID.

45208 of 53211 relevant lines covered (84.96%)

126244.28 hits per line

Coverage Regressions

Lines Coverage ∆ File
4
83.79
-0.15% embedded/store/immustore.go
3
86.88
-0.53% embedded/store/indexer.go
2
83.61
-3.28% pkg/server/uuid.go
Jobs
ID Job ID Ran Files Coverage
1 26766859756.1 01 Jun 2026 04:18PM UTC 311
84.96
Source Files on build 26766859756
  • Tree
  • List 311
  • Changed 4
  • Source Changed 0
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • acc971e6 on github
  • Prev Build on master (#25782539759)
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