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

stacklok / toolhive / 19517082423
58%

Build:
DEFAULT BRANCH: main
Ran 19 Nov 2025 09:31PM UTC
Jobs 1
Files 382
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

19 Nov 2025 09:30PM UTC coverage: 48.712%. Remained the same
19517082423

push

github

web-flow
removes pulling and loading of registry api image in operator deploy task (#2667)

removes pulling and loading of registry api image

this was probably a breadcrumb left over from when the registry api was
in this repo. so it made sense to load it into the kind node because it
is common loading locally built images into the kind cluster for
testing. but not the registry server lives in its own repo and is
publicly avaialable, when the operator creates the deployment for the
registry server inside of the cluster it just pulls it itself. this
removing the need for us to pull the image ourselves and loading it into
kind.

there were also problems doing the pulling and loading of a remote image
because docker pulls only the image that matches your host architecture
whereas kind loads the image with `--all-platforms` as the default. this
causes errors because it can't load the full imagine manifests because
docker never pulled them for the other platforms. we could tell kind to
load it only for the platform of the host but its pointless given its a
public image now and we aren't building it as part of this task. the
operator and proxyrunner images loaded fine because we build them using
`ko` so all platforms are built by default resulting in kind having no
issues loading them.

Signed-off-by: Chris Burns <29541485+ChrisJBurns@users.noreply.github.com>

24443 of 50179 relevant lines covered (48.71%)

61.59 hits per line

Jobs
ID Job ID Ran Files Coverage
1 19517082423.1 19 Nov 2025 09:31PM UTC 382
48.71
GitHub Action Run
Source Files on build 19517082423
  • Tree
  • List 382
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #19517082423
  • 4dac383a on github
  • Prev Build on main (#19515328824)
  • Next Build on main (#19517339698)
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