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

umputun / docker-logger
79%
master: 79%

Build:
Build:
LAST BUILD BRANCH: dependabot/go_modules/github.com/moby/moby/v2-2.0.0-beta.8
DEFAULT BRANCH: master
Repo Added 26 Jul 2018 06:01PM UTC
Files 7
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

LAST BUILD ON BRANCH dependabot/go_modules/github.com/moby/moby/v2-2.0.0-beta.8
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • HEAD
  • code-review-fixes
  • dependabot/github_actions/github-actions-updates-a2e7793ad6
  • dependabot/go_modules/github.com/docker/docker-26.1.4incompatible
  • dependabot/go_modules/github.com/docker/docker-27.1.0incompatible
  • dependabot/go_modules/github.com/docker/docker-28.0.0incompatible
  • dependabot/go_modules/github.com/go-pkgz/lgr-0.12.0
  • dependabot/go_modules/github.com/moby/moby/v2-2.0.0-beta.8
  • dependabot/go_modules/go-modules-updates-07f3a6036d
  • dependabot/go_modules/go-modules-updates-3c0b262fbe
  • dependabot/go_modules/go-modules-updates-3c24d51eea
  • dependabot/go_modules/go-modules-updates-7c4956ecd3
  • dependabot/go_modules/go-modules-updates-8c36577aaf
  • dependabot/go_modules/go-modules-updates-db33c82b2d
  • dependabot/go_modules/go-modules-updates-e93809617c
  • feature/v1.1
  • fix-default-root-user
  • master
  • mixerr
  • mod
  • modernize-ci-and-deps
  • paskal/dependabot-disable-updates
  • paskal/dependabot-security-updates
  • refs/tags/v1.4.1
  • v1.1.0

27 Mar 2026 07:11PM UTC coverage: 79.339%. Remained the same
23663172046

Pull #59

github

web-flow
Bump github.com/moby/moby/v2 from 2.0.0-beta.6 to 2.0.0-beta.8

Bumps [github.com/moby/moby/v2](https://github.com/moby/moby) from 2.0.0-beta.6 to 2.0.0-beta.8.
- [Release notes](https://github.com/moby/moby/releases)
- [Commits](https://github.com/moby/moby/compare/v2.0.0-beta.6...v2.0.0-beta.8)

---
updated-dependencies:
- dependency-name: github.com/moby/moby/v2
  dependency-version: 2.0.0-beta.8
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Pull Request #59: Bump github.com/moby/moby/v2 from 2.0.0-beta.6 to 2.0.0-beta.8

384 of 484 relevant lines covered (79.34%)

7.48 hits per line

Relevant lines Covered
Build:
Build:
484 RELEVANT LINES 384 COVERED LINES
7.48 HITS PER LINE
Source Files on master
  • Tree
  • List 7
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
23663172046 dependabot/go_modules/github.com/moby/moby/v2-2.0.0-beta.8 Bump github.com/moby/moby/v2 from 2.0.0-beta.6 to 2.0.0-beta.8 Bumps [github.com/moby/moby/v2](https://github.com/moby/moby) from 2.0.0-beta.6 to 2.0.0-beta.8. - [Release notes](https://github.com/moby/moby/releases) - [Commits](https://github.co... Pull #59 27 Mar 2026 07:12PM UTC web-flow github
79.34
23663173292 dependabot/go_modules/github.com/moby/moby/v2-2.0.0-beta.8 Bump github.com/moby/moby/v2 from 2.0.0-beta.6 to 2.0.0-beta.8 Bumps [github.com/moby/moby/v2](https://github.com/moby/moby) from 2.0.0-beta.6 to 2.0.0-beta.8. - [Release notes](https://github.com/moby/moby/releases) - [Commits](https://github.co... Pull #59 27 Mar 2026 07:12PM UTC web-flow github
79.34
22532558084 refs/tags/v1.4.1 Run as root by default to fix docker socket access (#58) * Run as root by default to fix docker socket access Previously, the container ran as non-root user app (UID 1001) which failed on most systems because the docker socket GID didn't match t... push 01 Mar 2026 12:45AM UTC web-flow github
79.34
22532539397 master Run as root by default to fix docker socket access (#58) * Run as root by default to fix docker socket access Previously, the container ran as non-root user app (UID 1001) which failed on most systems because the docker socket GID didn't match t... push 01 Mar 2026 12:44AM UTC web-flow github
79.34
22531343651 fix-default-root-user keep TIME_ZONE commented out in docker-compose.yml Pull #58 28 Feb 2026 11:28PM UTC umputun github
79.34
22527465628 master chore: update go-pkgz/lgr to v0.12.2 push 28 Feb 2026 07:31PM UTC umputun github
79.34
22519538491 fix-default-root-user Run as root by default to fix docker socket access Previously, the container ran as non-root user app (UID 1001) which failed on most systems because the docker socket GID didn't match the container's docker group GID (999). The v1.3.0 image ran ... Pull #58 28 Feb 2026 11:08AM UTC paskal github
78.93
22087878407 master fix: address code review findings across discovery, logger, and main (#56) - improve error handling and input validation in discovery, logger, and main - replace flaky time.Sleep patterns with channel-based synchronization in tests - add test cov... push 17 Feb 2026 06:08AM UTC web-flow github
79.34
22087845807 code-review-fixes fix: address code review findings across discovery, logger, and main - improve error handling and input validation in discovery, logger, and main - replace flaky time.Sleep patterns with channel-based synchronization in tests - add test coverage ... Pull #56 17 Feb 2026 06:06AM UTC umputun github
79.34
22087846590 code-review-fixes fix: address code review findings across discovery, logger, and main - improve error handling and input validation in discovery, logger, and main - replace flaky time.Sleep patterns with channel-based synchronization in tests - add test coverage ... Pull #56 17 Feb 2026 06:06AM UTC umputun github pending completion  
See All Builds (98)
  • Repo on GitHub
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